diff --git a/css-borders-4/Overview.bs b/css-borders-4/Overview.bs index 82e740bc7d3..6842caef17c 100644 --- a/css-borders-4/Overview.bs +++ b/css-borders-4/Overview.bs @@ -617,16 +617,25 @@ Initial: none Applies to: all elements Inherited: no Percentages: N/A -Computed value: either 'none' or a list, - each item a pair of offsets (horizontal and vertical) from the element‘s box -Animation type: by computed value +Computed value: list, each item either 'none' or a pair of offsets + (horizontal and vertical) from the element‘s box +Animation type: by computed value, + treating ''box-shadow-offset/none'' as ''0 0'' + when interpolated with non-'none' values.
The 'box-shadow-offset' property defines one or more drop shadow offsets.
-The property accepts a comma-separated list of horizontal and vertical offset pairs,
+The property accepts a comma-separated list.
+Each item in that list can either be the ''box-shadow-offset/none'' value,
+which indicates no shadow, or a pair of horizontal and vertical offsets,
where both values are described as < The 'box-shadow' property attaches one or more drop-shadows to the box.
- The property accepts either the ''box-shadow-offset/none'' value, which indicates no shadows,
- or a comma-separated list of shadows, ordered front to back.
+ The property accepts a comma-separated list of shadows,
+ ordered front to back.
Each shadow is given as a <
+
<