- From: Ian Kilpatrick via GitHub <sysbot+gh@w3.org>
- Date: Mon, 29 Aug 2022 21:10:00 +0000
- To: public-css-archive@w3.org
The general problem that I think you are hinting at already exists without replaced elements, e.g. ```html <div style="display: flex; align-items: last baseline;"> <div>baseline</div> <div style="display: flex; align-items: baseline;"> <div>line1<br>line2<br>line3</div> <div>baseline</div> </div> </div> ``` (FF rendering is badly wrong here) but here "baseline" "line1" "baseline" would all be aligned. -- GitHub Notification of comment by bfgeek Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7641#issuecomment-1230864491 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 29 August 2022 21:10:02 UTC