- From: CSS Meeting Bot via GitHub <noreply@w3.org>
- Date: Wed, 23 Jul 2025 16:43:28 +0000
- To: public-css-archive@w3.org
The CSS Working Group just discussed `[css-view-transitions-2] Copying border shape properties to view-transition-group-children`, and agreed to the following: * `RESOLVED: Copy over border-radius and corner-shape to ::view-transition-group-children` <details><summary>The full IRC log of that discussion</summary> <emilio> TabAtkins: it's more expensive than it seems to aggregate all the stylesheets in the document up to date, browsers do it lazily for a reason<br> <TabAtkins> vmpstr: we added ::virew-transition-group pseudo, sized ot the border box of the originating element<br> <TabAtkins> vmpstr: we copy the used border-width value, with a transparent border, to allow easy clipping if the authors chosoes<br> <TabAtkins> vmpstr: it clips a square/rect area<br> <TabAtkins> vmpstr: proposal is we copy the values of the border shaping properties (corner-shape, border-radius) so it matches the element<br> <TabAtkins> +1<br> <flackr> +1<br> <astearns> ack TabAtkins<br> <astearns> ack fantasai<br> <TabAtkins> astearns: there was some chatter in the issue about making authors do this themselves, but it seems to me, with chair hat off, that it is a good extension<br> <TabAtkins> fantasai: how does this play with border-image?<br> <TabAtkins> vmpstr: the border is transparent right now<br> <TabAtkins> vmpstr: the author would have to set a border-image themselves to have an effect. it's just shaping the clip area right now<br> <TabAtkins> flackr: the border image would be capture by the snapshots<br> <TabAtkins> astearns: if we copy over corner shape by default, and author actually wants the rectangle, they can override it themselves?<br> <TabAtkins> vmpstr: yes<br> <TabAtkins> astearns: so proposed resolution is to copy border-radius and corner-shape. is there more?<br> <TabAtkins> vmpstr: I think that's it<br> <TabAtkins> vmpstr: possible with a note that this list will extend if we add more properties that would affect the expected clipping region<br> <TabAtkins> astearns: objections?<br> <TabAtkins> RESOLVED: Copy over border-radius and corner-shape to ::view-transition-group-children<br> </details> -- GitHub Notification of comment by css-meeting-bot Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/12357#issuecomment-3109379976 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 23 July 2025 16:43:28 UTC