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

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

Issue 291163004: Implement media cast buttons (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 7 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 656 matching lines...) Expand 10 before | Expand all | Expand 10 after
667 media-toggle-closed-captions-button 667 media-toggle-closed-captions-button
668 media-slider 668 media-slider
669 media-sliderthumb 669 media-sliderthumb
670 media-volume-slider-container 670 media-volume-slider-container
671 media-volume-slider 671 media-volume-slider
672 media-volume-sliderthumb 672 media-volume-sliderthumb
673 media-controls-background 673 media-controls-background
674 media-controls-fullscreen-background 674 media-controls-fullscreen-background
675 media-current-time-display 675 media-current-time-display
676 media-time-remaining-display 676 media-time-remaining-display
677 media-cast-off-button
678 media-cast-on-button
677 menulist 679 menulist
678 menulist-button 680 menulist-button
679 menulist-text 681 menulist-text
680 menulist-textfield 682 menulist-textfield
681 meter 683 meter
682 progress-bar 684 progress-bar
683 progress-bar-value 685 progress-bar-value
684 slider-horizontal 686 slider-horizontal
685 slider-vertical 687 slider-vertical
686 sliderthumb-horizontal 688 sliderthumb-horizontal
(...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after
1021 safe 1023 safe
1022 1024
1023 // scroll-behavior 1025 // scroll-behavior
1024 instant 1026 instant
1025 smooth 1027 smooth
1026 1028
1027 // will-change 1029 // will-change
1028 // auto 1030 // auto
1029 contents 1031 contents
1030 scroll-position 1032 scroll-position
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698