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

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: Addressed comments from fs 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 619 matching lines...) Expand 10 before | Expand all | Expand 10 after
630 media-toggle-closed-captions-button 630 media-toggle-closed-captions-button
631 media-slider 631 media-slider
632 media-sliderthumb 632 media-sliderthumb
633 media-volume-slider-container 633 media-volume-slider-container
634 media-volume-slider 634 media-volume-slider
635 media-volume-sliderthumb 635 media-volume-sliderthumb
636 media-controls-background 636 media-controls-background
637 media-controls-fullscreen-background 637 media-controls-fullscreen-background
638 media-current-time-display 638 media-current-time-display
639 media-time-remaining-display 639 media-time-remaining-display
640 media-track-selection-checkmark
640 -internal-media-cast-off-button 641 -internal-media-cast-off-button
641 -internal-media-overlay-cast-off-button 642 -internal-media-overlay-cast-off-button
642 menulist 643 menulist
643 menulist-button 644 menulist-button
644 menulist-text 645 menulist-text
645 menulist-textfield 646 menulist-textfield
646 meter 647 meter
647 progress-bar 648 progress-bar
648 progress-bar-value 649 progress-bar-value
649 slider-horizontal 650 slider-horizontal
(...skipping 413 matching lines...) Expand 10 before | Expand all | Expand 10 after
1063 translateX 1064 translateX
1064 translateY 1065 translateY
1065 translateZ 1066 translateZ
1066 translate3d 1067 translate3d
1067 1068
1068 // motion path 1069 // motion path
1069 path 1070 path
1070 1071
1071 calc 1072 calc
1072 -webkit-calc 1073 -webkit-calc
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698