- From: Mats Palmgren via GitHub <sysbot+gh@w3.org>
- Date: Tue, 27 Aug 2019 19:23:18 +0000
- To: public-css-archive@w3.org
[CSS Box Alignment](https://drafts.csswg.org/css-align-3/) already explains how `vertical-align` interacts with its properties. But yes, a few minor spec edits are likely needed there since it currently assumes that [table-cells always have block layout inside](https://drafts.csswg.org/css-align-3/#distribution-block). `vertical-align` should only be applied to table-cells that are using block layout inside. For other `<display-inside>` values, the Alignment properties should apply normally per that value. (This should fall out naturally for UAs that already support Alignment for flex/grid layout etc. It seems to work fine in my tree anyway, fwiw.) -- GitHub Notification of comment by MatsPalmgren Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3940#issuecomment-525446766 using your GitHub account
Received on Tuesday, 27 August 2019 19:23:20 UTC