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

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

Issue 2769793002: Implement CSS: scroll-boundary-behavior (Closed)
Patch Set: Merge branch 'master' of https://chromium.googlesource.com/chromium/src into scroll-boundary Created 3 years, 9 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 1111 matching lines...) Expand 10 before | Expand all | Expand 10 after
1122 "avoid-column", 1122 "avoid-column",
1123 1123
1124 // shape 1124 // shape
1125 // rect 1125 // rect
1126 // round 1126 // round
1127 1127
1128 // color-gamut 1128 // color-gamut
1129 // srgb 1129 // srgb
1130 "p3", 1130 "p3",
1131 "rec2020", 1131 "rec2020",
1132
1133 // scroll-boundary-behavior
1134 "propagate",
1135 // contain
1136 // none
1132 ], 1137 ],
1133 } 1138 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698