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 605 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
616 media-toggle-closed-captions-button | 616 media-toggle-closed-captions-button |
617 media-slider | 617 media-slider |
618 media-sliderthumb | 618 media-sliderthumb |
619 media-volume-slider-container | 619 media-volume-slider-container |
620 media-volume-slider | 620 media-volume-slider |
621 media-volume-sliderthumb | 621 media-volume-sliderthumb |
622 media-controls-background | 622 media-controls-background |
623 media-controls-fullscreen-background | 623 media-controls-fullscreen-background |
624 media-current-time-display | 624 media-current-time-display |
625 media-time-remaining-display | 625 media-time-remaining-display |
626 media-track-selection-checkmark | |
fs
2016/02/24 10:14:57
I think we could (and should) make these -internal
srivats
2016/02/25 21:47:56
Done.
| |
627 media-closed-captions-icon | |
628 media-subtitles-icon | |
626 -internal-media-cast-off-button | 629 -internal-media-cast-off-button |
627 -internal-media-overlay-cast-off-button | 630 -internal-media-overlay-cast-off-button |
628 menulist | 631 menulist |
629 menulist-button | 632 menulist-button |
630 menulist-text | 633 menulist-text |
631 menulist-textfield | 634 menulist-textfield |
632 meter | 635 meter |
633 progress-bar | 636 progress-bar |
634 progress-bar-value | 637 progress-bar-value |
635 slider-horizontal | 638 slider-horizontal |
(...skipping 434 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1070 | 1073 |
1071 var | 1074 var |
1072 -internal-variable-value | 1075 -internal-variable-value |
1073 | 1076 |
1074 // break-before, break-after, break-inside | 1077 // break-before, break-after, break-inside |
1075 avoid-page | 1078 avoid-page |
1076 page | 1079 page |
1077 recto | 1080 recto |
1078 verso | 1081 verso |
1079 avoid-column | 1082 avoid-column |
OLD | NEW |