- From: Kevin Babbitt via GitHub <noreply@w3.org>
- Date: Thu, 05 Mar 2026 00:25:57 +0000
- To: public-css-archive@w3.org
To illustrate the issue: https://codepen.io/kevinbcmu/pen/WbGrOGe
```css
.col {
height: 100px;
border: 1px solid blue;
column-rule: 1px solid red;
column-count: 6;
width: 500px;
}
```
Behavior without Gap Decorations:
<img width="514" height="116" alt="Image" src="https://github.com/user-attachments/assets/014b149b-1bb1-42f2-b5d6-048b6e9b396b" />
Behavior implied by `rule-visibility-items: all`:
<img width="514" height="118" alt="Image" src="https://github.com/user-attachments/assets/5955cf03-cd94-4464-95ce-25b43a846cf8" />
--
GitHub Notification of comment by kbabbitt
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/13477#issuecomment-4001176267 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 5 March 2026 00:25:58 UTC