| 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 630 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 641 "radio", | 641 "radio", |
| 642 "push-button", | 642 "push-button", |
| 643 "square-button", | 643 "square-button", |
| 644 "button", | 644 "button", |
| 645 "button-bevel", | 645 "button-bevel", |
| 646 "inner-spin-button", | 646 "inner-spin-button", |
| 647 "listbox", | 647 "listbox", |
| 648 "listitem", | 648 "listitem", |
| 649 "media-enter-fullscreen-button", | 649 "media-enter-fullscreen-button", |
| 650 "media-exit-fullscreen-button", | 650 "media-exit-fullscreen-button", |
| 651 "media-fullscreen-volume-slider", | |
| 652 "media-fullscreen-volume-slider-thumb", | |
| 653 "media-mute-button", | 651 "media-mute-button", |
| 654 "media-play-button", | 652 "media-play-button", |
| 655 "media-overlay-play-button", | 653 "media-overlay-play-button", |
| 656 "media-toggle-closed-captions-button", | 654 "media-toggle-closed-captions-button", |
| 657 "media-slider", | 655 "media-slider", |
| 658 "media-sliderthumb", | 656 "media-sliderthumb", |
| 659 "media-volume-slider-container", | 657 "media-volume-slider-container", |
| 660 "media-volume-slider", | 658 "media-volume-slider", |
| 661 "media-volume-sliderthumb", | 659 "media-volume-sliderthumb", |
| 662 "media-controls-background", | 660 "media-controls-background", |
| (...skipping 463 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1126 // shape | 1124 // shape |
| 1127 // rect | 1125 // rect |
| 1128 // round | 1126 // round |
| 1129 | 1127 |
| 1130 // color-gamut | 1128 // color-gamut |
| 1131 // srgb | 1129 // srgb |
| 1132 "p3", | 1130 "p3", |
| 1133 "rec2020", | 1131 "rec2020", |
| 1134 ], | 1132 ], |
| 1135 } | 1133 } |
| OLD | NEW |