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

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

Issue 2551013002: Removed ordering dependencies for EDisplay (Closed)
Patch Set: 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
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 314 matching lines...) Expand 10 before | Expand all | Expand 10 after
325 simp-chinese-informal 325 simp-chinese-informal
326 trad-chinese-formal 326 trad-chinese-formal
327 trad-chinese-informal 327 trad-chinese-informal
328 hiragana 328 hiragana
329 katakana 329 katakana
330 hiragana-iroha 330 hiragana-iroha
331 katakana-iroha 331 katakana-iroha
332 //none 332 //none
333 // 333 //
334 // display 334 // display
335 // The order here must match the order of the EDisplay enum in ComputedStyleCons tants.h. 335 // The order of this enum must match the order found in CSSParserFastPaths::isVa lidKeywordPropertyAndValue().
336 // 336 //
337 inline 337 inline
338 block 338 block
339 list-item 339 list-item
340 inline-block 340 inline-block
341 table 341 table
342 inline-table 342 inline-table
343 table-row-group 343 table-row-group
344 table-header-group 344 table-header-group
345 table-footer-group 345 table-footer-group
(...skipping 753 matching lines...) Expand 10 before | Expand all | Expand 10 after
1099 1099
1100 var 1100 var
1101 -internal-variable-value 1101 -internal-variable-value
1102 1102
1103 // break-before, break-after, break-inside 1103 // break-before, break-after, break-inside
1104 avoid-page 1104 avoid-page
1105 page 1105 page
1106 recto 1106 recto
1107 verso 1107 verso
1108 avoid-column 1108 avoid-column
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698