Skip to content

Commit

Permalink
[css-backgrounds-3] Revert “Specify ink overflow extent for box-shadow”
Browse files Browse the repository at this point in the history
#8649

Reverts #9823 which afaict isn't an editorial clarification, wasn't approved by an editor, and doesn't have a WG resolution...

This reverts commits 837d215, 7ba46aa, and b84c095.
  • Loading branch information
fantasai committed Mar 7, 2024
1 parent f2506ef commit 4daa5a8
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions css-backgrounds-3/Overview.bs
Expand Up @@ -31,7 +31,6 @@ spec:css2; type:value; text:visible
spec:css-break-4; type:dfn; text:fragment
spec:css-color-4; type:property; text:color
spec:css-color-4; type:value; text:transparent
spec:css-overflow-3; type:dfn; text:ink overflow area
spec:selectors-3; type:selector; text: ::first-letter
spec:selectors-3; type:selector; text: ::first-line
spec:css-values-3; type:type; text:<position>
Expand Down Expand Up @@ -2096,8 +2095,7 @@ they apply to the top, right, bottom, and left, respectively.

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

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

<p>If the ''box-shadow/inset'' keyword is not present,
the [=ink overflow area=] of a box shadow is defined by the
extent of the [=box-shadow/horizontal offset=], [=box-shadow/vertical offset=],
and [=box-shadow/spread distance=] values beyond the element's border-box,
plus the ink overflow contributed by the [=box-shadow/blur radius=]
as described for the
<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>

<h4 id="shadow-shape">
Shadow Shape, Spread, and Knockout</h4>

Expand Down

0 comments on commit 4daa5a8

Please sign in to comment.