@@ -28,6 +28,7 @@ spec:css2; type:value; text:inline-table
28
28
spec:css2; type:value; text:table-cell
29
29
spec:css2; type:property; text:overflow
30
30
spec:css2; type:value; text:visible
31
+ spec:css-break-4; type:dfn; text:fragment
31
32
spec:css-color-4; type:property; text:color
32
33
spec:css-color-4; type:value; text:transparent
33
34
spec:selectors-3; type:selector; text: ::first-letter
@@ -2512,9 +2513,9 @@ Layering, Layout, and Other Details</h4>
2512
2513
and the [=inner shadows=] of an element are drawn immediately above the background of that element
2513
2514
(below the borders and border image, if any).
2514
2515
2515
- <p> If an element has multiple boxes, all of them get drop shadows,
2516
- but shadows are only drawn where borders would also be drawn;
2517
- 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' .
2518
2519
2519
2520
<p> Shadows do not trigger scrolling or increase the size of the scrollable area.
2520
2521
@@ -2569,8 +2570,8 @@ The lists below describe which features from this specification are in each leve
2569
2570
<h2 id="changes">
2570
2571
Changes</h2>
2571
2572
2572
- <h3 id="changes-2024 -02">
2573
- Changes since the 14 February 2024 Candidate Recommendation Snapshot</h3>
2573
+ <h3 id="changes-2023 -02">
2574
+ Changes since the 14 February 2023 Candidate Recommendation Snapshot</h3>
2574
2575
2575
2576
<ul>
2576
2577
<li> Defined serialization of 'background-position' in [[#bg-position-serialization]] .
@@ -2591,6 +2592,8 @@ Changes since the 14 February 2024 Candidate Recommendation Snapshot</h3>
2591
2592
to include “Animation Type” and “Logical Property Group”.
2592
2593
<li> Streamlined property grammar definitions using the latest
2593
2594
[=CSS/value definition syntax=] .
2595
+ <li> Fixed the definition for where box shadows apply.
2596
+ (<a href="https://github.com/w3c/csswg-drafts/issues/9286">Issue 9286</a> )
2594
2597
</ul>
2595
2598
2596
2599
0 commit comments