This repository was archived by the owner on Jul 9, 2024. It is now read-only.
File tree 1 file changed +4
-10
lines changed
1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change 9
9
For the three scripts below, if your spec resides on dev.w3 you can check them
10
10
out in the same tree and use relative links so that they'll work offline,
11
11
-->
12
- < script src ='https://www.w3.org/Tools/respec/respec-w3c-common.js ' class ='remove '> </ script >
12
+ < script src ='https://www.w3.org/Tools/respec/respec-w3c ' class ='remove '> </ script >
13
13
< script class ='remove '>
14
14
var respecConfig = {
15
15
// specification status (e.g. WD, LC, NOTE, etc.). If in doubt use ED.
84
84
// company: "Your Company", companyURL: "http://example.com/" },
85
85
//],
86
86
87
- // name of the WG
88
- wg : "Touch Events Community Group" ,
89
-
90
- // URI of the public WG page
91
- wgURI : "https://www.w3.org/community/touchevents/" ,
92
-
93
- // name (with the @w3c.org) of the public mailing to which comments are due
94
- wgPublicList : "public-touchevents" ,
87
+ // Name of the group
88
+ group : "touchevents" ,
95
89
96
90
// URI of the patent status for this WG, for Rec-track documents
97
91
// !!!! IMPORTANT !!!!
101
95
// wgPatentURI: "http://www.w3.org/2004/01/pp-impl/45559/status",
102
96
103
97
// Enables automatic linking
104
- xref : "web-platform" ,
98
+ xref : [ "html" , "dom" , "infra" , "uievents" ]
105
99
} ;
106
100
</ script >
107
101
< script id ="fixuphook ">
You can’t perform that action at this time.
0 commit comments