Chromium Code Reviews

Unified Diff: third_party/WebKit/Source/core/css/CSSProperties.in

Issue 1696373003: Add CSS parser support for the snap-height property (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/Source/core/css/CSSProperties.in
diff --git a/third_party/WebKit/Source/core/css/CSSProperties.in b/third_party/WebKit/Source/core/css/CSSProperties.in
index 15ef4bbe20dee7010d969303887c710383f25c99..14725235fd0ee8769177b75a8f7d84eb57986285 100644
--- a/third_party/WebKit/Source/core/css/CSSProperties.in
+++ b/third_party/WebKit/Source/core/css/CSSProperties.in
@@ -271,6 +271,7 @@ shape-margin interpolable, converter=convertLength
shape-outside interpolable, converter=convertShapeValue
shape-rendering inherited, svg
size custom_all
+snap-height runtime_flag=CSSSnapSize, inherited, custom_all
speak inherited
stop-color interpolable, svg, converter=convertColor
stop-opacity interpolable, svg, converter=convertNumberOrPercentage

Powered by Google App Engine