@webref/xref 1.0.1 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +77 -0
- package/ed/dfns/ecmascript.json +2 -2
- package/ed/dfns/encoding.json +20 -0
- package/ed/dfns/picture-in-picture.json +58 -18
- package/ed/dfns/shacl12-rules.json +181 -86
- package/ed/dfns/webdriver-bidi.json +148 -17
- package/ed/dfns/webmcp.json +164 -3
- package/ed/headings/SVG2.json +1 -1
- package/ed/headings/ecmascript.json +1 -1
- package/ed/headings/encoding.json +1 -1
- package/ed/headings/picture-in-picture.json +5 -5
- package/ed/headings/rfc2397.json +33 -9
- package/ed/headings/rfc4120.json +164 -134
- package/ed/headings/rfc6386.json +128 -104
- package/ed/headings/rfc6454.json +62 -38
- package/ed/headings/rfc6455.json +120 -90
- package/ed/headings/rfc6797.json +104 -80
- package/ed/headings/rfc7034.json +52 -28
- package/ed/headings/rfc7239.json +55 -31
- package/ed/headings/rfc7469.json +63 -39
- package/ed/headings/rfc7578.json +54 -30
- package/ed/headings/rfc7932.json +70 -40
- package/ed/headings/rfc8610.json +100 -63
- package/ed/headings/rfc8878.json +97 -88
- package/ed/headings/rfc9163.json +62 -59
- package/ed/headings/rfc9649.json +82 -79
- package/ed/headings/rfc9659.json +33 -30
- package/ed/headings/selectors-5.json +8 -1
- package/ed/headings/shacl12-rules.json +127 -77
- package/ed/headings/webdriver-bidi.json +10 -3
- package/ed/headings/webmcp.json +14 -0
- package/ed/headings/webusb.json +1 -1
- package/ed/headings/webvtt1.json +2 -2
- package/index.js +82 -9
- package/package.json +1 -1
- package/specs.json +28890 -0
- package/tr/dfns/shacl12-rules.json +181 -86
- package/tr/dfns/webdriver-bidi.json +148 -17
- package/tr/dfns/webvtt1.json +82 -95
- package/tr/headings/shacl12-rules.json +127 -77
- package/tr/headings/webdriver-bidi.json +10 -3
- package/tr/headings/webvtt1.json +3 -9
package/ed/headings/rfc8878.json
CHANGED
|
@@ -1,24 +1,30 @@
|
|
|
1
1
|
{
|
|
2
2
|
"spec": {
|
|
3
|
-
"title": "RFC 8878: Zstandard Compression and the 'application/zstd' Media Type",
|
|
4
|
-
"url": "https://www.rfc-editor.org/
|
|
3
|
+
"title": "RFC 8878: Zstandard Compression and the 'application/zstd' Media Type | RFC Editor",
|
|
4
|
+
"url": "https://www.rfc-editor.org/info/rfc8878/"
|
|
5
5
|
},
|
|
6
6
|
"headings": [
|
|
7
7
|
{
|
|
8
|
-
"id": "
|
|
9
|
-
"href": "https://www.rfc-editor.org/
|
|
10
|
-
"level":
|
|
11
|
-
"title": "
|
|
8
|
+
"id": "in-this-section",
|
|
9
|
+
"href": "https://www.rfc-editor.org/info/rfc8878/#in-this-section",
|
|
10
|
+
"level": 2,
|
|
11
|
+
"title": "In this section"
|
|
12
12
|
},
|
|
13
13
|
{
|
|
14
|
-
"id": "
|
|
15
|
-
"href": "https://www.rfc-editor.org/
|
|
14
|
+
"id": "zstandard-compression-and-the-applicationzstd-media-type",
|
|
15
|
+
"href": "https://www.rfc-editor.org/info/rfc8878/#zstandard-compression-and-the-applicationzstd-media-type",
|
|
16
16
|
"level": 1,
|
|
17
|
-
"title": "Zstandard Compression and the 'application/zstd' Media Type"
|
|
17
|
+
"title": "RFC 8878: Zstandard Compression and the 'application/zstd' Media Type"
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"id": "this-rfc-was-updated",
|
|
21
|
+
"href": "https://www.rfc-editor.org/info/rfc8878/#this-rfc-was-updated",
|
|
22
|
+
"level": 2,
|
|
23
|
+
"title": "This RFC was updated"
|
|
18
24
|
},
|
|
19
25
|
{
|
|
20
26
|
"id": "section-abstract",
|
|
21
|
-
"href": "https://www.rfc-editor.org/
|
|
27
|
+
"href": "https://www.rfc-editor.org/info/rfc8878/#section-abstract",
|
|
22
28
|
"level": 2,
|
|
23
29
|
"title": "Abstract",
|
|
24
30
|
"alternateIds": [
|
|
@@ -27,7 +33,7 @@
|
|
|
27
33
|
},
|
|
28
34
|
{
|
|
29
35
|
"id": "section-boilerplate.1",
|
|
30
|
-
"href": "https://www.rfc-editor.org/
|
|
36
|
+
"href": "https://www.rfc-editor.org/info/rfc8878/#section-boilerplate.1",
|
|
31
37
|
"level": 2,
|
|
32
38
|
"title": "Status of This Memo",
|
|
33
39
|
"alternateIds": [
|
|
@@ -36,25 +42,16 @@
|
|
|
36
42
|
},
|
|
37
43
|
{
|
|
38
44
|
"id": "section-boilerplate.2",
|
|
39
|
-
"href": "https://www.rfc-editor.org/
|
|
45
|
+
"href": "https://www.rfc-editor.org/info/rfc8878/#section-boilerplate.2",
|
|
40
46
|
"level": 2,
|
|
41
47
|
"title": "Copyright Notice",
|
|
42
48
|
"alternateIds": [
|
|
43
49
|
"name-copyright-notice"
|
|
44
50
|
]
|
|
45
51
|
},
|
|
46
|
-
{
|
|
47
|
-
"id": "section-toc.1",
|
|
48
|
-
"href": "https://www.rfc-editor.org/rfc/rfc8878#section-toc.1",
|
|
49
|
-
"level": 2,
|
|
50
|
-
"title": "Table of Contents",
|
|
51
|
-
"alternateIds": [
|
|
52
|
-
"name-table-of-contents"
|
|
53
|
-
]
|
|
54
|
-
},
|
|
55
52
|
{
|
|
56
53
|
"id": "section-1",
|
|
57
|
-
"href": "https://www.rfc-editor.org/
|
|
54
|
+
"href": "https://www.rfc-editor.org/info/rfc8878/#section-1",
|
|
58
55
|
"level": 2,
|
|
59
56
|
"title": "Introduction",
|
|
60
57
|
"alternateIds": [
|
|
@@ -64,7 +61,7 @@
|
|
|
64
61
|
},
|
|
65
62
|
{
|
|
66
63
|
"id": "section-2",
|
|
67
|
-
"href": "https://www.rfc-editor.org/
|
|
64
|
+
"href": "https://www.rfc-editor.org/info/rfc8878/#section-2",
|
|
68
65
|
"level": 2,
|
|
69
66
|
"title": "Definitions",
|
|
70
67
|
"alternateIds": [
|
|
@@ -74,7 +71,7 @@
|
|
|
74
71
|
},
|
|
75
72
|
{
|
|
76
73
|
"id": "section-3",
|
|
77
|
-
"href": "https://www.rfc-editor.org/
|
|
74
|
+
"href": "https://www.rfc-editor.org/info/rfc8878/#section-3",
|
|
78
75
|
"level": 2,
|
|
79
76
|
"title": "Compression Algorithm",
|
|
80
77
|
"alternateIds": [
|
|
@@ -84,7 +81,7 @@
|
|
|
84
81
|
},
|
|
85
82
|
{
|
|
86
83
|
"id": "section-3.1",
|
|
87
|
-
"href": "https://www.rfc-editor.org/
|
|
84
|
+
"href": "https://www.rfc-editor.org/info/rfc8878/#section-3.1",
|
|
88
85
|
"level": 3,
|
|
89
86
|
"title": "Frames",
|
|
90
87
|
"alternateIds": [
|
|
@@ -94,7 +91,7 @@
|
|
|
94
91
|
},
|
|
95
92
|
{
|
|
96
93
|
"id": "section-3.1.1",
|
|
97
|
-
"href": "https://www.rfc-editor.org/
|
|
94
|
+
"href": "https://www.rfc-editor.org/info/rfc8878/#section-3.1.1",
|
|
98
95
|
"level": 4,
|
|
99
96
|
"title": "Zstandard Frames",
|
|
100
97
|
"alternateIds": [
|
|
@@ -104,7 +101,7 @@
|
|
|
104
101
|
},
|
|
105
102
|
{
|
|
106
103
|
"id": "section-3.1.1.1",
|
|
107
|
-
"href": "https://www.rfc-editor.org/
|
|
104
|
+
"href": "https://www.rfc-editor.org/info/rfc8878/#section-3.1.1.1",
|
|
108
105
|
"level": 5,
|
|
109
106
|
"title": "Frame Header",
|
|
110
107
|
"alternateIds": [
|
|
@@ -114,7 +111,7 @@
|
|
|
114
111
|
},
|
|
115
112
|
{
|
|
116
113
|
"id": "section-3.1.1.1.1",
|
|
117
|
-
"href": "https://www.rfc-editor.org/
|
|
114
|
+
"href": "https://www.rfc-editor.org/info/rfc8878/#section-3.1.1.1.1",
|
|
118
115
|
"level": 6,
|
|
119
116
|
"title": "Frame_Header_Descriptor",
|
|
120
117
|
"alternateIds": [
|
|
@@ -124,7 +121,7 @@
|
|
|
124
121
|
},
|
|
125
122
|
{
|
|
126
123
|
"id": "section-3.1.1.1.1.1",
|
|
127
|
-
"href": "https://www.rfc-editor.org/
|
|
124
|
+
"href": "https://www.rfc-editor.org/info/rfc8878/#section-3.1.1.1.1.1",
|
|
128
125
|
"level": 6,
|
|
129
126
|
"title": "Frame_Content_Size_Flag",
|
|
130
127
|
"alternateIds": [
|
|
@@ -134,7 +131,7 @@
|
|
|
134
131
|
},
|
|
135
132
|
{
|
|
136
133
|
"id": "section-3.1.1.1.1.2",
|
|
137
|
-
"href": "https://www.rfc-editor.org/
|
|
134
|
+
"href": "https://www.rfc-editor.org/info/rfc8878/#section-3.1.1.1.1.2",
|
|
138
135
|
"level": 6,
|
|
139
136
|
"title": "Single_Segment_Flag",
|
|
140
137
|
"alternateIds": [
|
|
@@ -144,7 +141,7 @@
|
|
|
144
141
|
},
|
|
145
142
|
{
|
|
146
143
|
"id": "section-3.1.1.1.1.3",
|
|
147
|
-
"href": "https://www.rfc-editor.org/
|
|
144
|
+
"href": "https://www.rfc-editor.org/info/rfc8878/#section-3.1.1.1.1.3",
|
|
148
145
|
"level": 6,
|
|
149
146
|
"title": "Unused Bit",
|
|
150
147
|
"alternateIds": [
|
|
@@ -154,7 +151,7 @@
|
|
|
154
151
|
},
|
|
155
152
|
{
|
|
156
153
|
"id": "section-3.1.1.1.1.4",
|
|
157
|
-
"href": "https://www.rfc-editor.org/
|
|
154
|
+
"href": "https://www.rfc-editor.org/info/rfc8878/#section-3.1.1.1.1.4",
|
|
158
155
|
"level": 6,
|
|
159
156
|
"title": "Reserved Bit",
|
|
160
157
|
"alternateIds": [
|
|
@@ -164,7 +161,7 @@
|
|
|
164
161
|
},
|
|
165
162
|
{
|
|
166
163
|
"id": "section-3.1.1.1.1.5",
|
|
167
|
-
"href": "https://www.rfc-editor.org/
|
|
164
|
+
"href": "https://www.rfc-editor.org/info/rfc8878/#section-3.1.1.1.1.5",
|
|
168
165
|
"level": 6,
|
|
169
166
|
"title": "Content_Checksum_Flag",
|
|
170
167
|
"alternateIds": [
|
|
@@ -174,7 +171,7 @@
|
|
|
174
171
|
},
|
|
175
172
|
{
|
|
176
173
|
"id": "section-3.1.1.1.1.6",
|
|
177
|
-
"href": "https://www.rfc-editor.org/
|
|
174
|
+
"href": "https://www.rfc-editor.org/info/rfc8878/#section-3.1.1.1.1.6",
|
|
178
175
|
"level": 6,
|
|
179
176
|
"title": "Dictionary_ID_Flag",
|
|
180
177
|
"alternateIds": [
|
|
@@ -184,7 +181,7 @@
|
|
|
184
181
|
},
|
|
185
182
|
{
|
|
186
183
|
"id": "section-3.1.1.1.2",
|
|
187
|
-
"href": "https://www.rfc-editor.org/
|
|
184
|
+
"href": "https://www.rfc-editor.org/info/rfc8878/#section-3.1.1.1.2",
|
|
188
185
|
"level": 6,
|
|
189
186
|
"title": "Window Descriptor",
|
|
190
187
|
"alternateIds": [
|
|
@@ -194,7 +191,7 @@
|
|
|
194
191
|
},
|
|
195
192
|
{
|
|
196
193
|
"id": "section-3.1.1.1.3",
|
|
197
|
-
"href": "https://www.rfc-editor.org/
|
|
194
|
+
"href": "https://www.rfc-editor.org/info/rfc8878/#section-3.1.1.1.3",
|
|
198
195
|
"level": 6,
|
|
199
196
|
"title": "Dictionary_ID",
|
|
200
197
|
"alternateIds": [
|
|
@@ -204,7 +201,7 @@
|
|
|
204
201
|
},
|
|
205
202
|
{
|
|
206
203
|
"id": "section-3.1.1.1.4",
|
|
207
|
-
"href": "https://www.rfc-editor.org/
|
|
204
|
+
"href": "https://www.rfc-editor.org/info/rfc8878/#section-3.1.1.1.4",
|
|
208
205
|
"level": 6,
|
|
209
206
|
"title": "Frame_Content_Size",
|
|
210
207
|
"alternateIds": [
|
|
@@ -214,7 +211,7 @@
|
|
|
214
211
|
},
|
|
215
212
|
{
|
|
216
213
|
"id": "section-3.1.1.2",
|
|
217
|
-
"href": "https://www.rfc-editor.org/
|
|
214
|
+
"href": "https://www.rfc-editor.org/info/rfc8878/#section-3.1.1.2",
|
|
218
215
|
"level": 5,
|
|
219
216
|
"title": "Blocks",
|
|
220
217
|
"alternateIds": [
|
|
@@ -224,7 +221,7 @@
|
|
|
224
221
|
},
|
|
225
222
|
{
|
|
226
223
|
"id": "section-3.1.1.2.1",
|
|
227
|
-
"href": "https://www.rfc-editor.org/
|
|
224
|
+
"href": "https://www.rfc-editor.org/info/rfc8878/#section-3.1.1.2.1",
|
|
228
225
|
"level": 6,
|
|
229
226
|
"title": "Last_Block",
|
|
230
227
|
"alternateIds": [
|
|
@@ -234,7 +231,7 @@
|
|
|
234
231
|
},
|
|
235
232
|
{
|
|
236
233
|
"id": "section-3.1.1.2.2",
|
|
237
|
-
"href": "https://www.rfc-editor.org/
|
|
234
|
+
"href": "https://www.rfc-editor.org/info/rfc8878/#section-3.1.1.2.2",
|
|
238
235
|
"level": 6,
|
|
239
236
|
"title": "Block_Type",
|
|
240
237
|
"alternateIds": [
|
|
@@ -244,7 +241,7 @@
|
|
|
244
241
|
},
|
|
245
242
|
{
|
|
246
243
|
"id": "section-3.1.1.2.3",
|
|
247
|
-
"href": "https://www.rfc-editor.org/
|
|
244
|
+
"href": "https://www.rfc-editor.org/info/rfc8878/#section-3.1.1.2.3",
|
|
248
245
|
"level": 6,
|
|
249
246
|
"title": "Block_Size",
|
|
250
247
|
"alternateIds": [
|
|
@@ -254,7 +251,7 @@
|
|
|
254
251
|
},
|
|
255
252
|
{
|
|
256
253
|
"id": "section-3.1.1.2.4",
|
|
257
|
-
"href": "https://www.rfc-editor.org/
|
|
254
|
+
"href": "https://www.rfc-editor.org/info/rfc8878/#section-3.1.1.2.4",
|
|
258
255
|
"level": 6,
|
|
259
256
|
"title": "Block_Content and Block_Maximum_Size",
|
|
260
257
|
"alternateIds": [
|
|
@@ -264,7 +261,7 @@
|
|
|
264
261
|
},
|
|
265
262
|
{
|
|
266
263
|
"id": "section-3.1.1.3",
|
|
267
|
-
"href": "https://www.rfc-editor.org/
|
|
264
|
+
"href": "https://www.rfc-editor.org/info/rfc8878/#section-3.1.1.3",
|
|
268
265
|
"level": 5,
|
|
269
266
|
"title": "Compressed Blocks",
|
|
270
267
|
"alternateIds": [
|
|
@@ -274,7 +271,7 @@
|
|
|
274
271
|
},
|
|
275
272
|
{
|
|
276
273
|
"id": "section-3.1.1.3.1",
|
|
277
|
-
"href": "https://www.rfc-editor.org/
|
|
274
|
+
"href": "https://www.rfc-editor.org/info/rfc8878/#section-3.1.1.3.1",
|
|
278
275
|
"level": 6,
|
|
279
276
|
"title": "Literals_Section_Header",
|
|
280
277
|
"alternateIds": [
|
|
@@ -284,7 +281,7 @@
|
|
|
284
281
|
},
|
|
285
282
|
{
|
|
286
283
|
"id": "section-3.1.1.3.1.1",
|
|
287
|
-
"href": "https://www.rfc-editor.org/
|
|
284
|
+
"href": "https://www.rfc-editor.org/info/rfc8878/#section-3.1.1.3.1.1",
|
|
288
285
|
"level": 6,
|
|
289
286
|
"title": "Literals_Section_Header",
|
|
290
287
|
"alternateIds": [
|
|
@@ -294,7 +291,7 @@
|
|
|
294
291
|
},
|
|
295
292
|
{
|
|
296
293
|
"id": "section-3.1.1.3.1.2",
|
|
297
|
-
"href": "https://www.rfc-editor.org/
|
|
294
|
+
"href": "https://www.rfc-editor.org/info/rfc8878/#section-3.1.1.3.1.2",
|
|
298
295
|
"level": 6,
|
|
299
296
|
"title": "Raw_Literals_Block",
|
|
300
297
|
"alternateIds": [
|
|
@@ -304,7 +301,7 @@
|
|
|
304
301
|
},
|
|
305
302
|
{
|
|
306
303
|
"id": "section-3.1.1.3.1.3",
|
|
307
|
-
"href": "https://www.rfc-editor.org/
|
|
304
|
+
"href": "https://www.rfc-editor.org/info/rfc8878/#section-3.1.1.3.1.3",
|
|
308
305
|
"level": 6,
|
|
309
306
|
"title": "RLE_Literals_Block",
|
|
310
307
|
"alternateIds": [
|
|
@@ -314,7 +311,7 @@
|
|
|
314
311
|
},
|
|
315
312
|
{
|
|
316
313
|
"id": "section-3.1.1.3.1.4",
|
|
317
|
-
"href": "https://www.rfc-editor.org/
|
|
314
|
+
"href": "https://www.rfc-editor.org/info/rfc8878/#section-3.1.1.3.1.4",
|
|
318
315
|
"level": 6,
|
|
319
316
|
"title": "Compressed_Literals_Block and Treeless_Literals_Block",
|
|
320
317
|
"alternateIds": [
|
|
@@ -324,7 +321,7 @@
|
|
|
324
321
|
},
|
|
325
322
|
{
|
|
326
323
|
"id": "section-3.1.1.3.1.5",
|
|
327
|
-
"href": "https://www.rfc-editor.org/
|
|
324
|
+
"href": "https://www.rfc-editor.org/info/rfc8878/#section-3.1.1.3.1.5",
|
|
328
325
|
"level": 6,
|
|
329
326
|
"title": "Huffman_Tree_Description",
|
|
330
327
|
"alternateIds": [
|
|
@@ -334,7 +331,7 @@
|
|
|
334
331
|
},
|
|
335
332
|
{
|
|
336
333
|
"id": "section-3.1.1.3.1.6",
|
|
337
|
-
"href": "https://www.rfc-editor.org/
|
|
334
|
+
"href": "https://www.rfc-editor.org/info/rfc8878/#section-3.1.1.3.1.6",
|
|
338
335
|
"level": 6,
|
|
339
336
|
"title": "Jump_Table",
|
|
340
337
|
"alternateIds": [
|
|
@@ -344,7 +341,7 @@
|
|
|
344
341
|
},
|
|
345
342
|
{
|
|
346
343
|
"id": "section-3.1.1.3.2",
|
|
347
|
-
"href": "https://www.rfc-editor.org/
|
|
344
|
+
"href": "https://www.rfc-editor.org/info/rfc8878/#section-3.1.1.3.2",
|
|
348
345
|
"level": 6,
|
|
349
346
|
"title": "Sequences_Section",
|
|
350
347
|
"alternateIds": [
|
|
@@ -354,7 +351,7 @@
|
|
|
354
351
|
},
|
|
355
352
|
{
|
|
356
353
|
"id": "section-3.1.1.3.2.1",
|
|
357
|
-
"href": "https://www.rfc-editor.org/
|
|
354
|
+
"href": "https://www.rfc-editor.org/info/rfc8878/#section-3.1.1.3.2.1",
|
|
358
355
|
"level": 6,
|
|
359
356
|
"title": "Sequences_Section_Header",
|
|
360
357
|
"alternateIds": [
|
|
@@ -364,7 +361,7 @@
|
|
|
364
361
|
},
|
|
365
362
|
{
|
|
366
363
|
"id": "section-3.1.1.3.2.1.1",
|
|
367
|
-
"href": "https://www.rfc-editor.org/
|
|
364
|
+
"href": "https://www.rfc-editor.org/info/rfc8878/#section-3.1.1.3.2.1.1",
|
|
368
365
|
"level": 6,
|
|
369
366
|
"title": "Sequence Codes for Lengths and Offsets",
|
|
370
367
|
"alternateIds": [
|
|
@@ -374,7 +371,7 @@
|
|
|
374
371
|
},
|
|
375
372
|
{
|
|
376
373
|
"id": "section-3.1.1.3.2.1.2",
|
|
377
|
-
"href": "https://www.rfc-editor.org/
|
|
374
|
+
"href": "https://www.rfc-editor.org/info/rfc8878/#section-3.1.1.3.2.1.2",
|
|
378
375
|
"level": 6,
|
|
379
376
|
"title": "Decoding Sequences",
|
|
380
377
|
"alternateIds": [
|
|
@@ -384,7 +381,7 @@
|
|
|
384
381
|
},
|
|
385
382
|
{
|
|
386
383
|
"id": "section-3.1.1.3.2.2",
|
|
387
|
-
"href": "https://www.rfc-editor.org/
|
|
384
|
+
"href": "https://www.rfc-editor.org/info/rfc8878/#section-3.1.1.3.2.2",
|
|
388
385
|
"level": 6,
|
|
389
386
|
"title": "Default Distributions",
|
|
390
387
|
"alternateIds": [
|
|
@@ -394,7 +391,7 @@
|
|
|
394
391
|
},
|
|
395
392
|
{
|
|
396
393
|
"id": "section-3.1.1.3.2.2.1",
|
|
397
|
-
"href": "https://www.rfc-editor.org/
|
|
394
|
+
"href": "https://www.rfc-editor.org/info/rfc8878/#section-3.1.1.3.2.2.1",
|
|
398
395
|
"level": 6,
|
|
399
396
|
"title": "Literals Length Codes",
|
|
400
397
|
"alternateIds": [
|
|
@@ -404,7 +401,7 @@
|
|
|
404
401
|
},
|
|
405
402
|
{
|
|
406
403
|
"id": "section-3.1.1.3.2.2.2",
|
|
407
|
-
"href": "https://www.rfc-editor.org/
|
|
404
|
+
"href": "https://www.rfc-editor.org/info/rfc8878/#section-3.1.1.3.2.2.2",
|
|
408
405
|
"level": 6,
|
|
409
406
|
"title": "Match Length Codes",
|
|
410
407
|
"alternateIds": [
|
|
@@ -414,7 +411,7 @@
|
|
|
414
411
|
},
|
|
415
412
|
{
|
|
416
413
|
"id": "section-3.1.1.3.2.2.3",
|
|
417
|
-
"href": "https://www.rfc-editor.org/
|
|
414
|
+
"href": "https://www.rfc-editor.org/info/rfc8878/#section-3.1.1.3.2.2.3",
|
|
418
415
|
"level": 6,
|
|
419
416
|
"title": "Offset Codes",
|
|
420
417
|
"alternateIds": [
|
|
@@ -424,7 +421,7 @@
|
|
|
424
421
|
},
|
|
425
422
|
{
|
|
426
423
|
"id": "section-3.1.1.4",
|
|
427
|
-
"href": "https://www.rfc-editor.org/
|
|
424
|
+
"href": "https://www.rfc-editor.org/info/rfc8878/#section-3.1.1.4",
|
|
428
425
|
"level": 5,
|
|
429
426
|
"title": "Sequence Execution",
|
|
430
427
|
"alternateIds": [
|
|
@@ -434,7 +431,7 @@
|
|
|
434
431
|
},
|
|
435
432
|
{
|
|
436
433
|
"id": "section-3.1.1.5",
|
|
437
|
-
"href": "https://www.rfc-editor.org/
|
|
434
|
+
"href": "https://www.rfc-editor.org/info/rfc8878/#section-3.1.1.5",
|
|
438
435
|
"level": 5,
|
|
439
436
|
"title": "Repeat Offsets",
|
|
440
437
|
"alternateIds": [
|
|
@@ -444,7 +441,7 @@
|
|
|
444
441
|
},
|
|
445
442
|
{
|
|
446
443
|
"id": "section-3.1.2",
|
|
447
|
-
"href": "https://www.rfc-editor.org/
|
|
444
|
+
"href": "https://www.rfc-editor.org/info/rfc8878/#section-3.1.2",
|
|
448
445
|
"level": 4,
|
|
449
446
|
"title": "Skippable Frames",
|
|
450
447
|
"alternateIds": [
|
|
@@ -454,7 +451,7 @@
|
|
|
454
451
|
},
|
|
455
452
|
{
|
|
456
453
|
"id": "section-4",
|
|
457
|
-
"href": "https://www.rfc-editor.org/
|
|
454
|
+
"href": "https://www.rfc-editor.org/info/rfc8878/#section-4",
|
|
458
455
|
"level": 2,
|
|
459
456
|
"title": "Entropy Encoding",
|
|
460
457
|
"alternateIds": [
|
|
@@ -464,7 +461,7 @@
|
|
|
464
461
|
},
|
|
465
462
|
{
|
|
466
463
|
"id": "section-4.1",
|
|
467
|
-
"href": "https://www.rfc-editor.org/
|
|
464
|
+
"href": "https://www.rfc-editor.org/info/rfc8878/#section-4.1",
|
|
468
465
|
"level": 3,
|
|
469
466
|
"title": "FSE",
|
|
470
467
|
"alternateIds": [
|
|
@@ -474,7 +471,7 @@
|
|
|
474
471
|
},
|
|
475
472
|
{
|
|
476
473
|
"id": "section-4.1.1",
|
|
477
|
-
"href": "https://www.rfc-editor.org/
|
|
474
|
+
"href": "https://www.rfc-editor.org/info/rfc8878/#section-4.1.1",
|
|
478
475
|
"level": 4,
|
|
479
476
|
"title": "FSE Table Description",
|
|
480
477
|
"alternateIds": [
|
|
@@ -484,7 +481,7 @@
|
|
|
484
481
|
},
|
|
485
482
|
{
|
|
486
483
|
"id": "section-4.2",
|
|
487
|
-
"href": "https://www.rfc-editor.org/
|
|
484
|
+
"href": "https://www.rfc-editor.org/info/rfc8878/#section-4.2",
|
|
488
485
|
"level": 3,
|
|
489
486
|
"title": "Huffman Coding",
|
|
490
487
|
"alternateIds": [
|
|
@@ -494,7 +491,7 @@
|
|
|
494
491
|
},
|
|
495
492
|
{
|
|
496
493
|
"id": "section-4.2.1",
|
|
497
|
-
"href": "https://www.rfc-editor.org/
|
|
494
|
+
"href": "https://www.rfc-editor.org/info/rfc8878/#section-4.2.1",
|
|
498
495
|
"level": 4,
|
|
499
496
|
"title": "Huffman Tree Description",
|
|
500
497
|
"alternateIds": [
|
|
@@ -504,7 +501,7 @@
|
|
|
504
501
|
},
|
|
505
502
|
{
|
|
506
503
|
"id": "section-4.2.1.1",
|
|
507
|
-
"href": "https://www.rfc-editor.org/
|
|
504
|
+
"href": "https://www.rfc-editor.org/info/rfc8878/#section-4.2.1.1",
|
|
508
505
|
"level": 5,
|
|
509
506
|
"title": "Huffman Tree Header",
|
|
510
507
|
"alternateIds": [
|
|
@@ -514,7 +511,7 @@
|
|
|
514
511
|
},
|
|
515
512
|
{
|
|
516
513
|
"id": "section-4.2.1.2",
|
|
517
|
-
"href": "https://www.rfc-editor.org/
|
|
514
|
+
"href": "https://www.rfc-editor.org/info/rfc8878/#section-4.2.1.2",
|
|
518
515
|
"level": 5,
|
|
519
516
|
"title": "FSE Compression of Huffman Weights",
|
|
520
517
|
"alternateIds": [
|
|
@@ -524,7 +521,7 @@
|
|
|
524
521
|
},
|
|
525
522
|
{
|
|
526
523
|
"id": "section-4.2.1.3",
|
|
527
|
-
"href": "https://www.rfc-editor.org/
|
|
524
|
+
"href": "https://www.rfc-editor.org/info/rfc8878/#section-4.2.1.3",
|
|
528
525
|
"level": 5,
|
|
529
526
|
"title": "Conversion from Weights to Huffman Prefix Codes",
|
|
530
527
|
"alternateIds": [
|
|
@@ -534,7 +531,7 @@
|
|
|
534
531
|
},
|
|
535
532
|
{
|
|
536
533
|
"id": "section-4.2.2",
|
|
537
|
-
"href": "https://www.rfc-editor.org/
|
|
534
|
+
"href": "https://www.rfc-editor.org/info/rfc8878/#section-4.2.2",
|
|
538
535
|
"level": 4,
|
|
539
536
|
"title": "Huffman-Coded Streams",
|
|
540
537
|
"alternateIds": [
|
|
@@ -544,7 +541,7 @@
|
|
|
544
541
|
},
|
|
545
542
|
{
|
|
546
543
|
"id": "section-5",
|
|
547
|
-
"href": "https://www.rfc-editor.org/
|
|
544
|
+
"href": "https://www.rfc-editor.org/info/rfc8878/#section-5",
|
|
548
545
|
"level": 2,
|
|
549
546
|
"title": "Dictionary Format",
|
|
550
547
|
"alternateIds": [
|
|
@@ -554,7 +551,7 @@
|
|
|
554
551
|
},
|
|
555
552
|
{
|
|
556
553
|
"id": "section-6",
|
|
557
|
-
"href": "https://www.rfc-editor.org/
|
|
554
|
+
"href": "https://www.rfc-editor.org/info/rfc8878/#section-6",
|
|
558
555
|
"level": 2,
|
|
559
556
|
"title": "Use of Dictionaries",
|
|
560
557
|
"alternateIds": [
|
|
@@ -564,7 +561,7 @@
|
|
|
564
561
|
},
|
|
565
562
|
{
|
|
566
563
|
"id": "section-7",
|
|
567
|
-
"href": "https://www.rfc-editor.org/
|
|
564
|
+
"href": "https://www.rfc-editor.org/info/rfc8878/#section-7",
|
|
568
565
|
"level": 2,
|
|
569
566
|
"title": "IANA Considerations",
|
|
570
567
|
"alternateIds": [
|
|
@@ -574,7 +571,7 @@
|
|
|
574
571
|
},
|
|
575
572
|
{
|
|
576
573
|
"id": "section-7.1",
|
|
577
|
-
"href": "https://www.rfc-editor.org/
|
|
574
|
+
"href": "https://www.rfc-editor.org/info/rfc8878/#section-7.1",
|
|
578
575
|
"level": 3,
|
|
579
576
|
"title": "The 'application/zstd' Media Type",
|
|
580
577
|
"alternateIds": [
|
|
@@ -584,7 +581,7 @@
|
|
|
584
581
|
},
|
|
585
582
|
{
|
|
586
583
|
"id": "section-7.2",
|
|
587
|
-
"href": "https://www.rfc-editor.org/
|
|
584
|
+
"href": "https://www.rfc-editor.org/info/rfc8878/#section-7.2",
|
|
588
585
|
"level": 3,
|
|
589
586
|
"title": "Content Encoding",
|
|
590
587
|
"alternateIds": [
|
|
@@ -594,7 +591,7 @@
|
|
|
594
591
|
},
|
|
595
592
|
{
|
|
596
593
|
"id": "section-7.3",
|
|
597
|
-
"href": "https://www.rfc-editor.org/
|
|
594
|
+
"href": "https://www.rfc-editor.org/info/rfc8878/#section-7.3",
|
|
598
595
|
"level": 3,
|
|
599
596
|
"title": "Structured Syntax Suffix",
|
|
600
597
|
"alternateIds": [
|
|
@@ -604,7 +601,7 @@
|
|
|
604
601
|
},
|
|
605
602
|
{
|
|
606
603
|
"id": "section-7.4",
|
|
607
|
-
"href": "https://www.rfc-editor.org/
|
|
604
|
+
"href": "https://www.rfc-editor.org/info/rfc8878/#section-7.4",
|
|
608
605
|
"level": 3,
|
|
609
606
|
"title": "Dictionaries",
|
|
610
607
|
"alternateIds": [
|
|
@@ -614,7 +611,7 @@
|
|
|
614
611
|
},
|
|
615
612
|
{
|
|
616
613
|
"id": "section-8",
|
|
617
|
-
"href": "https://www.rfc-editor.org/
|
|
614
|
+
"href": "https://www.rfc-editor.org/info/rfc8878/#section-8",
|
|
618
615
|
"level": 2,
|
|
619
616
|
"title": "Security Considerations",
|
|
620
617
|
"alternateIds": [
|
|
@@ -624,7 +621,7 @@
|
|
|
624
621
|
},
|
|
625
622
|
{
|
|
626
623
|
"id": "section-9",
|
|
627
|
-
"href": "https://www.rfc-editor.org/
|
|
624
|
+
"href": "https://www.rfc-editor.org/info/rfc8878/#section-9",
|
|
628
625
|
"level": 2,
|
|
629
626
|
"title": "References",
|
|
630
627
|
"alternateIds": [
|
|
@@ -634,7 +631,7 @@
|
|
|
634
631
|
},
|
|
635
632
|
{
|
|
636
633
|
"id": "section-9.1",
|
|
637
|
-
"href": "https://www.rfc-editor.org/
|
|
634
|
+
"href": "https://www.rfc-editor.org/info/rfc8878/#section-9.1",
|
|
638
635
|
"level": 3,
|
|
639
636
|
"title": "Normative References",
|
|
640
637
|
"alternateIds": [
|
|
@@ -644,7 +641,7 @@
|
|
|
644
641
|
},
|
|
645
642
|
{
|
|
646
643
|
"id": "section-9.2",
|
|
647
|
-
"href": "https://www.rfc-editor.org/
|
|
644
|
+
"href": "https://www.rfc-editor.org/info/rfc8878/#section-9.2",
|
|
648
645
|
"level": 3,
|
|
649
646
|
"title": "Informative References",
|
|
650
647
|
"alternateIds": [
|
|
@@ -654,7 +651,7 @@
|
|
|
654
651
|
},
|
|
655
652
|
{
|
|
656
653
|
"id": "section-appendix.a",
|
|
657
|
-
"href": "https://www.rfc-editor.org/
|
|
654
|
+
"href": "https://www.rfc-editor.org/info/rfc8878/#section-appendix.a",
|
|
658
655
|
"level": 2,
|
|
659
656
|
"title": "Decoding Tables for Predefined Codes",
|
|
660
657
|
"alternateIds": [
|
|
@@ -664,7 +661,7 @@
|
|
|
664
661
|
},
|
|
665
662
|
{
|
|
666
663
|
"id": "section-a.1",
|
|
667
|
-
"href": "https://www.rfc-editor.org/
|
|
664
|
+
"href": "https://www.rfc-editor.org/info/rfc8878/#section-a.1",
|
|
668
665
|
"level": 2,
|
|
669
666
|
"title": "Literals Length Code Table",
|
|
670
667
|
"alternateIds": [
|
|
@@ -674,7 +671,7 @@
|
|
|
674
671
|
},
|
|
675
672
|
{
|
|
676
673
|
"id": "section-a.2",
|
|
677
|
-
"href": "https://www.rfc-editor.org/
|
|
674
|
+
"href": "https://www.rfc-editor.org/info/rfc8878/#section-a.2",
|
|
678
675
|
"level": 2,
|
|
679
676
|
"title": "Match Length Code Table",
|
|
680
677
|
"alternateIds": [
|
|
@@ -684,7 +681,7 @@
|
|
|
684
681
|
},
|
|
685
682
|
{
|
|
686
683
|
"id": "section-a.3",
|
|
687
|
-
"href": "https://www.rfc-editor.org/
|
|
684
|
+
"href": "https://www.rfc-editor.org/info/rfc8878/#section-a.3",
|
|
688
685
|
"level": 2,
|
|
689
686
|
"title": "Offset Code Table",
|
|
690
687
|
"alternateIds": [
|
|
@@ -694,7 +691,7 @@
|
|
|
694
691
|
},
|
|
695
692
|
{
|
|
696
693
|
"id": "section-appendix.b",
|
|
697
|
-
"href": "https://www.rfc-editor.org/
|
|
694
|
+
"href": "https://www.rfc-editor.org/info/rfc8878/#section-appendix.b",
|
|
698
695
|
"level": 2,
|
|
699
696
|
"title": "Changes since RFC 8478",
|
|
700
697
|
"alternateIds": [
|
|
@@ -704,7 +701,7 @@
|
|
|
704
701
|
},
|
|
705
702
|
{
|
|
706
703
|
"id": "section-appendix.c",
|
|
707
|
-
"href": "https://www.rfc-editor.org/
|
|
704
|
+
"href": "https://www.rfc-editor.org/info/rfc8878/#section-appendix.c",
|
|
708
705
|
"level": 2,
|
|
709
706
|
"title": "Acknowledgments",
|
|
710
707
|
"alternateIds": [
|
|
@@ -713,12 +710,24 @@
|
|
|
713
710
|
},
|
|
714
711
|
{
|
|
715
712
|
"id": "section-appendix.d",
|
|
716
|
-
"href": "https://www.rfc-editor.org/
|
|
713
|
+
"href": "https://www.rfc-editor.org/info/rfc8878/#section-appendix.d",
|
|
717
714
|
"level": 2,
|
|
718
715
|
"title": "Authors' Addresses",
|
|
719
716
|
"alternateIds": [
|
|
720
717
|
"name-authors-addresses"
|
|
721
718
|
]
|
|
719
|
+
},
|
|
720
|
+
{
|
|
721
|
+
"id": "useful-links",
|
|
722
|
+
"href": "https://www.rfc-editor.org/info/rfc8878/#useful-links",
|
|
723
|
+
"level": 2,
|
|
724
|
+
"title": "Useful links"
|
|
725
|
+
},
|
|
726
|
+
{
|
|
727
|
+
"id": "contact-us",
|
|
728
|
+
"href": "https://www.rfc-editor.org/info/rfc8878/#contact-us",
|
|
729
|
+
"level": 2,
|
|
730
|
+
"title": "Contact Us"
|
|
722
731
|
}
|
|
723
732
|
]
|
|
724
733
|
}
|