OLD | NEW |
1 // | 1 // |
2 // CSS value names | 2 // CSS value names |
3 // | 3 // |
4 | 4 |
5 // The mode argument is used to limit the keyword to be used only for certain | 5 // The mode argument is used to limit the keyword to be used only for certain |
6 // CSSParserModes. Values that have the prefix -internal- are only allowed by | 6 // CSSParserModes. Values that have the prefix -internal- are only allowed by |
7 // CSSParserModes listed in allowInternalPropertyAndValue() | 7 // CSSParserModes listed in allowInternalPropertyAndValue() |
8 | 8 |
9 inherit | 9 inherit |
10 initial | 10 initial |
(...skipping 604 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
615 media-toggle-closed-captions-button | 615 media-toggle-closed-captions-button |
616 media-slider | 616 media-slider |
617 media-sliderthumb | 617 media-sliderthumb |
618 media-volume-slider-container | 618 media-volume-slider-container |
619 media-volume-slider | 619 media-volume-slider |
620 media-volume-sliderthumb | 620 media-volume-sliderthumb |
621 media-controls-background | 621 media-controls-background |
622 media-controls-fullscreen-background | 622 media-controls-fullscreen-background |
623 media-current-time-display | 623 media-current-time-display |
624 media-time-remaining-display | 624 media-time-remaining-display |
| 625 media-track-selection-checkmark |
| 626 media-closed-captions-icon |
| 627 media-subtitles-icon |
625 -internal-media-cast-off-button | 628 -internal-media-cast-off-button |
626 -internal-media-overlay-cast-off-button | 629 -internal-media-overlay-cast-off-button |
627 menulist | 630 menulist |
628 menulist-button | 631 menulist-button |
629 menulist-text | 632 menulist-text |
630 menulist-textfield | 633 menulist-textfield |
631 meter | 634 meter |
632 progress-bar | 635 progress-bar |
633 progress-bar-value | 636 progress-bar-value |
634 slider-horizontal | 637 slider-horizontal |
(...skipping 427 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1062 paint | 1065 paint |
1063 style | 1066 style |
1064 layout | 1067 layout |
1065 | 1068 |
1066 // grid auto-repeat | 1069 // grid auto-repeat |
1067 auto-fill | 1070 auto-fill |
1068 auto-fit | 1071 auto-fit |
1069 | 1072 |
1070 var | 1073 var |
1071 -internal-variable-value | 1074 -internal-variable-value |
OLD | NEW |