Re: [csswg-drafts] [css-view-transitions-1] Capturing fragmented elements (#8339)

The definition for how to get the bounding box for a fragmented element is [here](https://w3c.github.io/csswg-drafts/css-images-4/#element-notation:~:text=for%20an%20element%20rendered%20using%20a%20CSS%20rendering%20model%2C%20the%20decorated%20bounding%20box%20is%20the%20smallest%20axis%2Daligned%20rectangle%20that%20contains%20the%20border%20image%20areas%20of%20all%20the%20fragments%20of%20the%20principal%20box), which does take a union of all fragments. This spec uses the border image areas of each fragment (since snapshots are clipped to the element's border box). In VT's case, that would be the ink overflow areas of each fragment.

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


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

Received on Wednesday, 25 January 2023 17:30:12 UTC