Skip to content

Commit f727a92

Browse files
committed
[css-backgrounds-3] Fixed definition for where box shadows apply
1 parent 9b6b48f commit f727a92

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

css-backgrounds-3/Overview.bs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2513,10 +2513,9 @@ Layering, Layout, and Other Details</h4>
25132513
and the [=inner shadows=] of an element are drawn immediately above the background of that element
25142514
(below the borders and border image, if any).
25152515

2516-
<p>Drop shadows are only applied to the [=principal box=].
2517-
If that box has multiple [=fragments=], then all of them get shadows,
2518-
but shadows are only drawn where borders would also be drawn;
2519-
see 'box-decoration-break'.
2516+
<p>Unless otherwise specified, drop shadows are only applied to the [=principal box=].
2517+
If the affected box has multiple fragments,
2518+
the shadows are applied as specified in 'box-decoration-break'.
25202519

25212520
<p>Shadows do not trigger scrolling or increase the size of the scrollable area.
25222521

0 commit comments

Comments
 (0)