Skip to content

Commit fbcdef1

Browse files
Trim unused Respec configuration flags; add additional test suite links (#9)
1 parent 0b73dc4 commit fbcdef1

File tree

1 file changed

+27
-43
lines changed

1 file changed

+27
-43
lines changed

respecConfig.js

Lines changed: 27 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,31 @@
11
// Configuration for the Editor's Draft of DOM Parsing and Serialization
22

33
var respecConfig = {
4-
subtitle: "DOMParser, XMLSerializer, innerHTML, and similar APIs",
5-
specStatus: "ED",
6-
editors: [
7-
{
8-
name: "Travis Leithead",
9-
company: "Microsoft",
10-
mailto: "[email protected]",
11-
companyURL: "http://www.microsoft.com",
12-
w3cid: "40117"
13-
}
14-
],
15-
edDraftURI: "https://w3c.github.io/DOM-Parsing/",
16-
noIDLIn: true,
17-
inlineCSS: true,
18-
//noRecTrack: true,
19-
shortName: "DOM-Parsing",
20-
wg: ["Web Platform Working Group"],
21-
wgURI: ["http://www.w3.org/WebPlatform/WG/"],
22-
license: "w3c-software-doc",
23-
wgPublicList: "www-dom",
24-
wgPatentURI: ["http://www.w3.org/2004/01/pp-impl/83482/status"],
25-
subjectPrefix: "DOM-Parsing",
26-
testSuiteURI: "http://w3c-test.org/domparsing/",
27-
28-
otherLinks: [{
29-
key: 'Participate',
30-
data: [{
31-
value: 'We are on Github.',
32-
href: 'https://github.com/w3c/DOM-Parsing'
33-
}, {
34-
value: 'Bugzilla Bug list.',
35-
href: 'https://www.w3.org/Bugs/Public/buglist.cgi?component=DOM%20Parsing%20and%20Serialization&list_id=44989&product=WebAppsWG&resolution=---'
36-
}, {
37-
value: 'Github Issues.',
38-
href: 'https://github.com/w3c/DOM-Parsing/issues'
39-
}, {
40-
value: 'Commit history.',
41-
href: 'https://github.com/w3c/DOM-Parsing/commits'
42-
}, {
43-
value: 'Mailing list.',
44-
href: 'http://lists.w3.org/Archives/Public/www-dom/'
45-
}]
46-
}],
4+
subtitle: "DOMParser, XMLSerializer, innerHTML, and similar APIs",
5+
specStatus: "ED",
6+
editors: [
7+
{ name: "Travis Leithead", company: "Microsoft", mailto: "[email protected]", companyURL: "http://www.microsoft.com", w3cid: "40117" }
8+
],
9+
edDraftURI: "https://w3c.github.io/DOM-Parsing/",
10+
//format: "markdown",
11+
shortName: "DOM-Parsing",
12+
wg: ["Web Platform Working Group"],
13+
wgURI: ["http://www.w3.org/WebPlatform/WG/"],
14+
license: "w3c-software-doc",
15+
wgPublicList: "www-dom",
16+
wgPatentURI: ["http://www.w3.org/2004/01/pp-impl/83482/status"],
17+
subjectPrefix: "DOM-Parsing",
18+
otherLinks: [{
19+
key: "Test Suites", data: [
20+
{ href: "http://w3c-test.org/domparsing/" },
21+
{ href: "http://w3c-test.org/html/syntax/" }
22+
]}, {
23+
key: "Participate", data: [
24+
{ value: 'We are on Github.', href: 'https://github.com/w3c/DOM-Parsing' },
25+
{ value: 'Bugzilla Bug list.', href: 'https://www.w3.org/Bugs/Public/buglist.cgi?component=DOM%20Parsing%20and%20Serialization&list_id=44989&product=WebAppsWG&resolution=---' },
26+
{ value: 'Github Issues.', href: 'https://github.com/w3c/DOM-Parsing/issues' },
27+
{ value: 'Commit history.', href: 'https://github.com/w3c/DOM-Parsing/commits' },
28+
{ value: 'Mailing list.', href: 'http://lists.w3.org/Archives/Public/www-dom/' }
29+
]}
30+
]
4731
};

0 commit comments

Comments
 (0)