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

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

Issue 140253004: Implement 'scroll-behavior' parsing (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 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: Source/core/css/CSSProperties.in
diff --git a/Source/core/css/CSSProperties.in b/Source/core/css/CSSProperties.in
index ca177e5ac42c0caeed7e4c9a5f2862afb197eeeb..ff7759a3ecc456659815ebb638a0eb8dfbd68af5 100644
--- a/Source/core/css/CSSProperties.in
+++ b/Source/core/css/CSSProperties.in
@@ -105,6 +105,7 @@ pointer-events
position
resize custom_value
right type_name=Length, initial=initialOffset, converter=convertLengthOrAuto
+scroll-behavior type_name=ScrollBehavior, initial=initialScrollBehavior
Julien - ping for review 2014/01/22 16:24:35 Do we really need initial part? (I thought it woul
ajuma 2014/01/22 19:50:20 You're right, this part wasn't needed. Removed.
shape-image-threshold type_name=float
shape-inside type_name=ShapeValue*, custom_value
shape-margin type_name=Length, converter=convertLength

Powered by Google App Engine
This is Rietveld 408576698