Skip to content

Commit

Permalink
Fix regarding texture size
Browse files Browse the repository at this point in the history
  • Loading branch information
noamr committed May 8, 2023
1 parent 440f67a commit 2577b57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css-view-transitions-1/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1624,8 +1624,8 @@ urlPrefix: https://wicg.github.io/navigation-api/; type: interface;

Note: The [=document element=] is captured differently, as specified in [=capture the image=].

1. If |element|'s [=border area=] does not exceed an implementation-defined maximum size,
then return a rectangle that is equal to |element|'s [=border box=].
1. If |element|'s [=ink overflow area=] does not exceed an implementation-defined maximum
size, then return a rectangle that is equal to |element|'s [=border box=].

1. Otherwise:

Expand Down

0 comments on commit 2577b57

Please sign in to comment.