Re: [csswg-drafts] Not clamping baseline position when scrollable overflow gives weird results (#7660)

Here's a version where the baseline is above the start edge:
```
<!DOCTYPE html>
<div style="display: inline-flex; border: solid; overflow: scroll; height: 100px; font-size: 200px">
  This<br>is<br>a<br>text
</div>
text
```
![image](https://user-images.githubusercontent.com/426803/190486217-03fb9d18-2fbe-4eb3-a0e6-d70faf3c771c.png)

As discussed, the expectation here would be that the border-top should be aligned with the baseline of "text".

-- 
GitHub Notification of comment by dholbert
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7660#issuecomment-1248485520 using your GitHub account


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

Received on Thursday, 15 September 2022 18:58:02 UTC