Skip to content

Commit f1d42e6

Browse files
authored
[css-view-transitions-2] Stop extending CSSRule with obsolete pattern (#10607)
Fixes #10606
1 parent 63664ab commit f1d42e6

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

css-view-transitions-2/Overview.bs

+1-9
Original file line numberDiff line numberDiff line change
@@ -433,14 +433,6 @@ Note: this needs to be cached in the boolean because the result needs to be read
433433

434434
### Accessing the ''@view-transition'' rule using CSSOM ### {#cssom}
435435

436-
The <code>CSSRule</code> interface is extended as follows:
437-
438-
<pre class='idl'>
439-
partial interface CSSRule {
440-
const unsigned short VIEW_TRANSITION_RULE = 15;
441-
};
442-
</pre>
443-
444436
The {{CSSViewTransitionRule}} represents a ''@view-transition'' rule.
445437

446438
<xmp class=idl>
@@ -1025,4 +1017,4 @@ this still presents two potential threats:
10251017

10261018
See <a href="https://github.com/w3c/csswg-drafts/issues/8684">Issue #8684</a> and
10271019
<a href="https://github.com/WICG/view-transitions/issues/200">WICG/view-transitions#200</a> for
1028-
detailed discussion.
1020+
detailed discussion.

0 commit comments

Comments
 (0)