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

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

Issue 1148873005: Parsing CSS properties for scroll snap points (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix comment Created 5 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
« no previous file with comments | « Source/core/css/CSSPrimitiveValueMappings.h ('k') | Source/core/css/CSSValueKeywords.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSProperties.in
diff --git a/Source/core/css/CSSProperties.in b/Source/core/css/CSSProperties.in
index 990ed316eecf1ae11827952015cf9477bbe13a7a..50af3c2aaa9c5661b55f88f7613f2743a449573e 100644
--- a/Source/core/css/CSSProperties.in
+++ b/Source/core/css/CSSProperties.in
@@ -225,7 +225,7 @@ motion-offset runtime_flag=CSSMotionPath, animatable, converter=convertLength
motion-path runtime_flag=CSSMotionPath, custom_all
motion-rotation runtime_flag=CSSMotionPath, animatable, custom_all
object-fit type_name=ObjectFit
-object-position animatable, converter=convertObjectPosition
+object-position animatable, converter=convertPosition
opacity animatable, type_name=float
order type_name=int
orphans animatable, inherited, type_name=short, custom_all
@@ -256,6 +256,11 @@ rx animatable, svg, converter=convertLength
ry animatable, svg, converter=convertLength
scroll-behavior runtime_flag=CSSOMSmoothScroll, type_name=ScrollBehavior
scroll-blocks-on runtime_flag=CSSScrollBlocksOn, converter=convertFlags<WebScrollBlocksOn>
+scroll-snap-type runtime_flag=CSSScrollSnapPoints, type_name=ScrollSnapType
+scroll-snap-points-x runtime_flag=CSSScrollSnapPoints, converter=convertSnapPoints
+scroll-snap-points-y runtime_flag=CSSScrollSnapPoints, converter=convertSnapPoints
+scroll-snap-destination runtime_flag=CSSScrollSnapPoints, converter=convertPosition
+scroll-snap-coordinate runtime_flag=CSSScrollSnapPoints, converter=convertSnapCoordinates
shape-image-threshold animatable, type_name=float
shape-margin animatable, converter=convertLength
shape-outside animatable, converter=convertShapeValue
@@ -534,4 +539,4 @@ transition longhands=transition-property;transition-duration;transition-timing-f
-webkit-transition-delay alias_for=transition-delay
-webkit-transition-duration alias_for=transition-duration
-webkit-transition-property alias_for=transition-property
--webkit-transition-timing-function alias_for=transition-timing-function
+-webkit-transition-timing-function alias_for=transition-timing-function
« no previous file with comments | « Source/core/css/CSSPrimitiveValueMappings.h ('k') | Source/core/css/CSSValueKeywords.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698