mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Add spec links for opacity
This commit is contained in:
parent
ca6ada8b83
commit
c89368dcc5
1 changed files with 2 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue