- From: 一丝 via GitHub <noreply@w3.org>
- Date: Mon, 27 Oct 2025 15:08:32 +0000
- To: public-css-archive@w3.org
I'm glad to see significant progress on this issue. > To the best of my knowledge this concept of "empty cells" is specific to Grid. Other layout modes like Flexbox, multicol, and masonry do not have a formal grid structure with cells that can be definitively identified as "empty". Therefore, these properties would only apply to grid containers and would have no effect on other layout contexts. I hope the new properties proposed here can also be applied to Flexbox. I'd like to offer a different perspective: the issue of empty cells also exists in Flex. In fact, [this example](https://codepen.io/yisi/pen/GRJMVbJ)(I am the author) in the [Explainers](https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/b327ae5558632983c4f89812468a60470c901491/CSSGapDecorations/explainer.md#scenario-2-lines-dividing-items-in-both-directions-of-a-grid) uses Flex, but if you switch to the rule property, empty cells still require special handling. <img width="1628" height="924" alt="Image" src="https://github.com/user-attachments/assets/5fd28f67-aa16-4590-87a7-4ff110defba0" /> Use the `rule` property https://codepen.io/yisi/pen/wBMXNYN?editors=0100 <img width="1650" height="874" alt="Image" src="https://github.com/user-attachments/assets/c1281bc6-454b-4f9b-917c-fff1ac8b2a8b" /> -- GitHub Notification of comment by yisibl Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/12602#issuecomment-3451771895 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 15:08:32 UTC