@@ -1308,6 +1308,15 @@ <h3>
1308
1308
< li > Return < var > manifest</ var > and < var > manifest URL</ var > .
1309
1309
</ li >
1310
1310
</ ol >
1311
+ < p class ="issue ">
1312
+ There is currently no specified way to obtain a manifest without an
1313
+ associated < a > top-level browsing context</ a > . However, several user
1314
+ agents do just that (when they install a web application directly
1315
+ from a manifest URL, without a document). This algorithm, and the
1316
+ < a > steps to install the web application</ a > , should similarly be
1317
+ written to not require a document. See < a href =
1318
+ "https://github.com/w3c/manifest/issues/668 "> #668</ a > .
1319
+ </ p >
1311
1320
< div class ="note ">
1312
1321
< p >
1313
1322
Authors are encouraged to use the HTTP cache directives to
@@ -1400,14 +1409,6 @@ <h3>
1400
1409
URL</ var > . The output from inputting an JSON document into this
1401
1410
algorithm is a < dfn > processed manifest</ dfn > .
1402
1411
</ p >
1403
- < p class ="issue ">
1404
- There is currently no way to invoke this algorithm without a
1405
- < var > document URL</ var > . However, several user agents do just that
1406
- (when they install a web application directly from a manifest URL,
1407
- without a document). The algorithms that invoke this one should
1408
- similarly be written to not require a < var > document URL</ var > . See
1409
- < a href ="https://github.com/w3c/manifest/issues/668 "> #668</ a > .
1410
- </ p >
1411
1412
< p class ="issue ">
1412
1413
We need to catch throws associated with enumerations in IDL
1413
1414
conversion as the spec might gain new values over time not supported
0 commit comments