- From: Roman Komarov via GitHub <sysbot+gh@w3.org>
- Date: Sat, 15 Apr 2023 22:47:36 +0000
- To: public-css-archive@w3.org
Ah, nice, the fallback alignment sounds good. Can't wait for all of that to be available — it + `> * { flex-shrink: 0 }` should mostly work, but — I still think that this should be possible to specify on the element itself. My opinion — almost every time there is something that makes sense to specified as `> *` should be possible via setting something on the element itself. That's how we got the `gap` instead of all the margins, that's one of my things in a wish-list for CSS grids (ability to specify default columns/rows for example), and in this case this is also something that, imho, makes sense to have as a container property. There are too many reasons not to rely on the `> *`, like the specificity clashes, inability to set it via JS without overcomplicated code, and so on. -- GitHub Notification of comment by kizu Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8725#issuecomment-1509992354 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Saturday, 15 April 2023 22:47:37 UTC