Skip to content

Commit ee64374

Browse files
committed
Added a new issue box.
1 parent 3a1e84a commit ee64374

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
@@ -1433,6 +1433,14 @@ <h3>
14331433
URL</var>. The output from inputting an JSON document into this
14341434
algorithm is a <dfn>processed manifest</dfn>.
14351435
</p>
1436+
<p class="issue">
1437+
There is currently no way to invoke this algorithm without a
1438+
<var>document URL</var>. However, several user agents do just that
1439+
(when they install a web application directly from a manifest URL,
1440+
without a document). The algorithms that invoke this one should
1441+
similarly be written to not require a <var>document URL</var>. See
1442+
<a href="https://github.com/w3c/manifest/issues/668">#668</a>.
1443+
</p>
14361444
<p class="issue">
14371445
We need to catch throws associated with enumerations in IDL
14381446
conversion as the spec might gain new values over time not supported

0 commit comments

Comments
 (0)