- From: Ian Kilpatrick via GitHub <sysbot+gh@w3.org>
- Date: Wed, 29 Jan 2025 23:48:37 +0000
- To: public-css-archive@w3.org
Note for Blink we now construct our box tree to match the resolution in: https://github.com/w3c/csswg-drafts/issues/1477#issuecomment-380771705
```
LayoutBlockFlow (children-inline) DIV style="width: 200px; justify-items: right; border: solid"
LayoutInline SPAN style="justify-items: center"
LayoutBlockFlow (anonymous)
LayoutBlockFlow (children-inline) DIV
LayoutText #text "foo"
```
For us a `<span>` doesn't really create a "box".
A potential option is for the `justify-items` to "applies to" non-inline things. (flex, grid, blocks, etc) similar to align-content/justify-content.
(e.g. `justify-items` doesn't really make sense on inline things anyway).
--
GitHub Notification of comment by bfgeek
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11462#issuecomment-2623189477 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 29 January 2025 23:48:38 UTC