- From: Oriol Brufau via GitHub <sysbot+gh@w3.org>
- Date: Wed, 21 May 2025 14:42:57 +0000
- To: public-css-archive@w3.org
> For inline grid, I don't think it does anything since a grid container is generated, and block-level or inline-level are never looked at That's incorrect, it's possible to have inline-level grid containers. Blockification prevents that. > The only other effect I can think of is getComputedStyle(el).display Not just the resolved value from `getComputedStyle`, it modifies the actual computed value, so it affects inheritance. -- GitHub Notification of comment by Loirooriol Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/12216#issuecomment-2898224257 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 21 May 2025 14:42:57 UTC