mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +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",
|
${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">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue