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

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

Issue 1082533002: Support text track selection in video controls (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 5 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 620 matching lines...) Expand 10 before | Expand all | Expand 10 after
631 media-toggle-closed-captions-button 631 media-toggle-closed-captions-button
632 media-slider 632 media-slider
633 media-sliderthumb 633 media-sliderthumb
634 media-volume-slider-container 634 media-volume-slider-container
635 media-volume-slider 635 media-volume-slider
636 media-volume-sliderthumb 636 media-volume-sliderthumb
637 media-controls-background 637 media-controls-background
638 media-controls-fullscreen-background 638 media-controls-fullscreen-background
639 media-current-time-display 639 media-current-time-display
640 media-time-remaining-display 640 media-time-remaining-display
641 media-track-selection-checkmark
641 -internal-media-cast-off-button 642 -internal-media-cast-off-button
642 -internal-media-overlay-cast-off-button 643 -internal-media-overlay-cast-off-button
643 menulist 644 menulist
644 menulist-button 645 menulist-button
645 menulist-text 646 menulist-text
646 menulist-textfield 647 menulist-textfield
647 meter 648 meter
648 progress-bar 649 progress-bar
649 progress-bar-value 650 progress-bar-value
650 slider-horizontal 651 slider-horizontal
(...skipping 413 matching lines...) Expand 10 before | Expand all | Expand 10 after
1064 translateX 1065 translateX
1065 translateY 1066 translateY
1066 translateZ 1067 translateZ
1067 translate3d 1068 translate3d
1068 1069
1069 // motion path 1070 // motion path
1070 path 1071 path
1071 1072
1072 calc 1073 calc
1073 -webkit-calc 1074 -webkit-calc
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698