Add other property aliases

This commit is contained in:
Xidorn Quan 2017-01-10 20:22:36 +11:00
parent 2f2044e4b7
commit 8a8ef48fb3
16 changed files with 68 additions and 34 deletions

View file

@ -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