Skip to content

Commit 385c134

Browse files
committed
clarify note
1 parent f34963f commit 385c134

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
@@ -1500,7 +1500,8 @@ urlPrefix: https://wicg.github.io/navigation-api/; type: interface;
15001500

15011501
1. [=Assert=]: |transition|'s [=ViewTransition/phase=] is not "`done`".
15021502

1503-
1. If |transition|'s [=ViewTransition/phase=] is [=phases/before=] "`update-callback-called`", then [=call the update callback=] of |transition|.
1503+
1. If |transition|'s [=ViewTransition/phase=] is [=phases/before=] "`update-callback-called`", then [=queue a global task=] on the [=DOM manipulation task source=],
1504+
given |transition|'s [=relevant global object=], to [=call the update callback=] of |transition|.
15041505

15051506
1. Set [=document/transition suppressing rendering=] to false.
15061507

@@ -1591,7 +1592,7 @@ urlPrefix: https://wicg.github.io/navigation-api/; type: interface;
15911592

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

15961597
* [=list/For each=] |descendant| of [=shadow-including descendant=] {{Element}} and [=pseudo-element=] of |element|,
15971598
if |descendant| has a [=computed value=] of 'view-transition-name' that is not ''view-transition-name/none'',

0 commit comments

Comments
 (0)