Skip to content

Commit c607a85

Browse files
feat: add data for @scope (#693)
<!-- 🙌 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" -->
1 parent 00b9deb commit c607a85

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

css/at-rules.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -467,6 +467,14 @@
467467
"status": "experimental",
468468
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@property"
469469
},
470+
"@scope": {
471+
"syntax": "@scope [(<scope-start>)]? [to (<scope-end>)]? {\n <rule-list>\n}",
472+
"groups": [
473+
"CSS Conditional Rules"
474+
],
475+
"status": "standard",
476+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@scope"
477+
},
470478
"@scroll-timeline": {
471479
"syntax": "@scroll-timeline <timeline-name> { <declaration-list> }",
472480
"interfaces": [

0 commit comments

Comments
 (0)