@webref/xref 1.1.1 → 1.2.1

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.
Files changed (82) hide show
  1. package/README.md +77 -0
  2. package/ed/dfns/attribution.json +17 -17
  3. package/ed/dfns/connection-allowlists.json +780 -0
  4. package/ed/dfns/did-resolution.json +17 -17
  5. package/ed/dfns/ecmascript.json +2 -2
  6. package/ed/dfns/encoding.json +20 -0
  7. package/ed/dfns/picture-in-picture.json +58 -18
  8. package/ed/dfns/pointerevents4.json +27 -0
  9. package/ed/dfns/rfc8610.json +6 -5
  10. package/ed/dfns/sanitizer-api.json +20 -0
  11. package/ed/dfns/shacl12-rules.json +181 -86
  12. package/ed/dfns/speech-api.json +22 -0
  13. package/ed/dfns/vc-recognized-entities.json +6 -6
  14. package/ed/dfns/web-smart-card.json +1065 -1151
  15. package/ed/dfns/webdriver-bidi.json +1748 -679
  16. package/ed/dfns/webmcp.json +164 -3
  17. package/ed/dfns/webnn.json +20 -0
  18. package/ed/dfns/webrtc-encoded-transform.json +28 -28
  19. package/ed/dfns/webrtc-ice.json +2 -2
  20. package/ed/headings/attribution.json +21 -0
  21. package/ed/headings/connection-allowlists.json +228 -0
  22. package/ed/headings/did-resolution.json +161 -92
  23. package/ed/headings/dom.json +1 -1
  24. package/ed/headings/ecmascript.json +1 -1
  25. package/ed/headings/encoding.json +1 -1
  26. package/ed/headings/picture-in-picture.json +5 -5
  27. package/ed/headings/rfc2397.json +33 -9
  28. package/ed/headings/rfc4120.json +164 -134
  29. package/ed/headings/rfc6386.json +128 -104
  30. package/ed/headings/rfc6454.json +62 -38
  31. package/ed/headings/rfc6455.json +120 -90
  32. package/ed/headings/rfc6797.json +104 -80
  33. package/ed/headings/rfc7034.json +52 -28
  34. package/ed/headings/rfc7239.json +55 -31
  35. package/ed/headings/rfc7469.json +63 -39
  36. package/ed/headings/rfc7578.json +54 -30
  37. package/ed/headings/rfc7932.json +70 -40
  38. package/ed/headings/rfc8610.json +93 -63
  39. package/ed/headings/rfc8878.json +97 -88
  40. package/ed/headings/rfc9163.json +62 -59
  41. package/ed/headings/rfc9649.json +82 -79
  42. package/ed/headings/rfc9659.json +33 -30
  43. package/ed/headings/secure-payment-confirmation.json +1 -1
  44. package/ed/headings/selectors-5.json +8 -1
  45. package/ed/headings/service-workers.json +1 -1
  46. package/ed/headings/shacl12-rules.json +125 -85
  47. package/ed/headings/soft-navigations.json +1 -1
  48. package/ed/headings/storage-access.json +2 -2
  49. package/ed/headings/vc-data-model-2.1.json +72 -72
  50. package/ed/headings/vc-jose-cose.json +70 -70
  51. package/ed/headings/vc-recognized-entities.json +62 -32
  52. package/ed/headings/web-smart-card.json +106 -217
  53. package/ed/headings/webdriver-bidi.json +25 -4
  54. package/ed/headings/webidl.json +1 -1
  55. package/ed/headings/webmcp.json +14 -0
  56. package/ed/headings/webnn.json +1 -1
  57. package/ed/headings/webrtc-encoded-transform.json +1 -1
  58. package/ed/headings/webusb.json +1 -1
  59. package/ed/headings/webvtt1.json +2 -2
  60. package/index.js +56 -8
  61. package/package.json +1 -1
  62. package/specs.json +28925 -0
  63. package/tr/dfns/attribution.json +17 -17
  64. package/tr/dfns/did-resolution.json +17 -17
  65. package/tr/dfns/picture-in-picture.json +58 -18
  66. package/tr/dfns/pointerevents4.json +27 -0
  67. package/tr/dfns/shacl12-rules.json +181 -86
  68. package/tr/dfns/webdriver-bidi.json +1748 -679
  69. package/tr/dfns/webnn.json +20 -0
  70. package/tr/dfns/webrtc-encoded-transform.json +28 -28
  71. package/tr/dfns/webvtt1.json +82 -95
  72. package/tr/headings/attribution.json +21 -0
  73. package/tr/headings/did-resolution.json +161 -92
  74. package/tr/headings/picture-in-picture.json +5 -5
  75. package/tr/headings/secure-payment-confirmation.json +1 -1
  76. package/tr/headings/service-workers.json +1 -1
  77. package/tr/headings/shacl12-rules.json +125 -85
  78. package/tr/headings/webauthn-3.json +9 -2
  79. package/tr/headings/webdriver-bidi.json +25 -4
  80. package/tr/headings/webnn.json +1 -1
  81. package/tr/headings/webrtc-encoded-transform.json +1 -1
  82. package/tr/headings/webvtt1.json +3 -9
