- From: Alison Maher via GitHub <noreply@w3.org>
- Date: Mon, 27 Oct 2025 22:18:59 +0000
- To: public-css-archive@w3.org
One minor note on potential wording if we do decide to add this functionality to the spec is that we'll need to be careful when we say "the last item in the stack" can take up extra space for alignment because there are cases where the last item in a stack can't actually align because it spans a column that is blocked: <img width="195" height="226" alt="Image" src="https://github.com/user-attachments/assets/8bbb3cf7-58da-465d-ba0d-3dade1421a01" /> For example, if we were to remove the blue item, the spanner above it could have `align-self: stretch` applied, but with the blue item blocking the spanner in the first track, it won't be able to fill the open space in the second track, so we'll somehow need to account for that case in the way this ends up being spelled out. -- GitHub Notification of comment by alisonmaher Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10275#issuecomment-3453544671 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 27 October 2025 22:19:00 UTC