aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2017-02-09 14:59:08 -0800
committerManish Goregaokar <manishsmail@gmail.com>2017-02-09 15:09:39 -0800
commit779d93669855c787bde3a66e0bdf06aec27a9004 (patch)
treee02a406a50313fe35d473819fef0bc344389fb3b
parent78dc5f6aa98ca40d1674ccd7b36a3195faedcfa3 (diff)
downloadservo-779d93669855c787bde3a66e0bdf06aec27a9004.tar.gz
servo-779d93669855c787bde3a66e0bdf06aec27a9004.zip
fixup! stylo: Implement scroll-snap-destination
-rw-r--r--components/style/properties/longhand/box.mako.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/style/properties/longhand/box.mako.rs b/components/style/properties/longhand/box.mako.rs
index 416df48fd8d..9fbe615fea0 100644
--- a/components/style/properties/longhand/box.mako.rs
+++ b/components/style/properties/longhand/box.mako.rs
@@ -1053,6 +1053,7 @@ ${helpers.predefined_type("scroll-snap-destination",
"Position",
"computed::Position::zero()",
products="gecko",
+ boxed="True",
spec="Nonstandard (https://developer.mozilla.org/en-US/docs/Web/CSS/scroll-snap-destination)",
animatable=True)}