Skip to content

Commit

Permalink
Add spec link for text-emphasis
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed Jan 3, 2017
1 parent d873bb8 commit 1094c68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/style/properties/shorthand/inherited_text.mako.rs
Expand Up @@ -23,9 +23,9 @@
}
</%helpers:shorthand>

// 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<Longhands, ()> {
Expand Down

0 comments on commit 1094c68

Please sign in to comment.