mirror of
https://github.com/servo/servo.git
synced 2025-08-18 11:55:39 +01:00
Add spec links for padding properties
This commit is contained in:
parent
e7464b5fd5
commit
6cf15de868
2 changed files with 9 additions and 2 deletions
|
@ -4,4 +4,5 @@
|
|||
|
||||
<%namespace name="helpers" file="/helpers.mako.rs" />
|
||||
|
||||
${helpers.four_sides_shorthand("padding", "padding-%s", "specified::LengthOrPercentage::parse")}
|
||||
${helpers.four_sides_shorthand("padding", "padding-%s", "specified::LengthOrPercentage::parse",
|
||||
spec="https://drafts.csswg.org/css-box-3/#propdef-padding")}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue