File tree Expand file tree Collapse file tree 1 file changed +19
-2
lines changed Expand file tree Collapse file tree 1 file changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -24,5 +24,22 @@ var respecConfig = {
24
24
wgPublicList : "www-dom" ,
25
25
wgPatentURI : [ "http://www.w3.org/2004/01/pp-impl/42538/status" ] ,
26
26
subjectPrefix : "DOM-Parsing" ,
27
- testSuiteURI : "http://w3c-test.org/domparsing/"
28
- } ;
27
+ testSuiteURI : "http://w3c-test.org/domparsing/" ,
28
+
29
+ otherLinks : [ {
30
+ key : 'Participate' ,
31
+ data : [ {
32
+ value : 'We are on Hg.' ,
33
+ href : 'https://dvcs.w3.org/hg/innerhtml/'
34
+ } , {
35
+ value : 'File a bug.' ,
36
+ href : 'https://www.w3.org/Bugs/Public/buglist.cgi?component=DOM%20Parsing%20and%20Serialization&list_id=44989&product=WebAppsWG&resolution=---'
37
+ } , {
38
+ value : 'Commit history.' ,
39
+ href : 'https://dvcs.w3.org/hg/innerhtml/shortlog/'
40
+ } , {
41
+ value : 'Mailing list.' ,
42
+ href : 'http://lists.w3.org/Archives/Public/www-dom/'
43
+ } ]
44
+ } ] ,
45
+ } ;
You can’t perform that action at this time.
0 commit comments