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

Unified Diff: third_party/WebKit/Source/core/css/CSSValueKeywords.json5

Issue 2932593004: Update the snap points css properties (Closed)
Patch Set: Fix nits Created 3 years, 6 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/css/CSSValueKeywords.json5
diff --git a/third_party/WebKit/Source/core/css/CSSValueKeywords.json5 b/third_party/WebKit/Source/core/css/CSSValueKeywords.json5
index 39ff4fa74d12df3efab46260fe08c00582d32059..966692a2d8c0e8b2f716c0918b74ed776fa8ba30 100644
--- a/third_party/WebKit/Source/core/css/CSSValueKeywords.json5
+++ b/third_party/WebKit/Source/core/css/CSSValueKeywords.json5
@@ -885,6 +885,9 @@
"pixelated",
"-webkit-optimize-contrast",
+ // image-orientation
+ "from-image",
+
// shape-outside
"nonzero",
"evenodd",
@@ -1110,9 +1113,24 @@
// scroll-snap-type
// none
+ "x",
+ "y",
+ // block
+ // inline
+ // both
"mandatory",
"proximity",
- "from-image",
+
+ // scroll-snap-align
+ // none
+ // start
+ // end
+ // center
+
+ // scroll-snap-stop
+ // normal
+ // always
+
// containment
// paint

Powered by Google App Engine
This is Rietveld 408576698