-
Notifications
You must be signed in to change notification settings - Fork 14
/
respecConfig.js
33 lines (32 loc) · 1.48 KB
/
respecConfig.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
31
32
33
// Configuration for the Editor's Draft of DOM Parsing and Serialization
var respecConfig = {
subtitle: "DOMParser, XMLSerializer, innerHTML, and similar APIs",
specStatus: "ED",
editors: [
{ name: "Travis Leithead", company: "Microsoft", mailto: "[email protected]", companyURL: "http://www.microsoft.com", w3cid: "40117" }
],
edDraftURI: "https://w3c.github.io/DOM-Parsing/",
xref: ["webidl", "html"],
//format: "markdown",
shortName: "DOM-Parsing",
wg: ["Web Platform Working Group"],
group: "wg/webapps",
wgURI: ["https://www.w3.org/WebPlatform/WG/"],
license: "w3c-software-doc",
wgPublicList: "www-dom",
wgPatentURI: ["https://www.w3.org/2004/01/pp-impl/83482/status"],
subjectPrefix: "DOM-Parsing",
otherLinks: [{
key: "Test Suites", data: [
{ href: "http://w3c-test.org/domparsing/" },
{ href: "http://w3c-test.org/html/syntax/" }
]}, {
key: "Participate", data: [
{ value: 'We are on Github.', href: 'https://github.com/w3c/DOM-Parsing' },
{ value: 'Bugzilla Bug list.', href: 'https://www.w3.org/Bugs/Public/buglist.cgi?component=DOM%20Parsing%20and%20Serialization&list_id=44989&product=WebAppsWG&resolution=---' },
{ value: 'Github Issues.', href: 'https://github.com/w3c/DOM-Parsing/issues' },
{ value: 'Commit history.', href: 'https://github.com/w3c/DOM-Parsing/commits' },
{ value: 'Mailing list.', href: 'http://lists.w3.org/Archives/Public/www-dom/' }
]}
]
};