From 6a06f06d68cc3e7119722b3dd341eb5e4b3c2114 Mon Sep 17 00:00:00 2001 From: Matt Giuca Date: Fri, 15 Jun 2018 15:46:56 +1000 Subject: [PATCH] Added a new issue box. --- index.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/index.html b/index.html index 175807f6d..4acafd2f4 100644 --- a/index.html +++ b/index.html @@ -1400,6 +1400,14 @@

URL. The output from inputting an JSON document into this algorithm is a processed manifest.

+

+ There is currently no way to invoke this algorithm without a + document URL. However, several user agents do just that + (when they install a web application directly from a manifest URL, + without a document). The algorithms that invoke this one should + similarly be written to not require a document URL. See + #668. +

We need to catch throws associated with enumerations in IDL conversion as the spec might gain new values over time not supported