- From: Sam Davis via GitHub <noreply@w3.org>
- Date: Fri, 18 Jul 2025 18:54:46 +0000
- To: public-css-archive@w3.org
Yes, I envision authors being able to specify both the “start” and “end” outset for each decoration segment, using a slash‑separated pair perhaps. For example, the periodic table example might have a configuration like: ``` column-rule-break: none; column-rule-outset: 0 / -30px, 0, repeat(3, -30px / 0), repeat(auto, 0) ``` Each `start / end` pair controls how far the decoration extends from the segment’s leading and trailing edges. -- GitHub Notification of comment by oSamDavis Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/12024#issuecomment-3090390894 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 18 July 2025 18:54:47 UTC