Skip to content

Commit

Permalink
feat: add data for @scope (#693)
Browse files Browse the repository at this point in the history
<!-- 🙌 Thanks for contributing! Adding details below will help us to
merge your PR faster. -->

### Description

The `@scope` at-rule shipped in Chrome 118 (see
https://chromestatus.com/feature/5100672734199808). This PR adds data
for it.

<!-- ✍️ Summarize your changes in one or two sentences -->

### Motivation

<!-- ❓ Why are you making these changes and how do they help? -->

### Additional details

<!-- 🔗 Link to documentation, bug trackers, source control, or other
places providing more context -->

### Related issues and pull requests

<!-- 🔨 If this fully resolves a GitHub issue, use "Fixes #123" -->
<!-- 👉 Highlight related pull requests using "Relates to #123" -->
<!-- ❗ If another pull request should be merged first, use "**Depends
on:** #123" -->
  • Loading branch information
chrisdavidmills authored Nov 8, 2023
1 parent 00b9deb commit c607a85
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions css/at-rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,14 @@
"status": "experimental",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@property"
},
"@scope": {
"syntax": "@scope [(<scope-start>)]? [to (<scope-end>)]? {\n <rule-list>\n}",
"groups": [
"CSS Conditional Rules"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@scope"
},
"@scroll-timeline": {
"syntax": "@scroll-timeline <timeline-name> { <declaration-list> }",
"interfaces": [
Expand Down

0 comments on commit c607a85

Please sign in to comment.