- From: L. David Baron via GitHub <sysbot+gh@w3.org>
- Date: Thu, 30 Jun 2022 01:07:05 +0000
- To: public-css-archive@w3.org
It's worth noting that the relevant level 3 spec here is [css-align-3](https://drafts.csswg.org/css-align-3/#baseline-export), which both (a) has this issue fixed already and (b) makes a separate incompatible change regarding clamping the baseline to the border edge rather than always using the margin edge: > For the purposes of finding the baselines of a box, it and all its in-flow descendants with a scrolling mechanism (see the [overflow](https://drafts.csswg.org/css-overflow-3/#propdef-overflow) property) must be considered as if scrolled to their initial scroll position. Furthermore, if, in the case of a [scroll container](https://drafts.csswg.org/css-overflow-3/#scroll-container) box, the resulting position of a first/last baseline is past a box’s end/start border edge, its position is clamped to that border edge. -- GitHub Notification of comment by dbaron Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6212#issuecomment-1170641504 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 01:07:07 UTC