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 630 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
641 media-controls-background | 641 media-controls-background |
642 media-controls-fullscreen-background | 642 media-controls-fullscreen-background |
643 media-current-time-display | 643 media-current-time-display |
644 media-time-remaining-display | 644 media-time-remaining-display |
645 -internal-media-cast-off-button | 645 -internal-media-cast-off-button |
646 -internal-media-overlay-cast-off-button | 646 -internal-media-overlay-cast-off-button |
647 -internal-media-track-selection-checkmark | 647 -internal-media-track-selection-checkmark |
648 -internal-media-closed-captions-icon | 648 -internal-media-closed-captions-icon |
649 -internal-media-subtitles-icon | 649 -internal-media-subtitles-icon |
650 -internal-overflow-menu-button | 650 -internal-overflow-menu-button |
| 651 -internal-media-download-icon |
651 menulist | 652 menulist |
652 menulist-button | 653 menulist-button |
653 menulist-text | 654 menulist-text |
654 menulist-textfield | 655 menulist-textfield |
655 meter | 656 meter |
656 progress-bar | 657 progress-bar |
657 progress-bar-value | 658 progress-bar-value |
658 slider-horizontal | 659 slider-horizontal |
659 slider-vertical | 660 slider-vertical |
660 sliderthumb-horizontal | 661 sliderthumb-horizontal |
(...skipping 428 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1089 | 1090 |
1090 var | 1091 var |
1091 -internal-variable-value | 1092 -internal-variable-value |
1092 | 1093 |
1093 // break-before, break-after, break-inside | 1094 // break-before, break-after, break-inside |
1094 avoid-page | 1095 avoid-page |
1095 page | 1096 page |
1096 recto | 1097 recto |
1097 verso | 1098 verso |
1098 avoid-column | 1099 avoid-column |
OLD | NEW |