Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update Overview.bs
  • Loading branch information
khushalsagar authored Feb 28, 2024
commit 72f4d69bb9da26df538258bb95dd9610839f7da4
2 changes: 1 addition & 1 deletion css-view-transitions-2/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ The {{CSSViewTransitionRule}} represents a ''@view-transition'' rule.
[Exposed=Window]
interface CSSViewTransitionRule : CSSRule {
attribute ViewTransitionNavigation navigation;
attribute DOMTokenList type;
attribute DOMTokenList typeList;
};
</xmp>

Expand Down