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

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

Issue 2620623002: Implement display:flow-root (Closed)
Patch Set: bug 672508 Created 3 years, 11 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 318 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 of this enum must match the order found in CSSParserFastPaths::isVa lidKeywordPropertyAndValue(). 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 flow-root
339 list-item 340 list-item
340 inline-block 341 inline-block
341 table 342 table
342 inline-table 343 inline-table
343 table-row-group 344 table-row-group
344 table-header-group 345 table-header-group
345 table-footer-group 346 table-footer-group
346 table-row 347 table-row
347 table-column-group 348 table-column-group
348 table-column 349 table-column
(...skipping 755 matching lines...) Expand 10 before | Expand all | Expand 10 after
1104 avoid-page 1105 avoid-page
1105 page 1106 page
1106 recto 1107 recto
1107 verso 1108 verso
1108 avoid-column 1109 avoid-column
1109 1110
1110 // shape 1111 // shape
1111 // rect 1112 // rect
1112 // round 1113 // round
1113 1114
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698