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 3f0797a commit a30af53Copy full SHA for a30af53
cssom-1/Overview.bs
@@ -1990,6 +1990,9 @@ is a legacy design practice that is no longer used in Web APIs.
1990
Instead, to tell what type of rule a given object is,
1991
it is recommended to check <code highlight=js>rule.constructor.name</code>,
1992
which will return a string like <code highlight=js>"CSSStyleRule"</code>.
1993
+This enumeration is thus frozen in its current state,
1994
+and no new new values will be added to reflect additional at-rules;
1995
+all at-rules beyond the ones listed above will return 0.
1996
1997
1998
### The {{CSSStyleRule}} Interface ### {#the-cssstylerule-interface}
0 commit comments