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 633 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
644 media-toggle-closed-captions-button | 644 media-toggle-closed-captions-button |
645 media-slider | 645 media-slider |
646 media-sliderthumb | 646 media-sliderthumb |
647 media-volume-slider-container | 647 media-volume-slider-container |
648 media-volume-slider | 648 media-volume-slider |
649 media-volume-sliderthumb | 649 media-volume-sliderthumb |
650 media-controls-background | 650 media-controls-background |
651 media-controls-fullscreen-background | 651 media-controls-fullscreen-background |
652 media-current-time-display | 652 media-current-time-display |
653 media-time-remaining-display | 653 media-time-remaining-display |
| 654 -internal-media-cast-off-button |
| 655 -internal-media-overlay-cast-off-button |
654 menulist | 656 menulist |
655 menulist-button | 657 menulist-button |
656 menulist-text | 658 menulist-text |
657 menulist-textfield | 659 menulist-textfield |
658 meter | 660 meter |
659 progress-bar | 661 progress-bar |
660 progress-bar-value | 662 progress-bar-value |
661 slider-horizontal | 663 slider-horizontal |
662 slider-vertical | 664 slider-vertical |
663 sliderthumb-horizontal | 665 sliderthumb-horizontal |
(...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
988 | 990 |
989 // will-change | 991 // will-change |
990 // auto | 992 // auto |
991 contents | 993 contents |
992 scroll-position | 994 scroll-position |
993 | 995 |
994 // all | 996 // all |
995 // initial | 997 // initial |
996 // inherit | 998 // inherit |
997 unset | 999 unset |
OLD | NEW |