mirror of
https://github.com/servo/servo.git
synced 2025-08-12 17:05:33 +01:00
Add other property aliases
This commit is contained in:
parent
2f2044e4b7
commit
8a8ef48fb3
16 changed files with 68 additions and 34 deletions
|
@ -64,7 +64,7 @@
|
|||
% for corner in ["top-left", "top-right", "bottom-right", "bottom-left"]:
|
||||
${helpers.predefined_type("border-" + corner + "-radius", "BorderRadiusSize",
|
||||
"computed::BorderRadiusSize::zero()",
|
||||
"parse",
|
||||
"parse", extra_prefixes="webkit",
|
||||
spec="https://drafts.csswg.org/css-backgrounds/#border-%s-radius" % corner,
|
||||
animatable=True)}
|
||||
% endfor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue