forked from w3c/DOM-Parsing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
respecConfig-FPWD.js
30 lines (29 loc) · 1002 Bytes
/
respecConfig-FPWD.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 = {
specStatus: "FPWD",
editors: [
{
name: "Travis Leithead",
company: "Microsoft Corp.",
url: "mailto:travis.leithead@microsoft.com?subject=%5BDOMParsing%5D%20Spec%20Feedback",
companyURL: "http://www.microsoft.com"
},
{
name: "Ms2ger",
url: "mailto:ms2ger@gmail.com"
}
],
publishDate: "2012-09-20",
edDraftURI: "http://dvcs.w3.org/hg/innerhtml/raw-file/tip/index.html",
previousPublishDate: null,
prevED: "http://html5.org/specs/dom-parsing.html",
noIDLIn: true,
inlineCSS: true,
//noRecTrack: true,
shortName: "DOM-Parsing",
extraCSS: ["http://dev.w3.org/2009/dap/ReSpec.js/css/respec.css"],
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"]
};