Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(334)

Side by Side Diff: third_party/WebKit/Source/core/css/CSSValueKeywords.in

Issue 1079323002: Support text track selection in video controls (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments from fs Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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 -internal-media-track-selection-checkmark
627 -internal-media-closed-captions-icon
628 -internal-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
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698