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

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

Issue 333563003: [CSS Grid Layout] Update grid-auto-flow to the new syntax (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Small fix in add/removeChild to avoid dirtying the grid in stack Created 6 years, 5 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 503 matching lines...) Expand 10 before | Expand all | Expand 10 after
514 514
515 // flex-flow 515 // flex-flow
516 row 516 row
517 row-reverse 517 row-reverse
518 column 518 column
519 column-reverse 519 column-reverse
520 // nowrap 520 // nowrap
521 // wrap 521 // wrap
522 wrap-reverse 522 wrap-reverse
523 523
524 // grid-auto-flow
525 dense
526 stack
527
524 // -internal-marquee-direction 528 // -internal-marquee-direction
525 forwards 529 forwards
526 backwards 530 backwards
527 ahead 531 ahead
528 // reverse 532 // reverse
529 // left 533 // left
530 // right 534 // right
531 up 535 up
532 down 536 down
533 // auto 537 // auto
(...skipping 465 matching lines...) Expand 10 before | Expand all | Expand 10 after
999 1003
1000 // will-change 1004 // will-change
1001 // auto 1005 // auto
1002 contents 1006 contents
1003 scroll-position 1007 scroll-position
1004 1008
1005 // all 1009 // all
1006 // initial 1010 // initial
1007 // inherit 1011 // inherit
1008 unset 1012 unset
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698