Skip to content

Commit 7493d0c

Browse files
committed
[css-overflow-3] Resolve overflow clip edge shaping per dbaron's recommendation in #5896
1 parent db5af58 commit 7493d0c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

css-overflow-3/Overview.bs

+6-6
Original file line numberDiff line numberDiff line change
@@ -629,12 +629,12 @@ Expanding Clipping Bounds: the 'overflow-clip-margin' property</h3>
629629
</dl>
630630

631631
The [=overflow clip edge=] is shaped in the corners
632-
exactly the same way as a 'box-shadow' with a spread radius
633-
of the same cumulative offset from the box’s [=border edge=].
634-
See [[css-backgrounds-3#corner-shaping]].
635-
636-
ISSUE(5896): Should this be applying the 1 + (r-1)<sup>3</sup> adjustment
637-
to the absolute offset or just to <<visual-box>> edge (applying the offset absolutely)?
632+
exactly the same way as an <a spec=css-backgrounds-3>outer box-shadow</a>
633+
with a spread radius of the same cumulative offset
634+
from the box’s [=border edge=].
635+
See [[css-backgrounds-3#corner-shaping]]
636+
and [[css-backgrounds-3#shadow-shape]],
637+
noting in particular the formula for outsets beyond the [=border edge=].
638638

639639
Note: This property has no effect on boxes
640640
with ''overflow: hidden'' or ''overflow: scroll'',

0 commit comments

Comments
 (0)