Make text-shadow reuse Shadow directly.

This commit is contained in:
Xidorn Quan 2017-06-07 13:17:00 +10:00
parent ccd7022457
commit 3e47e6eab2
5 changed files with 194 additions and 340 deletions

View file

@ -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">