Skip to content

Commit e54461c

Browse files
Specify ink overflow extent for box-shadow
Issue w3c#8649
1 parent 1a415a2 commit e54461c

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

css-backgrounds-3/Overview.bs

+11-1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ spec:css2; type:value; text:visible
3131
spec:css-break-4; type:dfn; text:fragment
3232
spec:css-color-4; type:property; text:color
3333
spec:css-color-4; type:value; text:transparent
34+
spec:css-overflow-3; type:dfn; text:ink overflow area
3435
spec:selectors-3; type:selector; text: ::first-letter
3536
spec:selectors-3; type:selector; text: ::first-line
3637
spec:css-values-3; type:type; text:<position>
@@ -2095,7 +2096,8 @@ they apply to the top, right, bottom, and left, respectively.
20952096

20962097
<p>Portions of the border-image that are rendered outside the border
20972098
box do not trigger scrolling. Also such portions are invisible to mouse
2098-
events and do not capture such events on behalf of the element.</p>
2099+
events and do not capture such events on behalf of the element, but
2100+
they are included in the [=ink overflow area=] of the element.</p>
20992101

21002102
<p class=note>Note that, even though they never cause a scrolling
21012103
mechanism, outset images may still be clipped by an ancestor or by the
@@ -2352,6 +2354,14 @@ Animation type: by computed value,
23522354
</p>
23532355
</div>
23542356

2357+
<p>If the ''box-shadow/inset'' keyword is not present,
2358+
the [=ink overflow area=] of a box shadow is defined by the
2359+
extent of the [=box-shadow/horizontal offset=], [=box-shadow/vertical offset=],
2360+
and [=box-shadow/spread distance=] values beyond the element's border-box,
2361+
plus the ink overflow contributed by the [=box-shadow/blur radius=]
2362+
as described for the
2363+
<a class="css" data-link-type="maybe" href="https://drafts.fxtf.org/filter-effects-1/#funcdef-filter-blur" id="ref-for-funcdef-filter-blur">blur()</a> filter function.</p>
2364+
23552365
<h4 id="shadow-shape">
23562366
Shadow Shape, Spread, and Knockout</h4>
23572367

0 commit comments

Comments
 (0)