mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Make text-shadow reuse Shadow directly.
This commit is contained in:
parent
ccd7022457
commit
3e47e6eab2
5 changed files with 194 additions and 340 deletions
|
@ -15,7 +15,7 @@ ${helpers.predefined_type("opacity",
|
|||
spec="https://drafts.csswg.org/css-color/#opacity")}
|
||||
|
||||
<%helpers:vector_longhand name="box-shadow" allow_empty="True"
|
||||
animation_value_type="IntermediateBoxShadowList"
|
||||
animation_value_type="IntermediateShadowList"
|
||||
extra_prefixes="webkit"
|
||||
ignored_when_colors_disabled="True"
|
||||
spec="https://drafts.csswg.org/css-backgrounds/#box-shadow">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue