Re: [csswg-drafts] [css-view-transitions-2]: Nested ::view-transition-group should have a container pseudo. (#11926)

@emilio let me know if the diagrams in the OP are sufficient to explain the situation.

We basically have a situation
```
A
  B
  C
  D
```
(`A` is a parent of `B` `C` and `D`). 

`A` needs to clip `C` and `D` but not clip `B`, because `B` contains the visual pixels of `A` including border etc.

The proposal is to add another container element E for this:
```
A
  B
  E
    C
    D
```

-- 
GitHub Notification of comment by vmpstr
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11926#issuecomment-2839246432 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 29 April 2025 14:58:08 UTC