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

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

Issue 1915343003: Add CSS hyphens property behind the test flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tkent review Created 4 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 587 matching lines...) Expand 10 before | Expand all | Expand 10 after
598 598
599 // 599 //
600 // -webkit-line-break 600 // -webkit-line-break
601 // 601 //
602 // auto 602 // auto
603 loose 603 loose
604 // normal 604 // normal
605 strict 605 strict
606 after-white-space 606 after-white-space
607 607
608 //
609 // hyphens
Timothy Loh 2016/04/26 08:19:08 I wouldn't bother with the comments, I don't think
kojii 2016/04/26 08:39:52 Done, took simpler style (property name in one lin
610 //
611 // auto
612 manual
613 // none
614
608 // -webkit-appearance 615 // -webkit-appearance
609 // The order here must match the order in the ControlPart enum in ThemeTypes.h. 616 // The order here must match the order in the ControlPart enum in ThemeTypes.h.
610 // All appearance values that should be accepted by the parser should be listed between 'checkbox' and 'textarea': 617 // All appearance values that should be accepted by the parser should be listed between 'checkbox' and 'textarea':
611 checkbox 618 checkbox
612 radio 619 radio
613 push-button 620 push-button
614 square-button 621 square-button
615 button 622 button
616 button-bevel 623 button-bevel
617 inner-spin-button 624 inner-spin-button
(...skipping 464 matching lines...) Expand 10 before | Expand all | Expand 10 after
1082 1089
1083 var 1090 var
1084 -internal-variable-value 1091 -internal-variable-value
1085 1092
1086 // break-before, break-after, break-inside 1093 // break-before, break-after, break-inside
1087 avoid-page 1094 avoid-page
1088 page 1095 page
1089 recto 1096 recto
1090 verso 1097 verso
1091 avoid-column 1098 avoid-column
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698