Skip to content

Commit

Permalink
[css-view-transitions-2] Align with Web IDL specification (#9497)
Browse files Browse the repository at this point in the history
  • Loading branch information
autokagami authored Dec 1, 2023
1 parent b2c9691 commit 4c1f9a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css-view-transitions-2/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ The <dfn attribute for=RevealEvent>viewTransition</dfn> [=getter steps=] are to

partial interface Document {

ViewTransition startViewTransition(optional (UpdateCallback or StartViewTransitionOptions) callbackOptions);
ViewTransition startViewTransition(optional (UpdateCallback or StartViewTransitionOptions) callbackOptions = {});
};
</xmp>

Expand Down

0 comments on commit 4c1f9a8

Please sign in to comment.