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

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: Split histograms.xml to a separate CL 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 // hyphens
609 manual
610
608 // -webkit-appearance 611 // -webkit-appearance
609 // The order here must match the order in the ControlPart enum in ThemeTypes.h. 612 // 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': 613 // All appearance values that should be accepted by the parser should be listed between 'checkbox' and 'textarea':
611 checkbox 614 checkbox
612 radio 615 radio
613 push-button 616 push-button
614 square-button 617 square-button
615 button 618 button
616 button-bevel 619 button-bevel
617 inner-spin-button 620 inner-spin-button
(...skipping 464 matching lines...) Expand 10 before | Expand all | Expand 10 after
1082 1085
1083 var 1086 var
1084 -internal-variable-value 1087 -internal-variable-value
1085 1088
1086 // break-before, break-after, break-inside 1089 // break-before, break-after, break-inside
1087 avoid-page 1090 avoid-page
1088 page 1091 page
1089 recto 1092 recto
1090 verso 1093 verso
1091 avoid-column 1094 avoid-column
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698