aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/properties/data.py
diff options
context:
space:
mode:
authorHiroyuki Ikezoe <hikezoe@mozilla.com>2019-02-18 23:10:08 +0000
committerEmilio Cobos Álvarez <emilio@crisal.io>2019-02-23 21:03:55 -0800
commit22e12a0f52bd075e36d17dcc935ed1bfd41d35b7 (patch)
tree4265c0a8c7961a337a3ac0456f58833dc893dee3 /components/style/properties/data.py
parent7cbaaf6734756774546b87f253b4516a65fb8756 (diff)
downloadservo-22e12a0f52bd075e36d17dcc935ed1bfd41d35b7.tar.gz
servo-22e12a0f52bd075e36d17dcc935ed1bfd41d35b7.zip
style: Implement scroll-snap-align parser and serializer.
https://drafts.csswg.org/css-scroll-snap-1/#scroll-snap-align Differential Revision: https://phabricator.services.mozilla.com/D20205
Diffstat (limited to 'components/style/properties/data.py')
-rw-r--r--components/style/properties/data.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/style/properties/data.py b/components/style/properties/data.py
index b897cc140d2..f3b4e43c225 100644
--- a/components/style/properties/data.py
+++ b/components/style/properties/data.py
@@ -339,6 +339,7 @@ class Longhand(object):
"Resize",
"SVGOpacity",
"SVGPaintOrder",
+ "ScrollSnapAlign",
"ScrollSnapType",
"TextAlign",
"TextDecorationLine",