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

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

Issue 53373003: Remove display:run-in as per https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/_tHSX… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix test 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 run-in
336 compact 335 compact
337 inline-block 336 inline-block
338 table 337 table
339 inline-table 338 inline-table
340 table-row-group 339 table-row-group
341 table-header-group 340 table-header-group
342 table-footer-group 341 table-footer-group
343 table-row 342 table-row
344 table-column-group 343 table-column-group
345 table-column 344 table-column
(...skipping 658 matching lines...) Expand 10 before | Expand all | Expand 10 after
1004 // 1003 //
1005 -internal-extend-to-zoom 1004 -internal-extend-to-zoom
1006 1005
1007 // isolation 1006 // isolation
1008 // auto 1007 // auto
1009 isolate 1008 isolate
1010 1009
1011 // touch-action-delay 1010 // touch-action-delay
1012 // none 1011 // none
1013 script 1012 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