Add spec links for opacity

This commit is contained in:
Manish Goregaokar 2017-01-03 13:37:14 -08:00
parent ca6ada8b83
commit c89368dcc5

View file

@ -10,7 +10,8 @@
${helpers.predefined_type("opacity", ${helpers.predefined_type("opacity",
"Opacity", "Opacity",
"1.0", "1.0",
animatable=True)} animatable=True,
spec="https://drafts.csswg.org/css-color/#opacity")}
<%helpers:vector_longhand name="box-shadow" allow_empty="True" animatable="True" <%helpers:vector_longhand name="box-shadow" allow_empty="True" animatable="True"
spec="https://drafts.csswg.org/css-backgrounds/#box-shadow"> spec="https://drafts.csswg.org/css-backgrounds/#box-shadow">