You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(css): Add/Fix interfaces field of at-rules (#856)
* feat(css): Add/Fix interfaces field of at-rules
* Update at-rules.md
* Update css/at-rules.md
---------
Co-authored-by: Brian Smith <[email protected]>
Copy file name to clipboardexpand all lines: css/at-rules.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ The 3 properties seen above are all required:
27
27
28
28
There are 3 more properties that are optional:
29
29
*`mdn_url` (string): a URL linking to the at-rule's page on MDN. This URL must omit the localization part of the URL (such as `en-US/`).
30
-
*`interfaces` (array of strings): These are the [CSSOM](https://developer.mozilla.org/en-US/docs/Web/API/CSS_Object_Model) interfaces that belong to the at-rule.
30
+
*`interfaces` (array of strings): These are the [CSSOM](https://developer.mozilla.org/en-US/docs/Web/API/CSS_Object_Model) interfaces that belong to the at-rule. Note that inherited interfaces like `CSSGroupingRule` or `CSSConditionRule` should not be included.
0 commit comments