forked from w3c/webref
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcss-regions-1.json
50 lines (50 loc) · 1.07 KB
/
css-regions-1.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"spec": {
"title": "CSS Regions Module Level 1",
"url": "https://www.w3.org/TR/css-regions-1/"
},
"idlparsed": {
"name": "WebIDLParseError",
"bareMessage": "Unexpected token in extended attribute argument list",
"context": "Syntax error at line 5, since `partial interface Document`:\n[MapClass(DOMString, NamedFlow)]\n ^",
"line": 5,
"input": "DOMString, NamedFlow)]",
"tokens": [
{
"type": "inline",
"value": "DOMString",
"trivia": "",
"line": 5,
"index": 14
},
{
"type": "inline",
"value": ",",
"trivia": "",
"line": 5,
"index": 15
},
{
"type": "identifier",
"value": "NamedFlow",
"trivia": " ",
"line": 5,
"index": 16
},
{
"type": "inline",
"value": ")",
"trivia": "",
"line": 5,
"index": 17
},
{
"type": "inline",
"value": "]",
"trivia": "",
"line": 5,
"index": 18
}
]
}
}