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

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

Issue 1747763002: Remove OSX-specific <meter> rendering. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 624 matching lines...) Expand 10 before | Expand all | Expand 10 after
635 slider-horizontal 635 slider-horizontal
636 slider-vertical 636 slider-vertical
637 sliderthumb-horizontal 637 sliderthumb-horizontal
638 sliderthumb-vertical 638 sliderthumb-vertical
639 caret 639 caret
640 searchfield 640 searchfield
641 searchfield-decoration 641 searchfield-decoration
642 searchfield-results-decoration 642 searchfield-results-decoration
643 searchfield-cancel-button 643 searchfield-cancel-button
644 textfield 644 textfield
645 relevancy-level-indicator
646 continuous-capacity-level-indicator
647 discrete-capacity-level-indicator
648 rating-level-indicator
649 textarea 645 textarea
650 // An appearance value that should not be accepted by the parser: 646 // An appearance value that should not be accepted by the parser:
651 caps-lock-indicator 647 caps-lock-indicator
652 648
653 // 649 //
654 // border-image 650 // border-image
655 // 651 //
656 // stretch 652 // stretch
657 // repeat 653 // repeat
658 round 654 round
(...skipping 411 matching lines...) Expand 10 before | Expand all | Expand 10 after
1070 1066
1071 var 1067 var
1072 -internal-variable-value 1068 -internal-variable-value
1073 1069
1074 // break-before, break-after, break-inside 1070 // break-before, break-after, break-inside
1075 avoid-page 1071 avoid-page
1076 page 1072 page
1077 recto 1073 recto
1078 verso 1074 verso
1079 avoid-column 1075 avoid-column
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/css/CSSPrimitiveValueMappings.h ('k') | third_party/WebKit/Source/core/frame/UseCounter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698