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

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

Issue 826893002: [CSS Grid Layout] Remove stack from grid-auto-flow syntax (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased patch Created 5 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 524 matching lines...) Expand 10 before | Expand all | Expand 10 after
535 row 535 row
536 row-reverse 536 row-reverse
537 column 537 column
538 column-reverse 538 column-reverse
539 // nowrap 539 // nowrap
540 wrap 540 wrap
541 wrap-reverse 541 wrap-reverse
542 542
543 // grid-auto-flow 543 // grid-auto-flow
544 dense 544 dense
545 stack
546 545
547 // 546 //
548 // -webkit-user-modify 547 // -webkit-user-modify
549 // 548 //
550 read-only 549 read-only
551 read-write 550 read-write
552 read-write-plaintext-only 551 read-write-plaintext-only
553 552
554 // 553 //
555 // -webkit-user-drag 554 // -webkit-user-drag
(...skipping 502 matching lines...) Expand 10 before | Expand all | Expand 10 after
1058 translatex 1057 translatex
1059 translatey 1058 translatey
1060 translatez 1059 translatez
1061 translate3d 1060 translate3d
1062 1061
1063 // motion path 1062 // motion path
1064 path 1063 path
1065 1064
1066 calc 1065 calc
1067 -webkit-calc 1066 -webkit-calc
OLDNEW
« no previous file with comments | « LayoutTests/ietestcenter/css3/grid/grid-column-003.htm ('k') | Source/core/css/RenderStyleCSSValueMapping.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698