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

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

Issue 17090005: [CSS Grid Layout] Implement 'justify-self' parsing (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Scrubbed and rebaselined patch 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
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 991 matching lines...) Expand 10 before | Expand all | Expand 10 after
1002 // 1002 //
1003 -internal-extend-to-zoom 1003 -internal-extend-to-zoom
1004 1004
1005 // isolation 1005 // isolation
1006 // auto 1006 // auto
1007 isolate 1007 isolate
1008 1008
1009 // touch-action-delay 1009 // touch-action-delay
1010 // none 1010 // none
1011 script 1011 script
1012
1013 // justify-self
1014 // auto
1015 // stretch
1016 // baseline
1017 // center
1018 // start
1019 // end
1020 self-start
1021 self-end
1022 // flex-start
1023 // flex-end
1024 // left
1025 // right
1026 true
1027 safe
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698