Skip to content

Commit

Permalink
Add spec links for opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed Jan 3, 2017
1 parent ca6ada8 commit c89368d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/style/properties/longhand/effects.mako.rs
Expand Up @@ -10,7 +10,8 @@
${helpers.predefined_type("opacity",
"Opacity",
"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"
spec="https://drafts.csswg.org/css-backgrounds/#box-shadow">
Expand Down

0 comments on commit c89368d

Please sign in to comment.