Skip to content

Commit 39ae73a

Browse files
authored
[css-view-transitions-2] ViewTransition.types should be [SameObject] (#13140)
As it is expected to return the same object all the time.
1 parent 2cfa965 commit 39ae73a

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
@@ -1719,7 +1719,7 @@ Issue: Is this updated by a <code>rootEl.startViewTransition()</code> call, too?
17191719
readonly attribute Promise<undefined> ready;
17201720
readonly attribute Promise<undefined> finished;
17211721
undefined skipTransition();
1722-
attribute ViewTransitionTypeSet types;
1722+
[SameObject] attribute ViewTransitionTypeSet types;
17231723
readonly attribute Element transitionRoot;
17241724
undefined waitUntil(Promise<any> promise);
17251725
};

0 commit comments

Comments
 (0)