Add spec links for list properties

This commit is contained in:
Manish Goregaokar 2017-01-02 19:09:07 -08:00
parent 26a9b450a2
commit 6138b6aa75
2 changed files with 10 additions and 5 deletions

View file

@ -5,7 +5,8 @@
<%namespace name="helpers" file="/helpers.mako.rs" />
<%helpers:shorthand name="list-style"
sub_properties="list-style-image list-style-position list-style-type">
sub_properties="list-style-image list-style-position list-style-type"
spec="https://drafts.csswg.org/css-lists/#propdef-list-style">
use properties::longhands::{list_style_image, list_style_position, list_style_type};
use values::{Either, None_};