Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[css-view-transitions-1] Update capture rendering characteristics
We don't need to specify that the canvas origin for painting an element maps to the ink overflow rectangle. The algorithm already clarifies that the image is the element's ink overflow rectangle via : "Return the portion of the canvas that includes element’s ink overflow rectangle as an image".
  • Loading branch information
khushalsagar authored Jul 11, 2023
commit f6e040f49eeea2dba2554f500e6a5d2189180740
2 changes: 0 additions & 2 deletions css-view-transitions-1/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1642,8 +1642,6 @@ urlPrefix: https://wicg.github.io/navigation-api/; type: interface;
<div algorithm>
The <dfn>capture rendering characteristics</dfn> are as follows:

* The origin of |element|'s [=ink overflow rectangle=] is anchored to canvas origin.

* If the referenced element has a transform applied to it (or its ancestors),
then the transform is ignored.

Expand Down