OLD | NEW |
1 { | 1 { |
2 // The mode argument is used to limit the keyword to be used only for certain | 2 // The mode argument is used to limit the keyword to be used only for certain |
3 // CSSParserModes. Values that have the prefix -internal- are only allowed by | 3 // CSSParserModes. Values that have the prefix -internal- are only allowed by |
4 // CSSParserModes listed in allowInternalPropertyAndValue() | 4 // CSSParserModes listed in allowInternalPropertyAndValue() |
5 | 5 |
6 parameters: { | 6 parameters: { |
7 mode: {}, | 7 mode: {}, |
8 }, | 8 }, |
9 | 9 |
10 // | 10 // |
(...skipping 650 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
661 "media-controls-fullscreen-background", | 661 "media-controls-fullscreen-background", |
662 "media-current-time-display", | 662 "media-current-time-display", |
663 "media-time-remaining-display", | 663 "media-time-remaining-display", |
664 "-internal-media-cast-off-button", | 664 "-internal-media-cast-off-button", |
665 "-internal-media-overlay-cast-off-button", | 665 "-internal-media-overlay-cast-off-button", |
666 "-internal-media-track-selection-checkmark", | 666 "-internal-media-track-selection-checkmark", |
667 "-internal-media-closed-captions-icon", | 667 "-internal-media-closed-captions-icon", |
668 "-internal-media-subtitles-icon", | 668 "-internal-media-subtitles-icon", |
669 "-internal-media-overflow-button", | 669 "-internal-media-overflow-button", |
670 "-internal-media-download-button", | 670 "-internal-media-download-button", |
| 671 "media-remoting-disable-button", |
671 "menulist", | 672 "menulist", |
672 "menulist-button", | 673 "menulist-button", |
673 "menulist-text", | 674 "menulist-text", |
674 "menulist-textfield", | 675 "menulist-textfield", |
675 "meter", | 676 "meter", |
676 "progress-bar", | 677 "progress-bar", |
677 "progress-bar-value", | 678 "progress-bar-value", |
678 "slider-horizontal", | 679 "slider-horizontal", |
679 "slider-vertical", | 680 "slider-vertical", |
680 "sliderthumb-horizontal", | 681 "sliderthumb-horizontal", |
(...skipping 443 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1124 // shape | 1125 // shape |
1125 // rect | 1126 // rect |
1126 // round | 1127 // round |
1127 | 1128 |
1128 // color-gamut | 1129 // color-gamut |
1129 // srgb | 1130 // srgb |
1130 "p3", | 1131 "p3", |
1131 "rec2020", | 1132 "rec2020", |
1132 ], | 1133 ], |
1133 } | 1134 } |
OLD | NEW |