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

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

Issue 2769793002: Implement CSS: scroll-boundary-behavior (Closed)
Patch Set: Add documentation Created 3 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 // The mode argument is used to limit the keyword to be used only for certain 2 // The mode argument is used to limit the keyword to be used only for certain
3 // CSSParserModes. Values that have the prefix -internal- are only allowed by 3 // CSSParserModes. Values that have the prefix -internal- are only allowed by
4 // CSSParserModes listed in allowInternalPropertyAndValue() 4 // CSSParserModes listed in allowInternalPropertyAndValue()
5 5
6 parameters: { 6 parameters: {
7 mode: {}, 7 mode: {},
8 }, 8 },
9 9
10 // 10 //
(...skipping 1142 matching lines...) Expand 10 before | Expand all | Expand 10 after
1153 "avoid-column", 1153 "avoid-column",
1154 1154
1155 // shape 1155 // shape
1156 // rect 1156 // rect
1157 // round 1157 // round
1158 1158
1159 // color-gamut 1159 // color-gamut
1160 // srgb 1160 // srgb
1161 "p3", 1161 "p3",
1162 "rec2020", 1162 "rec2020",
1163
1164 // scroll-boundary-behavior
1165 // auto,
1166 // contain
1167 // none
1163 ], 1168 ],
1164 } 1169 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698