@@ -1,24 +1,24 @@
1
1
  {
2
2
  "spec": {
3
- "title": "RFC 9649: WebP Image Format",
4
- "url": "https://www.rfc-editor.org/rfc/rfc9649"
3
+ "title": "RFC 9649: WebP Image Format | RFC Editor",
4
+ "url": "https://www.rfc-editor.org/info/rfc9649/"
5
5
  },
6
6
  "headings": [
7
7
  {
8
- "id": "rfcnum",
9
- "href": "https://www.rfc-editor.org/rfc/rfc9649#rfcnum",
10
- "level": 1,
11
- "title": "RFC 9649"
8
+ "id": "in-this-section",
9
+ "href": "https://www.rfc-editor.org/info/rfc9649/#in-this-section",
10
+ "level": 2,
11
+ "title": "In this section"
12
12
  },
13
13
  {
14
- "id": "title",
15
- "href": "https://www.rfc-editor.org/rfc/rfc9649#title",
14
+ "id": "webp-image-format",
15
+ "href": "https://www.rfc-editor.org/info/rfc9649/#webp-image-format",
16
16
  "level": 1,
17
- "title": "WebP Image Format"
17
+ "title": "RFC 9649: WebP Image Format"
18
18
  },
19
19
  {
20
20
  "id": "section-abstract",
21
- "href": "https://www.rfc-editor.org/rfc/rfc9649#section-abstract",
21
+ "href": "https://www.rfc-editor.org/info/rfc9649/#section-abstract",
22
22
  "level": 2,
23
23
  "title": "Abstract",
24
24
  "alternateIds": [
@@ -27,7 +27,7 @@
27
27
  },
28
28
  {
29
29
  "id": "section-boilerplate.1",
30
- "href": "https://www.rfc-editor.org/rfc/rfc9649#section-boilerplate.1",
30
+ "href": "https://www.rfc-editor.org/info/rfc9649/#section-boilerplate.1",
31
31
  "level": 2,
32
32
  "title": "Status of This Memo",
33
33
  "alternateIds": [
@@ -36,25 +36,16 @@
36
36
  },
37
37
  {
38
38
  "id": "section-boilerplate.2",
39
- "href": "https://www.rfc-editor.org/rfc/rfc9649#section-boilerplate.2",
39
+ "href": "https://www.rfc-editor.org/info/rfc9649/#section-boilerplate.2",
40
40
  "level": 2,
41
41
  "title": "Copyright Notice",
42
42
  "alternateIds": [
43
43
  "name-copyright-notice"
44
44
  ]
45
45
  },
46
- {
47
- "id": "section-toc.1",
48
- "href": "https://www.rfc-editor.org/rfc/rfc9649#section-toc.1",
49
- "level": 2,
50
- "title": "Table of Contents",
51
- "alternateIds": [
52
- "name-table-of-contents"
53
- ]
54
- },
55
46
  {
56
47
  "id": "section-1",
57
- "href": "https://www.rfc-editor.org/rfc/rfc9649#section-1",
48
+ "href": "https://www.rfc-editor.org/info/rfc9649/#section-1",
58
49
  "level": 2,
59
50
  "title": "Introduction",
60
51
  "alternateIds": [
@@ -64,7 +55,7 @@
64
55
  },
65
56
  {
66
57
  "id": "section-2",
67
- "href": "https://www.rfc-editor.org/rfc/rfc9649#section-2",
58
+ "href": "https://www.rfc-editor.org/info/rfc9649/#section-2",
68
59
  "level": 2,
69
60
  "title": "WebP Container Specification",
70
61
  "alternateIds": [
@@ -74,7 +65,7 @@
74
65
  },
75
66
  {
76
67
  "id": "section-2.1",
77
- "href": "https://www.rfc-editor.org/rfc/rfc9649#section-2.1",
68
+ "href": "https://www.rfc-editor.org/info/rfc9649/#section-2.1",
78
69
  "level": 3,
79
70
  "title": "Introduction (from \"WebP Container Specification\")",
80
71
  "alternateIds": [
@@ -84,7 +75,7 @@
84
75
  },
85
76
  {
86
77
  "id": "section-2.2",
87
- "href": "https://www.rfc-editor.org/rfc/rfc9649#section-2.2",
78
+ "href": "https://www.rfc-editor.org/info/rfc9649/#section-2.2",
88
79
  "level": 3,
89
80
  "title": "Terminology & Basics",
90
81
  "alternateIds": [
@@ -94,7 +85,7 @@
94
85
  },
95
86
  {
96
87
  "id": "section-2.3",
97
- "href": "https://www.rfc-editor.org/rfc/rfc9649#section-2.3",
88
+ "href": "https://www.rfc-editor.org/info/rfc9649/#section-2.3",
98
89
  "level": 3,
99
90
  "title": "RIFF File Format",
100
91
  "alternateIds": [
@@ -104,7 +95,7 @@
104
95
  },
105
96
  {
106
97
  "id": "section-2.4",
107
- "href": "https://www.rfc-editor.org/rfc/rfc9649#section-2.4",
98
+ "href": "https://www.rfc-editor.org/info/rfc9649/#section-2.4",
108
99
  "level": 3,
109
100
  "title": "WebP File Header",
110
101
  "alternateIds": [
@@ -114,7 +105,7 @@
114
105
  },
115
106
  {
116
107
  "id": "section-2.5",
117
- "href": "https://www.rfc-editor.org/rfc/rfc9649#section-2.5",
108
+ "href": "https://www.rfc-editor.org/info/rfc9649/#section-2.5",
118
109
  "level": 3,
119
110
  "title": "Simple File Format (Lossy)",
120
111
  "alternateIds": [
@@ -124,7 +115,7 @@
124
115
  },
125
116
  {
126
117
  "id": "section-2.6",
127
- "href": "https://www.rfc-editor.org/rfc/rfc9649#section-2.6",
118
+ "href": "https://www.rfc-editor.org/info/rfc9649/#section-2.6",
128
119
  "level": 3,
129
120
  "title": "Simple File Format (Lossless)",
130
121
  "alternateIds": [
@@ -134,7 +125,7 @@
134
125
  },
135
126
  {
136
127
  "id": "section-2.7",
137
- "href": "https://www.rfc-editor.org/rfc/rfc9649#section-2.7",
128
+ "href": "https://www.rfc-editor.org/info/rfc9649/#section-2.7",
138
129
  "level": 3,
139
130
  "title": "Extended File Format",
140
131
  "alternateIds": [
@@ -144,7 +135,7 @@
144
135
  },
145
136
  {
146
137
  "id": "section-2.7.1",
147
- "href": "https://www.rfc-editor.org/rfc/rfc9649#section-2.7.1",
138
+ "href": "https://www.rfc-editor.org/info/rfc9649/#section-2.7.1",
148
139
  "level": 4,
149
140
  "title": "Chunks",
150
141
  "alternateIds": [
@@ -154,7 +145,7 @@
154
145
  },
155
146
  {
156
147
  "id": "section-2.7.1.1",
157
- "href": "https://www.rfc-editor.org/rfc/rfc9649#section-2.7.1.1",
148
+ "href": "https://www.rfc-editor.org/info/rfc9649/#section-2.7.1.1",
158
149
  "level": 5,
159
150
  "title": "Animation",
160
151
  "alternateIds": [
@@ -164,7 +155,7 @@
164
155
  },
165
156
  {
166
157
  "id": "section-2.7.1.2",
167
- "href": "https://www.rfc-editor.org/rfc/rfc9649#section-2.7.1.2",
158
+ "href": "https://www.rfc-editor.org/info/rfc9649/#section-2.7.1.2",
168
159
  "level": 5,
169
160
  "title": "Alpha",
170
161
  "alternateIds": [
@@ -174,7 +165,7 @@
174
165
  },
175
166
  {
176
167
  "id": "section-2.7.1.3",
177
- "href": "https://www.rfc-editor.org/rfc/rfc9649#section-2.7.1.3",
168
+ "href": "https://www.rfc-editor.org/info/rfc9649/#section-2.7.1.3",
178
169
  "level": 5,
179
170
  "title": "Bitstream (VP8/VP8L)",
180
171
  "alternateIds": [
@@ -184,7 +175,7 @@
184
175
  },
185
176
  {
186
177
  "id": "section-2.7.1.4",
187
- "href": "https://www.rfc-editor.org/rfc/rfc9649#section-2.7.1.4",
178
+ "href": "https://www.rfc-editor.org/info/rfc9649/#section-2.7.1.4",
188
179
  "level": 5,
189
180
  "title": "Color Profile",
190
181
  "alternateIds": [
@@ -194,7 +185,7 @@
194
185
  },
195
186
  {
196
187
  "id": "section-2.7.1.5",
197
- "href": "https://www.rfc-editor.org/rfc/rfc9649#section-2.7.1.5",
188
+ "href": "https://www.rfc-editor.org/info/rfc9649/#section-2.7.1.5",
198
189
  "level": 5,
199
190
  "title": "Metadata",
200
191
  "alternateIds": [
@@ -204,7 +195,7 @@
204
195
  },
205
196
  {
206
197
  "id": "section-2.7.1.6",
207
- "href": "https://www.rfc-editor.org/rfc/rfc9649#section-2.7.1.6",
198
+ "href": "https://www.rfc-editor.org/info/rfc9649/#section-2.7.1.6",
208
199
  "level": 5,
209
200
  "title": "Unknown Chunks",
210
201
  "alternateIds": [
@@ -214,7 +205,7 @@
214
205
  },
215
206
  {
216
207
  "id": "section-2.7.2",
217
- "href": "https://www.rfc-editor.org/rfc/rfc9649#section-2.7.2",
208
+ "href": "https://www.rfc-editor.org/info/rfc9649/#section-2.7.2",
218
209
  "level": 4,
219
210
  "title": "Canvas Assembly from Frames",
220
211
  "alternateIds": [
@@ -224,7 +215,7 @@
224
215
  },
225
216
  {
226
217
  "id": "section-2.7.3",
227
- "href": "https://www.rfc-editor.org/rfc/rfc9649#section-2.7.3",
218
+ "href": "https://www.rfc-editor.org/info/rfc9649/#section-2.7.3",
228
219
  "level": 4,
229
220
  "title": "Example File Layouts",
230
221
  "alternateIds": [
@@ -234,7 +225,7 @@
234
225
  },
235
226
  {
236
227
  "id": "section-3",
237
- "href": "https://www.rfc-editor.org/rfc/rfc9649#section-3",
228
+ "href": "https://www.rfc-editor.org/info/rfc9649/#section-3",
238
229
  "level": 2,
239
230
  "title": "Specification for WebP Lossless Bitstream",
240
231
  "alternateIds": [
@@ -244,7 +235,7 @@
244
235
  },
245
236
  {
246
237
  "id": "section-3.1",
247
- "href": "https://www.rfc-editor.org/rfc/rfc9649#section-3.1",
238
+ "href": "https://www.rfc-editor.org/info/rfc9649/#section-3.1",
248
239
  "level": 3,
249
240
  "title": "Abstract (from \"Specification for WebP Lossless Bitstream\")",
250
241
  "alternateIds": [
@@ -254,7 +245,7 @@
254
245
  },
255
246
  {
256
247
  "id": "section-3.2",
257
- "href": "https://www.rfc-editor.org/rfc/rfc9649#section-3.2",
248
+ "href": "https://www.rfc-editor.org/info/rfc9649/#section-3.2",
258
249
  "level": 3,
259
250
  "title": "Introduction (from \"Specification for WebP Lossless Bitstream\")",
260
251
  "alternateIds": [
@@ -264,7 +255,7 @@
264
255
  },
265
256
  {
266
257
  "id": "section-3.3",
267
- "href": "https://www.rfc-editor.org/rfc/rfc9649#section-3.3",
258
+ "href": "https://www.rfc-editor.org/info/rfc9649/#section-3.3",
268
259
  "level": 3,
269
260
  "title": "Nomenclature",
270
261
  "alternateIds": [
@@ -274,7 +265,7 @@
274
265
  },
275
266
  {
276
267
  "id": "section-3.4",
277
- "href": "https://www.rfc-editor.org/rfc/rfc9649#section-3.4",
268
+ "href": "https://www.rfc-editor.org/info/rfc9649/#section-3.4",
278
269
  "level": 3,
279
270
  "title": "RIFF Header",
280
271
  "alternateIds": [
@@ -284,7 +275,7 @@
284
275
  },
285
276
  {
286
277
  "id": "section-3.5",
287
- "href": "https://www.rfc-editor.org/rfc/rfc9649#section-3.5",
278
+ "href": "https://www.rfc-editor.org/info/rfc9649/#section-3.5",
288
279
  "level": 3,
289
280
  "title": "Transforms",
290
281
  "alternateIds": [
@@ -294,7 +285,7 @@
294
285
  },
295
286
  {
296
287
  "id": "section-3.5.1",
297
- "href": "https://www.rfc-editor.org/rfc/rfc9649#section-3.5.1",
288
+ "href": "https://www.rfc-editor.org/info/rfc9649/#section-3.5.1",
298
289
  "level": 4,
299
290
  "title": "Predictor Transform",
300
291
  "alternateIds": [
@@ -304,7 +295,7 @@
304
295
  },
305
296
  {
306
297
  "id": "section-3.5.2",
307
- "href": "https://www.rfc-editor.org/rfc/rfc9649#section-3.5.2",
298
+ "href": "https://www.rfc-editor.org/info/rfc9649/#section-3.5.2",
308
299
  "level": 4,
309
300
  "title": "Color Transform",
310
301
  "alternateIds": [
@@ -314,7 +305,7 @@
314
305
  },
315
306
  {
316
307
  "id": "section-3.5.3",
317
- "href": "https://www.rfc-editor.org/rfc/rfc9649#section-3.5.3",
308
+ "href": "https://www.rfc-editor.org/info/rfc9649/#section-3.5.3",
318
309
  "level": 4,
319
310
  "title": "Subtract Green Transform",
320
311
  "alternateIds": [
@@ -324,7 +315,7 @@
324
315
  },
325
316
  {
326
317
  "id": "section-3.5.4",
327
- "href": "https://www.rfc-editor.org/rfc/rfc9649#section-3.5.4",
318
+ "href": "https://www.rfc-editor.org/info/rfc9649/#section-3.5.4",
328
319
  "level": 4,
329
320
  "title": "Color Indexing Transform",
330
321
  "alternateIds": [
@@ -334,7 +325,7 @@
334
325
  },
335
326
  {
336
327
  "id": "section-3.6",
337
- "href": "https://www.rfc-editor.org/rfc/rfc9649#section-3.6",
328
+ "href": "https://www.rfc-editor.org/info/rfc9649/#section-3.6",
338
329
  "level": 3,
339
330
  "title": "Image Data",
340
331
  "alternateIds": [
@@ -344,7 +335,7 @@
344
335
  },
345
336
  {
346
337
  "id": "section-3.6.1",
347
- "href": "https://www.rfc-editor.org/rfc/rfc9649#section-3.6.1",
338
+ "href": "https://www.rfc-editor.org/info/rfc9649/#section-3.6.1",
348
339
  "level": 4,
349
340
  "title": "Roles of Image Data",
350
341
  "alternateIds": [
@@ -354,7 +345,7 @@
354
345
  },
355
346
  {
356
347
  "id": "section-3.6.2",
357
- "href": "https://www.rfc-editor.org/rfc/rfc9649#section-3.6.2",
348
+ "href": "https://www.rfc-editor.org/info/rfc9649/#section-3.6.2",
358
349
  "level": 4,
359
350
  "title": "Encoding of Image Data",
360
351
  "alternateIds": [
@@ -364,7 +355,7 @@
364
355
  },
365
356
  {
366
357
  "id": "section-3.6.2.1",
367
- "href": "https://www.rfc-editor.org/rfc/rfc9649#section-3.6.2.1",
358
+ "href": "https://www.rfc-editor.org/info/rfc9649/#section-3.6.2.1",
368
359
  "level": 5,
369
360
  "title": "Prefix-Coded Literals",
370
361
  "alternateIds": [
@@ -374,7 +365,7 @@
374
365
  },
375
366
  {
376
367
  "id": "section-3.6.2.2",
377
- "href": "https://www.rfc-editor.org/rfc/rfc9649#section-3.6.2.2",
368
+ "href": "https://www.rfc-editor.org/info/rfc9649/#section-3.6.2.2",
378
369
  "level": 5,
379
370
  "title": "LZ77 Backward Reference",
380
371
  "alternateIds": [
@@ -384,7 +375,7 @@
384
375
  },
385
376
  {
386
377
  "id": "section-3.6.2.2.1",
387
- "href": "https://www.rfc-editor.org/rfc/rfc9649#section-3.6.2.2.1",
378
+ "href": "https://www.rfc-editor.org/info/rfc9649/#section-3.6.2.2.1",
388
379
  "level": 6,
389
380
  "title": "Distance Mapping",
390
381
  "alternateIds": [
@@ -394,7 +385,7 @@
394
385
  },
395
386
  {
396
387
  "id": "section-3.6.2.3",
397
- "href": "https://www.rfc-editor.org/rfc/rfc9649#section-3.6.2.3",
388
+ "href": "https://www.rfc-editor.org/info/rfc9649/#section-3.6.2.3",
398
389
  "level": 5,
399
390
  "title": "Color Cache Coding",
400
391
  "alternateIds": [
@@ -404,7 +395,7 @@
404
395
  },
405
396
  {
406
397
  "id": "section-3.7",
407
- "href": "https://www.rfc-editor.org/rfc/rfc9649#section-3.7",
398
+ "href": "https://www.rfc-editor.org/info/rfc9649/#section-3.7",
408
399
  "level": 3,
409
400
  "title": "Entropy Code",
410
401
  "alternateIds": [
@@ -414,7 +405,7 @@
414
405
  },
415
406
  {
416
407
  "id": "section-3.7.1",
417
- "href": "https://www.rfc-editor.org/rfc/rfc9649#section-3.7.1",
408
+ "href": "https://www.rfc-editor.org/info/rfc9649/#section-3.7.1",
418
409
  "level": 4,
419
410
  "title": "Overview",
420
411
  "alternateIds": [
@@ -424,7 +415,7 @@
424
415
  },
425
416
  {
426
417
  "id": "section-3.7.2",
427
- "href": "https://www.rfc-editor.org/rfc/rfc9649#section-3.7.2",
418
+ "href": "https://www.rfc-editor.org/info/rfc9649/#section-3.7.2",
428
419
  "level": 4,
429
420
  "title": "Details",
430
421
  "alternateIds": [
@@ -434,7 +425,7 @@
434
425
  },
435
426
  {
436
427
  "id": "section-3.7.2.1",
437
- "href": "https://www.rfc-editor.org/rfc/rfc9649#section-3.7.2.1",
428
+ "href": "https://www.rfc-editor.org/info/rfc9649/#section-3.7.2.1",
438
429
  "level": 5,
439
430
  "title": "Decoding and Building the Prefix Codes",
440
431
  "alternateIds": [
@@ -444,7 +435,7 @@
444
435
  },
445
436
  {
446
437
  "id": "section-3.7.2.1.1",
447
- "href": "https://www.rfc-editor.org/rfc/rfc9649#section-3.7.2.1.1",
438
+ "href": "https://www.rfc-editor.org/info/rfc9649/#section-3.7.2.1.1",
448
439
  "level": 6,
449
440
  "title": "Simple Code Length Code",
450
441
  "alternateIds": [
@@ -454,7 +445,7 @@
454
445
  },
455
446
  {
456
447
  "id": "section-3.7.2.1.2",
457
- "href": "https://www.rfc-editor.org/rfc/rfc9649#section-3.7.2.1.2",
448
+ "href": "https://www.rfc-editor.org/info/rfc9649/#section-3.7.2.1.2",
458
449
  "level": 6,
459
450
  "title": "Normal Code Length Code",
460
451
  "alternateIds": [
@@ -464,7 +455,7 @@
464
455
  },
465
456
  {
466
457
  "id": "section-3.7.2.2",
467
- "href": "https://www.rfc-editor.org/rfc/rfc9649#section-3.7.2.2",
458
+ "href": "https://www.rfc-editor.org/info/rfc9649/#section-3.7.2.2",
468
459
  "level": 5,
469
460
  "title": "Decoding of Meta Prefix Codes",
470
461
  "alternateIds": [
@@ -474,7 +465,7 @@
474
465
  },
475
466
  {
476
467
  "id": "section-3.7.2.2.1",
477
- "href": "https://www.rfc-editor.org/rfc/rfc9649#section-3.7.2.2.1",
468
+ "href": "https://www.rfc-editor.org/info/rfc9649/#section-3.7.2.2.1",
478
469
  "level": 6,
479
470
  "title": "Entropy Image",
480
471
  "alternateIds": [
@@ -484,7 +475,7 @@
484
475
  },
485
476
  {
486
477
  "id": "section-3.7.2.2.2",
487
- "href": "https://www.rfc-editor.org/rfc/rfc9649#section-3.7.2.2.2",
478
+ "href": "https://www.rfc-editor.org/info/rfc9649/#section-3.7.2.2.2",
488
479
  "level": 6,
489
480
  "title": "Interpretation of Meta Prefix Codes",
490
481
  "alternateIds": [
@@ -494,7 +485,7 @@
494
485
  },
495
486
  {
496
487
  "id": "section-3.7.2.3",
497
- "href": "https://www.rfc-editor.org/rfc/rfc9649#section-3.7.2.3",
488
+ "href": "https://www.rfc-editor.org/info/rfc9649/#section-3.7.2.3",
498
489
  "level": 5,
499
490
  "title": "Decoding Entropy-Coded Image Data",
500
491
  "alternateIds": [
@@ -504,7 +495,7 @@
504
495
  },
505
496
  {
506
497
  "id": "section-3.8",
507
- "href": "https://www.rfc-editor.org/rfc/rfc9649#section-3.8",
498
+ "href": "https://www.rfc-editor.org/info/rfc9649/#section-3.8",
508
499
  "level": 3,
509
500
  "title": "Overall Structure of the Format",
510
501
  "alternateIds": [
@@ -514,7 +505,7 @@
514
505
  },
515
506
  {
516
507
  "id": "section-3.8.1",
517
- "href": "https://www.rfc-editor.org/rfc/rfc9649#section-3.8.1",
508
+ "href": "https://www.rfc-editor.org/info/rfc9649/#section-3.8.1",
518
509
  "level": 4,
519
510
  "title": "Basic Structure",
520
511
  "alternateIds": [
@@ -524,7 +515,7 @@
524
515
  },
525
516
  {
526
517
  "id": "section-3.8.2",
527
- "href": "https://www.rfc-editor.org/rfc/rfc9649#section-3.8.2",
518
+ "href": "https://www.rfc-editor.org/info/rfc9649/#section-3.8.2",
528
519
  "level": 4,
529
520
  "title": "Structure of Transforms",
530
521
  "alternateIds": [
@@ -534,7 +525,7 @@
534
525
  },
535
526
  {
536
527
  "id": "section-3.8.3",
537
- "href": "https://www.rfc-editor.org/rfc/rfc9649#section-3.8.3",
528
+ "href": "https://www.rfc-editor.org/info/rfc9649/#section-3.8.3",
538
529
  "level": 4,
539
530
  "title": "Structure of the Image Data",
540
531
  "alternateIds": [
@@ -544,7 +535,7 @@
544
535
  },
545
536
  {
546
537
  "id": "section-4",
547
- "href": "https://www.rfc-editor.org/rfc/rfc9649#section-4",
538
+ "href": "https://www.rfc-editor.org/info/rfc9649/#section-4",
548
539
  "level": 2,
549
540
  "title": "Security Considerations",
550
541
  "alternateIds": [
@@ -554,7 +545,7 @@
554
545
  },
555
546
  {
556
547
  "id": "section-5",
557
- "href": "https://www.rfc-editor.org/rfc/rfc9649#section-5",
548
+ "href": "https://www.rfc-editor.org/info/rfc9649/#section-5",
558
549
  "level": 2,
559
550
  "title": "Interoperability Considerations",
560
551
  "alternateIds": [
@@ -564,7 +555,7 @@
564
555
  },
565
556
  {
566
557
  "id": "section-6",
567
- "href": "https://www.rfc-editor.org/rfc/rfc9649#section-6",
558
+ "href": "https://www.rfc-editor.org/info/rfc9649/#section-6",
568
559
  "level": 2,
569
560
  "title": "IANA Considerations",
570
561
  "alternateIds": [
@@ -574,7 +565,7 @@
574
565
  },
575
566
  {
576
567
  "id": "section-6.1",
577
- "href": "https://www.rfc-editor.org/rfc/rfc9649#section-6.1",
568
+ "href": "https://www.rfc-editor.org/info/rfc9649/#section-6.1",
578
569
  "level": 3,
579
570
  "title": "The 'image/webp' Media Type",
580
571
  "alternateIds": [
@@ -584,7 +575,7 @@
584
575
  },
585
576
  {
586
577
  "id": "section-6.1.1",
587
- "href": "https://www.rfc-editor.org/rfc/rfc9649#section-6.1.1",
578
+ "href": "https://www.rfc-editor.org/info/rfc9649/#section-6.1.1",
588
579
  "level": 4,
589
580
  "title": "Registration Details",
590
581
  "alternateIds": [
@@ -594,7 +585,7 @@
594
585
  },
595
586
  {
596
587
  "id": "section-7",
597
- "href": "https://www.rfc-editor.org/rfc/rfc9649#section-7",
588
+ "href": "https://www.rfc-editor.org/info/rfc9649/#section-7",
598
589
  "level": 2,
599
590
  "title": "References",
600
591
  "alternateIds": [
@@ -604,7 +595,7 @@
604
595
  },
605
596
  {
606
597
  "id": "section-7.1",
607
- "href": "https://www.rfc-editor.org/rfc/rfc9649#section-7.1",
598
+ "href": "https://www.rfc-editor.org/info/rfc9649/#section-7.1",
608
599
  "level": 3,
609
600
  "title": "Normative References",
610
601
  "alternateIds": [
@@ -614,7 +605,7 @@
614
605
  },
615
606
  {
616
607
  "id": "section-7.2",
617
- "href": "https://www.rfc-editor.org/rfc/rfc9649#section-7.2",
608
+ "href": "https://www.rfc-editor.org/info/rfc9649/#section-7.2",
618
609
  "level": 3,
619
610
  "title": "Informative References",
620
611
  "alternateIds": [
@@ -624,12 +615,24 @@
624
615
  },
625
616
  {
626
617
  "id": "appendix-A",
627
- "href": "https://www.rfc-editor.org/rfc/rfc9649#appendix-A",
618
+ "href": "https://www.rfc-editor.org/info/rfc9649/#appendix-A",
628
619
  "level": 2,
629
620
  "title": "Authors' Addresses",
630
621
  "alternateIds": [
631
622
  "name-authors-addresses"
632
623
  ]
624
+ },
625
+ {
626
+ "id": "useful-links",
627
+ "href": "https://www.rfc-editor.org/info/rfc9649/#useful-links",
628
+ "level": 2,
629
+ "title": "Useful links"
630
+ },
631
+ {
632
+ "id": "contact-us",
633
+ "href": "https://www.rfc-editor.org/info/rfc9649/#contact-us",
634
+ "level": 2,
635
+ "title": "Contact Us"
633
636
  }
634
637
  ]
635
638
  }