From 11fb9a600f7516b923f60c6d09b084e9dafb3e00 Mon Sep 17 00:00:00 2001 From: Noam Rosenthal Date: Thu, 17 Oct 2024 15:38:38 +0100 Subject: [PATCH] [css-view-transitions-2] First pass at layered capture Describe how layered capture works, which CSS properties it targets and how it affects rendering. Based on [this resolution](https://github.com/w3c/csswg-drafts/issues/10585#issuecomment-2302433008). This is a first pass, and still has open issues (will open separately): 1. Should there be a CSS property to decide on this? What should be the default? 2. How do we capture overflow/box-sizing? 3. (More capture questions if they come up) Closes #10585 --- css-view-transitions-2/Overview.bs | 114 +++++++++++++++++++++++++++-- 1 file changed, 108 insertions(+), 6 deletions(-) diff --git a/css-view-transitions-2/Overview.bs b/css-view-transitions-2/Overview.bs index 82b4c59ef663..8f72ddec98e0 100644 --- a/css-view-transitions-2/Overview.bs +++ b/css-view-transitions-2/Overview.bs @@ -4,7 +4,7 @@ Shortname: css-view-transitions Level: 2 Status: ED Group: csswg -Prepare for TR: no +Prepare for TR: yes ED: https://drafts.csswg.org/css-view-transitions-2/ TR: https://www.w3.org/TR/css-view-transitions-2/ Work Status: exploring @@ -46,6 +46,7 @@ spec:css-view-transitions-1; text: group styles rule; type: dfn; text: update pseudo-element styles rule; type: dfn; text: document-scoped view transition name; type: dfn; + text: capture rendering characteristics; type: dfn; spec:dom; type:dfn; text:document spec:css22; type:dfn; text:element spec:selectors-4; type:dfn; @@ -63,7 +64,10 @@ spec:geometry-1 text:multiply; type:dfn; text:matrix; type:dfn; spec:infra; type:dfn; text:list -spec:css-borders-4; type: property; text:border-radius; +spec:css-borders-4; + type: property; text:border-color; + type: property; text:border-radius; + type: property; text:box-shadow;