|
1 | 1 | // Configuration for the Editor's Draft of DOM Parsing and Serialization |
2 | 2 |
|
3 | 3 | 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: "travis.leithead@microsoft.com", |
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: "travis.leithead@microsoft.com", 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 | + ] |
47 | 31 | }; |
0 commit comments