Skip to content

Commit 2577b57

Browse files
committed
Fix regarding texture size
1 parent 440f67a commit 2577b57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-view-transitions-1/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1624,8 +1624,8 @@ urlPrefix: https://wicg.github.io/navigation-api/; type: interface;
16241624

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

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

16301630
1. Otherwise:
16311631

0 commit comments

Comments
 (0)