- From: mattwoodrow via GitHub <sysbot+gh@w3.org>
- Date: Mon, 08 Apr 2024 21:53:23 +0000
- To: public-css-archive@w3.org
> Just to confirm, the error is that we're using the border-box for the document element [here](https://drafts.csswg.org/css-view-transitions-1/#style-transition-pseudo-elements-algorithm:~:text=Set%20width%20to%20the%20current%20width%20of%20capturedElement%E2%80%99s%20new%20element%27s%20border%20box.). Instead it should be the snapshot containing block size similar to when we do this for the old DOM [here](https://drafts.csswg.org/css-view-transitions-1/#capture-old-state-algorithm:~:text=Let%20originalRect%20be%20snapshot%20containing%20block%20if%20element%20is%20the%20document%20element%2C%20otherwise%2C%20the%20element%7C%27s%20border%20box.). Yes, exactly. Thank you! -- GitHub Notification of comment by mattwoodrow Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10177#issuecomment-2043703766 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 8 April 2024 21:53:25 UTC