forked from w3c/webref
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcss-fonts-4.json
152 lines (152 loc) · 3.92 KB
/
css-fonts-4.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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
{
"spec": {
"title": "CSS Fonts Module Level 4",
"url": "https://drafts.csswg.org/css-fonts-4/"
},
"refs": {
"normative": [
{
"name": "AAT-FEATURES",
"url": "https://developer.apple.com/fonts/TrueType-Reference-Manual/RM09/AppendixF.html"
},
{
"name": "CSS-BACKGROUNDS-3",
"url": "https://www.w3.org/TR/css-backgrounds-3/"
},
{
"name": "CSS-CASCADE-5",
"url": "https://www.w3.org/TR/css-cascade-5/"
},
{
"name": "CSS-COLOR-4",
"url": "https://www.w3.org/TR/css-color-4/"
},
{
"name": "CSS-FONTS-3",
"url": "https://www.w3.org/TR/css-fonts-3/"
},
{
"name": "CSS-INLINE-3",
"url": "https://www.w3.org/TR/css-inline-3/"
},
{
"name": "CSS-SHAPES-2",
"url": "https://drafts.csswg.org/css-shapes-2/"
},
{
"name": "CSS-SYNTAX-3",
"url": "https://www.w3.org/TR/css-syntax-3/"
},
{
"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": "CSS2",
"url": "https://www.w3.org/TR/CSS21/"
},
{
"name": "CSS3TEXT",
"url": "https://www.w3.org/TR/css-text-3/"
},
{
"name": "CSSOM-1",
"url": "https://www.w3.org/TR/cssom-1/"
},
{
"name": "FETCH",
"url": "https://fetch.spec.whatwg.org/"
},
{
"name": "HTML",
"url": "https://html.spec.whatwg.org/multipage/"
},
{
"name": "INFRA",
"url": "https://infra.spec.whatwg.org/"
},
{
"name": "OPENTYPE",
"url": "http://www.microsoft.com/typography/otspec/default.htm"
},
{
"name": "OPENTYPE-FEATURES",
"url": "http://www.microsoft.com/typography/otspec/featurelist.htm"
},
{
"name": "RFC2119",
"url": "https://datatracker.ietf.org/doc/html/rfc2119"
},
{
"name": "RFC8081",
"url": "https://www.rfc-editor.org/rfc/rfc8081"
},
{
"name": "UNICODE",
"url": "https://www.unicode.org/versions/latest/"
},
{
"name": "UTS51",
"url": "https://www.unicode.org/reports/tr51/tr51-19.html"
},
{
"name": "WebIDL",
"url": "https://heycam.github.io/webidl/"
}
],
"informative": [
{
"name": "CHARMOD-NORM",
"url": "https://www.w3.org/TR/charmod-norm/"
},
{
"name": "CSS-DISPLAY-3",
"url": "https://www.w3.org/TR/css-display-3/"
},
{
"name": "CSS-FONT-LOADING-3",
"url": "https://www.w3.org/TR/css-font-loading-3/"
},
{
"name": "CSS-OVERFLOW-3",
"url": "https://www.w3.org/TR/css-overflow-3/"
},
{
"name": "CSS-TRANSFORMS-1",
"url": "https://www.w3.org/TR/css-transforms-1/"
},
{
"name": "CSS3-CONDITIONAL",
"url": "https://www.w3.org/TR/css-conditional-3/"
},
{
"name": "OPEN-FONT-FORMAT",
"url": "http://standards.iso.org/ittf/PubliclyAvailableStandards/c052136_ISO_IEC_14496-22_2009%28E%29.zip"
},
{
"name": "OPENTYPE-FONT-GUIDE",
"url": "https://www.fontfont.com/staticcontent/downloads/FF_OT_User_Guide.pdf"
},
{
"name": "TRUETYPE",
"url": "https://developer.apple.com/fonts/TrueType-Reference-Manual/"
},
{
"name": "UAX29",
"url": "https://www.unicode.org/reports/tr29/tr29-37.html"
},
{
"name": "WINDOWS-GLYPH-PROC",
"url": "http://www.microsoft.com/typography/developers/opentype/default.htm"
}
]
}
}