File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -452,7 +452,7 @@ The {{ViewTransition}}'s [=active types=] are populated in one of the following
452452<div class=example>
453453For example, the developer might start a transition in the following manner:
454454```js
455- document.startViewTransition({update: updateTheDOMSomehow, type : ["slide-in", "reverse"] });
455+ document.startViewTransition({update: updateTheDOMSomehow, types : ["slide-in", "reverse"] });
456456```
457457
458458This will activate any of the following selectors:
@@ -528,7 +528,7 @@ The {{ViewTransition/types}} [=getter steps=] are to return [=this=]'s [=ViewTra
528528The [=@view-transition/types=] descriptor
529529
530530 <pre class='descdef'>
531- Name : type
531+ Name : types
532532 For : @view-transition
533533 Value : none | <<custom-ident>>+
534534 Initial : none
You can’t perform that action at this time.
0 commit comments