| OLD | NEW |
| 1 // | 1 // |
| 2 // CSS value names | 2 // CSS value names |
| 3 // | 3 // |
| 4 inherit | 4 inherit |
| 5 initial | 5 initial |
| 6 // | 6 // |
| 7 // CSS_PROP_OUTLINE_STYLE | 7 // CSS_PROP_OUTLINE_STYLE |
| 8 // CSS_PROP_BORDER_TOP_STYLE | 8 // CSS_PROP_BORDER_TOP_STYLE |
| 9 // CSS_PROP_BORDER_BOTTOM_STYLE | 9 // CSS_PROP_BORDER_BOTTOM_STYLE |
| 10 // CSS_PROP_BORDER_LEFT_STYLE | 10 // CSS_PROP_BORDER_LEFT_STYLE |
| (...skipping 620 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 631 | 631 |
| 632 // -webkit-appearance | 632 // -webkit-appearance |
| 633 // The order here must match the order in the ControlPart enum in ThemeTypes.h. | 633 // The order here must match the order in the ControlPart enum in ThemeTypes.h. |
| 634 // All appearance values that should be accepted by the parser should be listed
between 'checkbox' and 'textarea': | 634 // All appearance values that should be accepted by the parser should be listed
between 'checkbox' and 'textarea': |
| 635 checkbox | 635 checkbox |
| 636 radio | 636 radio |
| 637 push-button | 637 push-button |
| 638 square-button | 638 square-button |
| 639 button | 639 button |
| 640 button-bevel | 640 button-bevel |
| 641 default-button | |
| 642 inner-spin-button | 641 inner-spin-button |
| 643 -webkit-input-speech-button | 642 -webkit-input-speech-button |
| 644 listbox | 643 listbox |
| 645 listitem | 644 listitem |
| 646 media-enter-fullscreen-button | 645 media-enter-fullscreen-button |
| 647 media-exit-fullscreen-button | 646 media-exit-fullscreen-button |
| 648 media-fullscreen-volume-slider | 647 media-fullscreen-volume-slider |
| 649 media-fullscreen-volume-slider-thumb | 648 media-fullscreen-volume-slider-thumb |
| 650 media-mute-button | 649 media-mute-button |
| 651 media-play-button | 650 media-play-button |
| (...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 993 no-drag | 992 no-drag |
| 994 | 993 |
| 995 // -webkit-grid-{start|end|before|after} | 994 // -webkit-grid-{start|end|before|after} |
| 996 span | 995 span |
| 997 | 996 |
| 998 #if defined(ENABLE_CSS3_TEXT) && ENABLE_CSS3_TEXT | 997 #if defined(ENABLE_CSS3_TEXT) && ENABLE_CSS3_TEXT |
| 999 // text-indent | 998 // text-indent |
| 1000 -webkit-each-line | 999 -webkit-each-line |
| 1001 #endif | 1000 #endif |
| 1002 | 1001 |
| OLD | NEW |