-
Notifications
You must be signed in to change notification settings - Fork 80
/
Copy pathcss-cascade-6.json
31 lines (31 loc) · 1.06 KB
/
css-cascade-6.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"spec": {
"title": "CSS Cascading and Inheritance Level 6",
"url": "https://drafts.csswg.org/css-cascade-6/"
},
"properties": [],
"atrules": [
{
"name": "@scope",
"prose": "Scoped styles are described in CSS using the @scope block at-rule, which declares a scoping root and optional scoping limits associated with a set of style rules.",
"href": "https://drafts.csswg.org/css-cascade-6/#at-ruledef-scope",
"descriptors": [],
"value": "@scope [(<scope-start>)]? [to (<scope-end>)]? { <block-contents> }"
}
],
"selectors": [],
"values": [
{
"name": "<scope-start>",
"prose": "<scope-start> is a <selector-list> selector used to identify the scoping root(s).",
"href": "https://drafts.csswg.org/css-cascade-6/#typedef-scope-start",
"type": "type"
},
{
"name": "<scope-end>",
"prose": "<scope-end> is a <selector-list> selector used to identify any scoping limits.",
"href": "https://drafts.csswg.org/css-cascade-6/#typedef-scope-end",
"type": "type"
}
]
}