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

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

Issue 52713012: Remove display:compact as per https://groups.google.com/a/chromium.org/d/topic/blink-dev/j6QErzkX4R… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: try again Created 7 years, 1 month 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 | Annotate | Revision Log
« no previous file with comments | « Source/core/css/CSSPrimitiveValueMappings.h ('k') | Source/core/css/resolver/StyleAdjuster.cpp » ('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 314 matching lines...) Expand 10 before | Expand all | Expand 10 after
325 hiragana-iroha 325 hiragana-iroha
326 katakana-iroha 326 katakana-iroha
327 //none 327 //none
328 // 328 //
329 // CSS_PROP_DISPLAY: 329 // CSS_PROP_DISPLAY:
330 // The order here must match the order of the EDisplay enum in RenderStyleConsta nts.h. 330 // The order here must match the order of the EDisplay enum in RenderStyleConsta nts.h.
331 // 331 //
332 inline 332 inline
333 block 333 block
334 list-item 334 list-item
335 compact
336 inline-block 335 inline-block
337 table 336 table
338 inline-table 337 inline-table
339 table-row-group 338 table-row-group
340 table-header-group 339 table-header-group
341 table-footer-group 340 table-footer-group
342 table-row 341 table-row
343 table-column-group 342 table-column-group
344 table-column 343 table-column
345 table-cell 344 table-cell
(...skipping 657 matching lines...) Expand 10 before | Expand all | Expand 10 after
1003 // 1002 //
1004 -internal-extend-to-zoom 1003 -internal-extend-to-zoom
1005 1004
1006 // isolation 1005 // isolation
1007 // auto 1006 // auto
1008 isolate 1007 isolate
1009 1008
1010 // touch-action-delay 1009 // touch-action-delay
1011 // none 1010 // none
1012 script 1011 script
OLDNEW
« no previous file with comments | « Source/core/css/CSSPrimitiveValueMappings.h ('k') | Source/core/css/resolver/StyleAdjuster.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698