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

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

Issue 1681273003: Add CSS parser support for break-after, break-before and break-inside. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase master Created 4 years, 10 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 1051 matching lines...) Expand 10 before | Expand all | Expand 10 after
1062 paint 1062 paint
1063 style 1063 style
1064 layout 1064 layout
1065 1065
1066 // grid auto-repeat 1066 // grid auto-repeat
1067 auto-fill 1067 auto-fill
1068 auto-fit 1068 auto-fit
1069 1069
1070 var 1070 var
1071 -internal-variable-value 1071 -internal-variable-value
1072
1073 // break-before, break-after, break-inside
1074 avoid-page
1075 page
1076 recto
1077 verso
1078 avoid-column
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698