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

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

Issue 2769793002: Implement CSS: scroll-boundary-behavior (Closed)
Patch Set: Update WebScrollBoundaryBehavior. Created 3 years, 7 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 1124 matching lines...) Expand 10 before | Expand all | Expand 10 after
1135 "avoid-column", 1135 "avoid-column",
1136 1136
1137 // shape 1137 // shape
1138 // rect 1138 // rect
1139 // round 1139 // round
1140 1140
1141 // color-gamut 1141 // color-gamut
1142 // srgb 1142 // srgb
1143 "p3", 1143 "p3",
1144 "rec2020", 1144 "rec2020",
1145
1146 // scroll-boundary-behavior
1147 // auto,
1148 // contain
1149 // none
1145 ], 1150 ],
1146 } 1151 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698