From f34963fd3acab9a77ff9de6f6e89e8daae8e9b90 Mon Sep 17 00:00:00 2001 From: Noam Rosenthal Date: Thu, 11 May 2023 20:49:19 +0300 Subject: [PATCH] Apply nits --- css-view-transitions-1/Overview.bs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/css-view-transitions-1/Overview.bs b/css-view-transitions-1/Overview.bs index a6709f114c9..603a5044d79 100644 --- a/css-view-transitions-1/Overview.bs +++ b/css-view-transitions-1/Overview.bs @@ -1570,7 +1570,8 @@ urlPrefix: https://wicg.github.io/navigation-api/; type: interface; following the [=capture rendering characteristics=]. 1. Return the portion of the canvas that includes |element|'s [=ink overflow rectangle=] as an image. - The [=natural size=] of the image must be |element|'s [=border box=]'s [=size=]. + The [=natural size=] of the image must be |element|'s [=border box=]'s [=size=], + and its origin corresponds to the |element|'s [=border box=]'s origin. @@ -1589,7 +1590,7 @@ urlPrefix: https://wicg.github.io/navigation-api/; type: interface; * Effects on the element, such as 'opacity' and 'filter' are applied to the capture. * Implementations may clip the rendered contents if the [=ink overflow rectangle=] exceeds some [=implementation-defined=] maximum. - However, the captured image should include, at the very least, the contents of |element| that intersect with the [=viewport=]. + However, the captured image should include, at the very least, the contents of |element| that intersect with the [=snapshot root=]. Implementations may adjust the rasterization quality to account for elements with a large [=border box=] that are transformed into view. * [=list/For each=] |descendant| of [=shadow-including descendant=] {{Element}} and [=pseudo-element=] of |element|,