We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e7ae33 commit 0817f0bCopy full SHA for 0817f0b
css-view-transitions-2/Overview.bs
@@ -420,8 +420,8 @@ The {{CSSViewTransitionRule}} represents a ''@view-transition'' rule.
420
421
[Exposed=Window]
422
interface CSSViewTransitionRule : CSSRule {
423
- attribute ViewTransitionNavigation navigation;
424
- attribute CSSViewTransitionTypeSet types;
+ readonly attribute ViewTransitionNavigation navigation;
+ readonly attribute CSSViewTransitionTypeSet types;
425
};
426
</xmp>
427
0 commit comments