mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Add spec link for text-emphasis
This commit is contained in:
parent
d873bb8fa4
commit
1094c68a55
1 changed files with 2 additions and 2 deletions
|
@ -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, ()> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue