Skip to content

Commit abf8ab6

Browse files
committed
Added a new issue box.
1 parent 1ec2fec commit abf8ab6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1401,6 +1401,14 @@ <h3>
14011401
URL</var>. The output from inputting an JSON document into this
14021402
algorithm is a <dfn>processed manifest</dfn>.
14031403
</p>
1404+
<p class="issue">
1405+
There is currently no way to invoke this algorithm without a
1406+
<var>document URL</var>. However, several user agents do just that
1407+
(when they install a web application directly from a manifest URL,
1408+
without a document). The algorithms that invoke this one should
1409+
similarly be written to not require a <var>document URL</var>. See
1410+
<a href="https://github.com/w3c/manifest/issues/668">#668</a>.
1411+
</p>
14041412
<p class="issue">
14051413
We need to catch throws associated with enumerations in IDL
14061414
conversion as the spec might gain new values over time not supported

0 commit comments

Comments
 (0)