From fdd6a409fb9f60edaf8fe86969e55c14e10518c6 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Mon, 2 Jan 2017 19:21:07 -0800 Subject: [PATCH] Add spec links for mask properties --- components/style/properties/shorthand/mask.mako.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/style/properties/shorthand/mask.mako.rs b/components/style/properties/shorthand/mask.mako.rs index 67e1386f6d6..f4d3ae6d5bc 100644 --- a/components/style/properties/shorthand/mask.mako.rs +++ b/components/style/properties/shorthand/mask.mako.rs @@ -6,7 +6,8 @@ <%helpers:shorthand name="mask" products="gecko" sub_properties="mask-mode mask-repeat mask-clip mask-origin mask-composite mask-position - mask-size mask-image"> + mask-size mask-image" + spec="https://drafts.fxtf.org/css-masking/#propdef-mask"> use properties::longhands::{mask_mode, mask_repeat, mask_clip, mask_origin, mask_composite, mask_position}; use properties::longhands::{mask_size, mask_image};