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

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

Issue 322103003: [Cleanup] Removing remaining traces of lazy-block implementation from CSSValueKeywords.in (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 6 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
« no previous file with comments | « no previous file | no next file » | 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 333 matching lines...) Expand 10 before | Expand all | Expand 10 after
344 table-column-group 344 table-column-group
345 table-column 345 table-column
346 table-cell 346 table-cell
347 table-caption 347 table-caption
348 -webkit-box 348 -webkit-box
349 -webkit-inline-box 349 -webkit-inline-box
350 flex 350 flex
351 inline-flex 351 inline-flex
352 grid 352 grid
353 inline-grid 353 inline-grid
354 lazy-block
355 //none 354 //none
356 -webkit-flex 355 -webkit-flex
357 -webkit-inline-flex 356 -webkit-inline-flex
358 // 357 //
359 // CSS_PROP_CURSOR: 358 // CSS_PROP_CURSOR:
360 // The order here must match the order of the ECursor enum in RenderStyleConstan ts.h. 359 // The order here must match the order of the ECursor enum in RenderStyleConstan ts.h.
361 // 360 //
362 auto 361 auto
363 crosshair 362 crosshair
364 default 363 default
(...skipping 658 matching lines...) Expand 10 before | Expand all | Expand 10 after
1023 safe 1022 safe
1024 1023
1025 // scroll-behavior 1024 // scroll-behavior
1026 instant 1025 instant
1027 smooth 1026 smooth
1028 1027
1029 // will-change 1028 // will-change
1030 // auto 1029 // auto
1031 contents 1030 contents
1032 scroll-position 1031 scroll-position
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698