diff options
author | Manish Goregaokar <manishsmail@gmail.com> | 2017-02-09 14:59:08 -0800 |
---|---|---|
committer | Manish Goregaokar <manishsmail@gmail.com> | 2017-02-09 15:09:39 -0800 |
commit | 779d93669855c787bde3a66e0bdf06aec27a9004 (patch) | |
tree | e02a406a50313fe35d473819fef0bc344389fb3b | |
parent | 78dc5f6aa98ca40d1674ccd7b36a3195faedcfa3 (diff) | |
download | servo-779d93669855c787bde3a66e0bdf06aec27a9004.tar.gz servo-779d93669855c787bde3a66e0bdf06aec27a9004.zip |
fixup! stylo: Implement scroll-snap-destination
-rw-r--r-- | components/style/properties/longhand/box.mako.rs | 1 |
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)} |