- From: CSS Meeting Bot via GitHub <noreply@w3.org>
- Date: Wed, 20 Aug 2025 14:17:00 +0000
- To: public-css-archive@w3.org
The CSS Working Group just discussed `[css-gaps-1] Asymmetric start and end offsets`, and agreed to the following: * `RESOLVED: rule-outset: <inner-start> <inner-end>? [/ <outer-start> <outer-end>?]?` <details><summary>The full IRC log of that discussion</summary> <emilio> fantasai: inner / outer should take too value, but shorthand will take four values<br> <kbabbitt> rule-outset: <inner-start> <inner-end> / <outer-start> <outer-end><br> <emilio> SebastianZ: three right? outer only one?<br> <kbabbitt> rule-outset: <inner-start> <inner-end> [/ <outer-start> <outer-end>]<br> <alisonmaher> q+<br> <emilio> fantasai: it's reasonable to extend differently<br> <astearns> ack alisonmaher<br> <emilio> ... we should do it in both axes<br> <emilio> alisonmaher: going back to this impacting layout... gap decorations are painted at the container level, so item level control we're proposing...<br> <emilio> fantasai: we're not doing item-level control here, that's start v end<br> <emilio> ... for the other issue the container is still painting the decorations, just consulting the items<br> <emilio> emilio: just like tables :')<br> <SebastianZ> q+<br> <emilio> kbabbitt: I propose single values for all, slash separates inside vs. outside, space start and end<br> <astearns> ack SebastianZ<br> <emilio> SebastianZ: wondering whether that targets the intersections between...<br> <emilio> ... we should have a value for ?? both<br> <emilio> ... to meet both?<br> <emilio> fantasai: 50%?<br> <emilio> SebastianZ: I think so<br> <emilio> fantasai: we could add a keyword if we want<br> <fantasai> emilio: for the 50% thing, you need to be careful with transparency<br> <fantasai> emilio: don't paint two borders in the same place<br> <fantasai> emilio: when they meet, you either combine the borders into one and paint with that color, or paint both<br> <fantasai> emilio: are there use cases for these?<br> <emilio> fantasai: I think what you want is that as long as they overlap you do one line<br> <astearns> proposed shorthand syntax: rule-outset: <inner-start> <inner-end> [/ <outer-start> <outer-end>]<br> <emilio> emilio: but that's tricky right? that depends on DPI<br> <emilio> emilio: some questionmarks missing I think?<br> <emilio> ... but yeah that seems fine<br> <fantasai> PROPOSED: rule-outset: <inner-start> <inner-end>? [/ <outer-start> <outer-end>?]?<br> <kbabbitt> rule-outset: <inner-start> <inner-end>? [/ <outer-start> <outer-end>?]?<br> <fantasai> RESOLVED: rule-outset: <inner-start> <inner-end>? [/ <outer-start> <outer-end>?]?<br> </details> -- GitHub Notification of comment by css-meeting-bot Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/12603#issuecomment-3206613011 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 20 August 2025 14:17:01 UTC