Skip to content
This repository was archived by the owner on Jan 19, 2022. It is now read-only.

Commit 28dd035

Browse files
committed
Bump status and fix numbering
1 parent 66a9d29 commit 28dd035

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
var respecConfig = {
1515
// document info
1616
subtitle: "A format for describing web applications and APIs to install, launch and manage them",
17-
specStatus: "unofficial",
17+
specStatus: "ED",
1818
shortName: "webapps-manifest-api",
1919
copyrightStart: "2012",
2020
previousPublishDate: "2012-03-19",
@@ -311,16 +311,16 @@ <h2>Application Events</h2>
311311

312312
<dd>The manifest could not be found at the given location.</dd>
313313

314-
<dt>const unsigned short NETWORK_ERROR = 4</dt>
314+
<dt>const unsigned short NETWORK_ERROR = 3</dt>
315315

316316
<dd>The manifest could not fetched from the given location at this
317317
time.</dd>
318318

319-
<dt>const unsigned short MANIFEST_PARSE_ERROR = 5</dt>
319+
<dt>const unsigned short MANIFEST_PARSE_ERROR = 4</dt>
320320

321321
<dd>The manifest could not be parsed.</dd>
322322

323-
<dt>const unsigned short INVALID_MANIFEST = 6</dt>
323+
<dt>const unsigned short INVALID_MANIFEST = 5</dt>
324324

325325
<dd>The manifest was able to be parsed but contains invalid
326326
values.</dd>

0 commit comments

Comments
 (0)