- From: Khushal Sagar via GitHub <sysbot+gh@w3.org>
- Date: Fri, 15 Sep 2023 16:10:52 +0000
- To: public-css-archive@w3.org
FWIW, this text was changed in https://github.com/w3c/csswg-drafts/pull/9028. Our goal is to say that elements being snapshotted for a transition don't paint (because we steal their snapshot and show them in the pseudo-elements) and are not interactive. The latter because the hit-test would resolve on the element even though its not painting at that location. The earlier text lined up better with this intent: ``` The [=new element=] and its contents (the flat tree descendants of the element, including both text and elements, or the replaced content of a replaced element), except the |transition|'s [=ViewTransition/transition root pseudo-element=]'s [=tree/inclusive descendants=], are not painted (as if they had ''visibility: hidden'') and do not respond to hit-testing (as if they had pointer-events: none) until |new| exists. ``` -- GitHub Notification of comment by khushalsagar Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9365#issuecomment-1721526911 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 15 September 2023 16:10:54 UTC