Chromium Code Reviews

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

Issue 1582793002: [css-grid] Add parsing support for <auto-repeat> syntax (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
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 1045 matching lines...)
1056 // none 1056 // none
1057 mandatory 1057 mandatory
1058 proximity 1058 proximity
1059 from-image 1059 from-image
1060 1060
1061 // containment 1061 // containment
1062 paint 1062 paint
1063 style 1063 style
1064 layout 1064 layout
1065 1065
1066 // grid auto-repeat
1067 auto-fill
1068 auto-fit
1069
1066 var 1070 var
1067 -internal-variable-value 1071 -internal-variable-value
OLDNEW

Powered by Google App Engine