Skip to content

Commit a48ebb2

Browse files
authored
[css-view-transitions-2] Nit: use 'set' to update variable (w3c#9775)
1 parent 0fdf7eb commit a48ebb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-view-transitions-2/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ The {{CSSViewTransitionRule}} represents a ''@view-transition'' rule.
484484
[=ViewTransition/initial snapshot containing block size=] is |outboundTransition|'s [=ViewTransition/initial snapshot containing block size=],
485485
and whose [=ViewTransition/is inbound cross-document transition=] is true.
486486

487-
1. Let |newDocument|'s [=active view transition=] be |inboundTransition|.
487+
1. Set |newDocument|'s [=active view transition=] to |inboundTransition|.
488488

489489
1. [=Call the update callback=] for |inboundTransition|.
490490

0 commit comments

Comments
 (0)