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

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 UX comment on displaying icons only for duplicate labels and rebase Created 4 years, 8 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 607 matching lines...) Expand 10 before | Expand all | Expand 10 after
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-cast-off-button 626 -internal-media-cast-off-button
627 -internal-media-overlay-cast-off-button 627 -internal-media-overlay-cast-off-button
628 -internal-media-track-selection-checkmark
629 -internal-media-closed-captions-icon
630 -internal-media-subtitles-icon
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
636 slider-vertical 639 slider-vertical
637 sliderthumb-horizontal 640 sliderthumb-horizontal
(...skipping 429 matching lines...) Expand 10 before | Expand all | Expand 10 after
1067 1070
1068 var 1071 var
1069 -internal-variable-value 1072 -internal-variable-value
1070 1073
1071 // break-before, break-after, break-inside 1074 // break-before, break-after, break-inside
1072 avoid-page 1075 avoid-page
1073 page 1076 page
1074 recto 1077 recto
1075 verso 1078 verso
1076 avoid-column 1079 avoid-column
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698