From 1094c68a556b961ae6cb55ba5072b764a8bcbd48 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Tue, 3 Jan 2017 13:57:50 -0800 Subject: [PATCH] Add spec link for text-emphasis --- components/style/properties/shorthand/inherited_text.mako.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/style/properties/shorthand/inherited_text.mako.rs b/components/style/properties/shorthand/inherited_text.mako.rs index 180d276264e..fe5fe298f49 100644 --- a/components/style/properties/shorthand/inherited_text.mako.rs +++ b/components/style/properties/shorthand/inherited_text.mako.rs @@ -23,9 +23,9 @@ } -// https://drafts.csswg.org/css-text-decor-3/#text-emphasis-property <%helpers:shorthand name="text-emphasis" products="gecko" sub_properties="text-emphasis-color - text-emphasis-style"> + text-emphasis-style" + spec="https://drafts.csswg.org/css-text-decor-3/#text-emphasis-property"> use properties::longhands::{text_emphasis_color, text_emphasis_style}; pub fn parse_value(context: &ParserContext, input: &mut Parser) -> Result {