@@ -31,6 +31,7 @@ spec:css2; type:value; text:visible
31
31
spec:css-break-4; type:dfn; text:fragment
32
32
spec:css-color-4; type:property; text:color
33
33
spec:css-color-4; type:value; text:transparent
34
+ spec:css-overflow-3; type:dfn; text:ink overflow area
34
35
spec:selectors-3; type:selector; text: ::first-letter
35
36
spec:selectors-3; type:selector; text: ::first-line
36
37
spec:css-values-3; type:type; text:<position>
@@ -2095,7 +2096,8 @@ they apply to the top, right, bottom, and left, respectively.
2095
2096
2096
2097
<p> Portions of the border-image that are rendered outside the border
2097
2098
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>
2099
2101
2100
2102
<p class=note> Note that, even though they never cause a scrolling
2101
2103
mechanism, outset images may still be clipped by an ancestor or by the
@@ -2352,6 +2354,14 @@ Animation type: by computed value,
2352
2354
</p>
2353
2355
</div>
2354
2356
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
+
2355
2365
<h4 id="shadow-shape">
2356
2366
Shadow Shape, Spread, and Knockout</h4>
2357
2367
0 commit comments