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

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

Issue 2243473002: Adding overflow menu to media player (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 4 years, 3 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 629 matching lines...) Expand 10 before | Expand all | Expand 10 after
640 media-volume-sliderthumb 640 media-volume-sliderthumb
641 media-controls-background 641 media-controls-background
642 media-controls-fullscreen-background 642 media-controls-fullscreen-background
643 media-current-time-display 643 media-current-time-display
644 media-time-remaining-display 644 media-time-remaining-display
645 -internal-media-cast-off-button 645 -internal-media-cast-off-button
646 -internal-media-overlay-cast-off-button 646 -internal-media-overlay-cast-off-button
647 -internal-media-track-selection-checkmark 647 -internal-media-track-selection-checkmark
648 -internal-media-closed-captions-icon 648 -internal-media-closed-captions-icon
649 -internal-media-subtitles-icon 649 -internal-media-subtitles-icon
650 -internal-overflow-menu-button
650 menulist 651 menulist
651 menulist-button 652 menulist-button
652 menulist-text 653 menulist-text
653 menulist-textfield 654 menulist-textfield
654 meter 655 meter
655 progress-bar 656 progress-bar
656 progress-bar-value 657 progress-bar-value
657 slider-horizontal 658 slider-horizontal
658 slider-vertical 659 slider-vertical
659 sliderthumb-horizontal 660 sliderthumb-horizontal
(...skipping 428 matching lines...) Expand 10 before | Expand all | Expand 10 after
1088 1089
1089 var 1090 var
1090 -internal-variable-value 1091 -internal-variable-value
1091 1092
1092 // break-before, break-after, break-inside 1093 // break-before, break-after, break-inside
1093 avoid-page 1094 avoid-page
1094 page 1095 page
1095 recto 1096 recto
1096 verso 1097 verso
1097 avoid-column 1098 avoid-column
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698