@@ -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
@@ -2500,7 +2501,8 @@ Layering, Layout, and Other Details</h4>
25002501 and the [=inner shadows=] of an element are drawn immediately above the background of that element
25012502 (below the borders and border image, if any).
25022503
2503- <p> If an element has multiple boxes, all of them get drop shadows,
2504+ <p> Drop shadows are only applied to the [=principal box=] .
2505+ If that box has multiple [=fragments=] , then all of them get shadows,
25042506 but shadows are only drawn where borders would also be drawn;
25052507 see 'box-decoration-break' .
25062508
@@ -2569,6 +2571,8 @@ Changes since the 14 February 2024 Candidate Recommendation Snapshot</h3>
25692571 <li> Removed the <box> definition
25702572 (replacing it with a <<visual-box>> reference),
25712573 as the Box Module now defines these terms.
2574+ <li> Fixed the definition for where box shadows apply.
2575+ (<a href="https://github.com/w3c/csswg-drafts/issues/9286">Issue 9286</a> )
25722576</ul>
25732577
25742578
0 commit comments