forked from w3c/DOM-Parsing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
respecConfig-LCWD.js
30 lines (29 loc) · 990 Bytes
/
respecConfig-LCWD.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
// Configuration for the Editor's Draft of DOM Parsing and Serialization
var respecConfig = {
subtitle: "DOMParser, XMLSerializer, innerHTML, and similar APIs",
specStatus: "LC",
publishDate: "2014-05-01",
endDate: "2014-05-22",
lcEnd: "2014-05-22",
editors: [
{
name: "Travis Leithead",
company: "Microsoft",
mailto: "[email protected]",
companyURL: "http://www.microsoft.com"
}
],
edDraftURI: "https://dvcs.w3.org/hg/innerhtml/raw-file/tip/index.html",
previousPublishDate: "2013-12-10",
previousMaturity: "LC",
noIDLIn: true,
inlineCSS: true,
//noRecTrack: true,
shortName: "DOM-Parsing",
wg: ["Web Applications Working Group"],
wgURI: ["http://www.w3.org/2008/webapps/"],
wgPublicList: "www-dom",
wgPatentURI: ["http://www.w3.org/2004/01/pp-impl/42538/status"],
subjectPrefix: "DOM-Parsing",
testSuiteURI: "http://w3c-test.org/domparsing/"
};