Skip to content

Commit 6d3b2f5

Browse files
author
Sylvain Galineau
committed
Add note about DOM interfaces state and future extensions/deprecations
1 parent 11c0b99 commit 6d3b2f5

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

css-animations/Overview.bs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -872,6 +872,8 @@ DOM Interfaces</h2>
872872

873873
CSS animations are exposed to the CSSOM through a pair of new interfaces describing the keyframes.
874874

875+
Note: the interfaces defined below reflect the interoperable API available as of this level of the specification. Future levels may deprecate parts of this API and extend others.
876+
875877
<h3 id="interface-cssrule">
876878
The <code>CSSRule</code> Interface</h3>
877879

css-animations/Overview.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1538,6 +1538,9 @@ <h2 class="heading settled" data-level="6" id="interface-dom"><span class="secno
15381538
<p>CSS animations are exposed to the CSSOM through a pair of new interfaces describing the keyframes.</p>
15391539

15401540

1541+
<p class="note" role="note">Note: the interfaces defined below reflect the interoperable API available as of this level of the specification. Future levels may deprecate parts of this API and extend others.</p>
1542+
1543+
15411544
<h3 class="heading settled" data-level="6.1" id="interface-cssrule"><span class="secno">6.1. </span><span class="content">
15421545
The <code>CSSRule</code> Interface</span><a class="self-link" href="#interface-cssrule"></a></h3>
15431546

0 commit comments

Comments
 (0)