Skip to content

Commit

Permalink
Update css/at-rules.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bsmth authored Jan 15, 2025
1 parent e57d9e0 commit 04371c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/at-rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The 3 properties seen above are all required:

There are 3 more properties that are optional:
* `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/`).
* `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 inherit interfaces like `CSSGroupingRule` or `CSSConditionRule` should not be included.
* `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.
* `descriptors` (object): see below

## Structure for at-rules with descriptors
Expand Down

0 comments on commit 04371c7

Please sign in to comment.