forked from w3c/webref
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcss-counter-styles-3.json
88 lines (88 loc) · 2.08 KB
/
css-counter-styles-3.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"spec": {
"title": "CSS Counter Styles Level 3",
"url": "https://drafts.csswg.org/css-counter-styles/"
},
"refs": {
"normative": [
{
"name": "CSS-CASCADE-5",
"url": "https://www.w3.org/TR/css-cascade-5/"
},
{
"name": "CSS-IMAGES-3",
"url": "https://www.w3.org/TR/css-images-3/"
},
{
"name": "CSS-LISTS-3",
"url": "https://www.w3.org/TR/css-lists-3/"
},
{
"name": "CSS-SCOPING-1",
"url": "https://www.w3.org/TR/css-scoping-1/"
},
{
"name": "CSS-SYNTAX-3",
"url": "https://www.w3.org/TR/css-syntax-3/"
},
{
"name": "CSS-TEXT-3",
"url": "https://www.w3.org/TR/css-text-3/"
},
{
"name": "CSS-TEXT-DECOR-4",
"url": "https://www.w3.org/TR/css-text-decor-4/"
},
{
"name": "CSS-VALUES-3",
"url": "https://www.w3.org/TR/css-values-3/"
},
{
"name": "CSS-VALUES-4",
"url": "https://www.w3.org/TR/css-values-4/"
},
{
"name": "CSS-WRITING-MODES-4",
"url": "https://www.w3.org/TR/css-writing-modes-4/"
},
{
"name": "CSS21",
"url": "https://www.w3.org/TR/CSS21/"
},
{
"name": "CSSOM-1",
"url": "https://www.w3.org/TR/cssom-1/"
},
{
"name": "HTML",
"url": "https://html.spec.whatwg.org/multipage/"
},
{
"name": "INFRA",
"url": "https://infra.spec.whatwg.org/"
},
{
"name": "RFC2119",
"url": "https://datatracker.ietf.org/doc/html/rfc2119"
},
{
"name": "WebIDL",
"url": "https://heycam.github.io/webidl/"
}
],
"informative": [
{
"name": "CSS-CONTENT-3",
"url": "https://www.w3.org/TR/css-content-3/"
},
{
"name": "CSS-PSEUDO-4",
"url": "https://www.w3.org/TR/css-pseudo-4/"
},
{
"name": "PREDEFINED-COUNTER-STYLES",
"url": "https://www.w3.org/TR/predefined-counter-styles/"
}
]
}
}