Skip to content

Commit f34963f

Browse files
committed
Apply nits
1 parent ab1332c commit f34963f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

css-view-transitions-1/Overview.bs

+3-2
Original file line numberDiff line numberDiff line change
@@ -1570,7 +1570,8 @@ urlPrefix: https://wicg.github.io/navigation-api/; type: interface;
15701570
following the [=capture rendering characteristics=].
15711571

15721572
1. Return the portion of the canvas that includes |element|'s [=ink overflow rectangle=] as an image.
1573-
The [=natural size=] of the image must be |element|'s [=border box=]'s [=size=].
1573+
The [=natural size=] of the image must be |element|'s [=border box=]'s [=size=],
1574+
and its origin corresponds to the |element|'s [=border box=]'s origin.
15741575

15751576
</div>
15761577

@@ -1589,7 +1590,7 @@ urlPrefix: https://wicg.github.io/navigation-api/; type: interface;
15891590
* Effects on the element, such as 'opacity' and 'filter' are applied to the capture.
15901591

15911592
* Implementations may clip the rendered contents if the [=ink overflow rectangle=] exceeds some [=implementation-defined=] maximum.
1592-
However, the captured image should include, at the very least, the contents of |element| that intersect with the [=viewport=].
1593+
However, the captured image should include, at the very least, the contents of |element| that intersect with the [=snapshot root=].
15931594
Implementations may adjust the rasterization quality to account for elements with a large [=border box=] that are transformed into view.
15941595

15951596
* [=list/For each=] |descendant| of [=shadow-including descendant=] {{Element}} and [=pseudo-element=] of |element|,

0 commit comments

Comments
 (0)