[csswg-drafts] how do overflow: clip/hidden combinations interact with rounded borders? (#7434)

dbaron has just created a new issue for https://github.com/w3c/csswg-drafts:

== how do overflow: clip/hidden combinations interact with rounded borders? ==
css-overflow-3 [allows](https://drafts.csswg.org/css-overflow-3/#overflow-properties) the possibility that 'overflow' is 'clip' in one axis and 'visible' in the other.  css-backgrounds-3 [says](https://drafts.csswg.org/css-backgrounds/#corner-clipping) that when 'overflow' is not 'visible', the clipping is done to the curve.

When the computed value of overflow is 'clip' in one axis and 'visible' in the other axis, is clipping done to the curve, nd if so, how?

I'd suggest that perhaps the easy answer is no:  if you specify 'clip' in one axis and 'visible' in the other, then 'border-radius' is ignored when clipping.

(Noticed while trying to write edits for #6212.)

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7434 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 30 June 2022 00:36:37 UTC