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

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

Issue 2535663002: Removed ordering dependencies for EListStyleType (Closed)
Patch Set: Rebase Created 4 years 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/style/ComputedStyleConstants.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 //none 264 //none
265 inter-word 265 inter-word
266 distribute 266 distribute
267 // 267 //
268 // list-style-position 268 // list-style-position
269 // 269 //
270 outside 270 outside
271 inside 271 inside
272 // 272 //
273 // list-style-type 273 // list-style-type
274 // The order here must match the order of the EListStyleType enum in ComputedSty leConstants.h. 274 // The order of this enum must match the order found in CSSParserFastPaths::isVa lidKeywordPropertyAndValue().
275 // 275 //
276 disc 276 disc
277 circle 277 circle
278 square 278 square
279 decimal 279 decimal
280 decimal-leading-zero 280 decimal-leading-zero
281 arabic-indic 281 arabic-indic
282 bengali 282 bengali
283 cambodian 283 cambodian
284 khmer 284 khmer
(...skipping 812 matching lines...) Expand 10 before | Expand all | Expand 10 after
1097 1097
1098 var 1098 var
1099 -internal-variable-value 1099 -internal-variable-value
1100 1100
1101 // break-before, break-after, break-inside 1101 // break-before, break-after, break-inside
1102 avoid-page 1102 avoid-page
1103 page 1103 page
1104 recto 1104 recto
1105 verso 1105 verso
1106 avoid-column 1106 avoid-column
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/style/ComputedStyleConstants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698