mirror of
https://github.com/servo/servo.git
synced 2025-08-29 09:08:20 +01:00
Add spec links for list properties
This commit is contained in:
parent
26a9b450a2
commit
6138b6aa75
2 changed files with 10 additions and 5 deletions
|
@ -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_};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue