forked from w3c/webref
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcss-namespaces.json
More file actions
25 lines (25 loc) · 839 Bytes
/
Copy pathcss-namespaces.json
File metadata and controls
25 lines (25 loc) · 839 Bytes
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
{
"spec": {
"title": "CSS Namespaces Module Level 3",
"url": "https://drafts.csswg.org/css-namespaces-3/"
},
"properties": [],
"atrules": [
{
"name": "@namespace",
"prose": "The @namespace at-rule declares a namespace prefix and associates it with a given namespace name (a string). This namespace prefix can then be used in namespace-qualified names such as the CSS qualified names defined below.",
"href": "https://drafts.csswg.org/css-namespaces-3/#at-ruledef-namespace",
"descriptors": [],
"value": "@namespace <namespace-prefix>? [ <string> | <url> ] ;"
}
],
"selectors": [],
"values": [
{
"name": "<namespace-prefix>",
"href": "https://drafts.csswg.org/css-namespaces-3/#typedef-namespace-prefix",
"type": "type",
"value": "<ident>"
}
]
}