@@ -28,6 +28,7 @@ spec:css2; type:value; text:inline-table
2828spec:css2; type:value; text:table-cell
2929spec:css2; type:property; text:overflow
3030spec:css2; type:value; text:visible
31+ spec:css-break-4; type:dfn; text:fragment
3132spec:css-color-4; type:property; text:color
3233spec:css-color-4; type:value; text:transparent
3334spec:selectors-3; type:selector; text: ::first-letter
@@ -2512,7 +2513,8 @@ Layering, Layout, and Other Details</h4>
25122513 and the [=inner shadows=] of an element are drawn immediately above the background of that element
25132514 (below the borders and border image, if any).
25142515
2515- <p> If an element has multiple boxes, all of them get drop shadows,
2516+ <p> Drop shadows are only applied to the [=principal box=] .
2517+ If that box has multiple [=fragments=] , then all of them get shadows,
25162518 but shadows are only drawn where borders would also be drawn;
25172519 see 'box-decoration-break' .
25182520
@@ -2583,6 +2585,8 @@ Changes since the 14 February 2024 Candidate Recommendation Snapshot</h3>
25832585 <li> Removed the <box> definition
25842586 (replacing it with a <<visual-box>> reference),
25852587 as the Box Module now defines these terms.
2588+ <li> Fixed the definition for where box shadows apply.
2589+ (<a href="https://github.com/w3c/csswg-drafts/issues/9286">Issue 9286</a> )
25862590</ul>
25872591
25882592
0 commit comments