@@ -18,7 +18,6 @@ author:
18
18
19
19
20
20
normative :
21
- appmanifest : W3C.WD-appmanifest-20180523
22
21
CBORbis : RFC8949
23
22
CDDL : RFC8610
24
23
FETCH :
@@ -220,7 +219,6 @@ sections:
220
219
221
220
* `"index"` ({{index-section}})
222
221
* `"primary"` ({{primary-section}})
223
- * `"manifest"` ({{manifest-section}})
224
222
* `"critical"` ({{critical-section}})
225
223
* `"responses"` ({{responses-section}})
226
224
@@ -302,26 +300,6 @@ primary = whatwg-url
302
300
The "primary" section records a single URL identifying the primary URL of the
303
301
bundle. The URL MUST refer to a resource with representations contained in the bundle itself.
304
302
305
- # ## The manifest section {#manifest-section}
306
-
307
- ~~~ cddl
308
- manifest = whatwg-url
309
- ~~~
310
-
311
- The "manifest" section records a single URL identifying the manifest of the
312
- bundle. The URL MUST refer to a resource with representations contained in the bundle itself.
313
-
314
- The bundle can contain multiple representations at this URL, and the client is
315
- expected to content-negotiate for the best one. For example, a client might
316
- select the one matching an `accept` header of `application/manifest+json`
317
- ({{appmanifest}}) and an `accept-language` header of `es-419`.
318
-
319
- Many bundles have a choice between identifying their manifest in this section or
320
- in their primary resource, especially if that resource is an HTML file.
321
- Identifying the manifest in this section can help recipients apply fields in the
322
- manifest sooner, for example to show a splash screen before parsing the primary
323
- resource.
324
-
325
303
# ## The critical section {#critical-section}
326
304
327
305
~~~ cddl
@@ -417,8 +395,8 @@ following strategies:
417
395
submitting content or existing signatures reaching a certain age, rather than
418
396
in response to untrusted-reader queries.
419
397
1. Do all of :
420
- 1. If the bundle's contained URLs (e.g. in the manifest and index) are
421
- derived from the request for the bundle,
398
+ 1. If the bundle's contained URLs (e.g. in the index) are derived from the
399
+ request for the bundle,
422
400
[percent-encode](https://url.spec.whatwg.org/#percent-encode) ({{URL}})
423
401
any bytes that are greater than 0x7E or are not [URL code
424
402
points](https://url.spec.whatwg.org/#url-code-points) ({{URL}}) in these
@@ -514,7 +492,6 @@ Initial Assignments:
514
492
| Section Name | Specification |
515
493
| "index" | {{index-section}} |
516
494
| "primary" | {{primary-section}} |
517
- | "manifest" | {{manifest-section}} |
518
495
| "critical" | {{critical-section}} |
519
496
| "responses" | {{responses-section}} |
520
497
0 commit comments