- From: Mats Palmgren via GitHub <sysbot+gh@w3.org>
- Date: Tue, 12 Feb 2019 01:40:56 +0000
- To: public-css-archive@w3.org
Fwiw, it seems a bit inconsistent that we baseline-align with the "B" here, but not in the previous example: ```html <style> .ib { display: inline-block; border: 1px solid; } .ib > div { height: 100px; } </style> A<div class="ib"> <div></div> <div>B</div> <div></div> </div> ``` -- GitHub Notification of comment by MatsPalmgren Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3645#issuecomment-462576948 using your GitHub account
Received on Tuesday, 12 February 2019 01:40:58 UTC