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

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

Issue 2884423003: Use scroll-boundary-behavior to control overscroll-refresh/glow on android. (Closed)
Patch Set: Fixed the comments 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 1122 matching lines...) Expand 10 before | Expand all | Expand 10 after
1133 "avoid-column", 1133 "avoid-column",
1134 1134
1135 // shape 1135 // shape
1136 // rect 1136 // rect
1137 // round 1137 // round
1138 1138
1139 // color-gamut 1139 // color-gamut
1140 // srgb 1140 // srgb
1141 "p3", 1141 "p3",
1142 "rec2020", 1142 "rec2020",
1143
1144 // scroll-boundary-behavior
1145 // auto,
1146 // contain
1147 // none
1143 ], 1148 ],
1144 } 1149 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698