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

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: Rebase and lgtm nits 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 618 matching lines...) Expand 10 before | Expand all | Expand 10 after
629 media-sliderthumb 629 media-sliderthumb
630 media-volume-slider-container 630 media-volume-slider-container
631 media-volume-slider 631 media-volume-slider
632 media-volume-sliderthumb 632 media-volume-sliderthumb
633 media-controls-background 633 media-controls-background
634 media-controls-fullscreen-background 634 media-controls-fullscreen-background
635 media-current-time-display 635 media-current-time-display
636 media-time-remaining-display 636 media-time-remaining-display
637 -internal-media-cast-off-button 637 -internal-media-cast-off-button
638 -internal-media-overlay-cast-off-button 638 -internal-media-overlay-cast-off-button
639 -internal-media-track-selection-checkmark
640 -internal-media-closed-captions-icon
641 -internal-media-subtitles-icon
639 menulist 642 menulist
640 menulist-button 643 menulist-button
641 menulist-text 644 menulist-text
642 menulist-textfield 645 menulist-textfield
643 meter 646 meter
644 progress-bar 647 progress-bar
645 progress-bar-value 648 progress-bar-value
646 slider-horizontal 649 slider-horizontal
647 slider-vertical 650 slider-vertical
648 sliderthumb-horizontal 651 sliderthumb-horizontal
(...skipping 429 matching lines...) Expand 10 before | Expand all | Expand 10 after
1078 1081
1079 var 1082 var
1080 -internal-variable-value 1083 -internal-variable-value
1081 1084
1082 // break-before, break-after, break-inside 1085 // break-before, break-after, break-inside
1083 avoid-page 1086 avoid-page
1084 page 1087 page
1085 recto 1088 recto
1086 verso 1089 verso
1087 avoid-column 1090 avoid-column
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/css/CSSSelector.cpp ('k') | third_party/WebKit/Source/core/css/mediaControls.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698