- From: gitspeaks via GitHub <sysbot+gh@w3.org>
- Date: Fri, 15 Nov 2024 00:49:54 +0000
- To: public-css-archive@w3.org
So the note in the [new spec](https://www.w3.org/TR/css-position-3/#position-property): > *"A position value of absolute or fixed blockifies the box, causes float to compute to none, and forces the box to establish an independent formatting context."* This means that: 1. If the box has inner display: `flow`, `flow-root`, or `table`, it will establish a new BFC once it is positioned. 2. If the box has inner display: `flex`, it will establish a new Flex Formatting Context once positioned. 3. If the box has inner display: `grid`, it will establish a new Grid Formatting Context once positioned. 4. If the box has inner display: `ruby`, it will establish a new Ruby Formatting Context once positioned. -- GitHub Notification of comment by gitspeaks Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11217#issuecomment-2477725724 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 15 November 2024 00:49:55 UTC