Skip to content
This repository was archived by the owner on Jul 9, 2024. It is now read-only.

Commit f4fb221

Browse files
authored
Switch to the right profile of ReSpec (#114)
The spec referenced an outdated profile of ReSpec. Some editing features were not supported as a result. Also see: w3c/webref#560 (comment)
1 parent d790a23 commit f4fb221

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

index.html

+4-10
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
For the three scripts below, if your spec resides on dev.w3 you can check them
1010
out in the same tree and use relative links so that they'll work offline,
1111
-->
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>
1313
<script class='remove'>
1414
var respecConfig = {
1515
// specification status (e.g. WD, LC, NOTE, etc.). If in doubt use ED.
@@ -84,14 +84,8 @@
8484
// company: "Your Company", companyURL: "http://example.com/" },
8585
//],
8686

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",
9589

9690
// URI of the patent status for this WG, for Rec-track documents
9791
// !!!! IMPORTANT !!!!
@@ -101,7 +95,7 @@
10195
// wgPatentURI: "http://www.w3.org/2004/01/pp-impl/45559/status",
10296

10397
// Enables automatic linking
104-
xref: "web-platform",
98+
xref: ["html", "dom", "infra", "uievents"]
10599
};
106100
</script>
107101
<script id="fixuphook">

0 commit comments

Comments
 (0)