Skip to content

Commit 3837178

Browse files
authored
[css-view-transitions-2] Rename type to typeList for CSSViewTransitionRule (w3c#10012)
1 parent ba68cb3 commit 3837178

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
@@ -497,7 +497,7 @@ The {{CSSViewTransitionRule}} represents a ''@view-transition'' rule.
497497
[Exposed=Window]
498498
interface CSSViewTransitionRule : CSSRule {
499499
attribute ViewTransitionNavigation navigation;
500-
attribute DOMTokenList type;
500+
attribute DOMTokenList typeList;
501501
};
502502
</xmp>
503503

0 commit comments

Comments
 (0)