Skip to content

Commit 36597a0

Browse files
committed
respec config update
1 parent ad359cd commit 36597a0

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

respecConfig.js

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,16 @@
33
var respecConfig = {
44
subtitle: "DOMParser, XMLSerializer, innerHTML, and similar APIs",
55
specStatus: "ED",
6-
publishDate: "2014-06-05",
76
editors: [
87
{
9-
name: "Travis Leithead",
8+
name: "Travis Leithead",
109
company: "Microsoft",
1110
mailto: "[email protected]",
12-
companyURL: "http://www.microsoft.com"
11+
companyURL: "http://www.microsoft.com",
12+
w3cid: "40117"
1313
}
1414
],
1515
edDraftURI: "https://w3c.github.io/DOM-Parsing/",
16-
previousPublishDate: "2013-12-10",
17-
previousMaturity: "LC",
1816
noIDLIn: true,
1917
inlineCSS: true,
2018
//noRecTrack: true,
@@ -23,7 +21,7 @@ var respecConfig = {
2321
wgURI: ["http://www.w3.org/WebPlatform/WG/"],
2422
license: "w3c-software-doc",
2523
wgPublicList: "www-dom",
26-
wgPatentURI: ["http://www.w3.org/2004/01/pp-impl/83482/status"],
24+
wgPatentURI: "http://www.w3.org/2004/01/pp-impl/83482/status",
2725
subjectPrefix: "DOM-Parsing",
2826
testSuiteURI: "http://w3c-test.org/domparsing/",
2927

0 commit comments

Comments
 (0)