- From: gitspeaks via GitHub <sysbot+gh@w3.org>
- Date: Fri, 15 Nov 2024 01:01:13 +0000
- To: public-css-archive@w3.org
Can the same be said on [flex item](https://www.w3.org/TR/css-flexbox-1/#flex-item) ? 1. If the flex item box has inner display: `flow`, `flow-root`, or `table`, it will establish a new BFC for its contents. 2. If the flex item box has inner display: `flex`, it will establish a new Flex Formatting Context for its contents. 3. If the flex item box has inner display: `grid`, it will establish a new Grid Formatting Context for its contents. 4. If the flex item box has inner display: `ruby`, it will establish a new Ruby Formatting Context for its contents. -- GitHub Notification of comment by gitspeaks Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11217#issuecomment-2477738345 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 01:01:14 UTC