- From: Daniel Holbert via GitHub <sysbot+gh@w3.org>
- Date: Thu, 15 Sep 2022 18:58:01 +0000
- To: public-css-archive@w3.org
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