Skip to content

Commit 5ca249f

Browse files
authored
Update Overview.bs (#13466)
types attribute is marked as [SameObject] but not readonly, which is invalid
1 parent e2150b7 commit 5ca249f

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
@@ -692,7 +692,7 @@ the active view transition of an element is exposed to script via a property on
692692
readonly attribute Promise<undefined> ready;
693693
readonly attribute Promise<undefined> finished;
694694
undefined skipTransition();
695-
[SameObject] attribute ViewTransitionTypeSet types;
695+
[SameObject] readonly attribute ViewTransitionTypeSet types;
696696
readonly attribute Element transitionRoot;
697697
undefined waitUntil(Promise<any> promise);
698698
};

0 commit comments

Comments
 (0)