Skip to content

Commit

Permalink
Switch to the right profile of ReSpec
Browse files Browse the repository at this point in the history
The spec referenced an outdated profile of ReSpec. Some editing features were
not supported as a result.

Also see: w3c/webref#560 (comment)
  • Loading branch information
tidoust committed Apr 13, 2022
1 parent 409b171 commit 4b9404c
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
For the three scripts below, if your spec resides on dev.w3 you can check them
out in the same tree and use relative links so that they'll work offline,
-->
<script src='https://www.w3.org/Tools/respec/respec-w3c-common.js' class='remove'></script>
<script src='https://www.w3.org/Tools/respec/respec-w3c' class='remove'></script>
<script class='remove'>
var respecConfig = {
// specification status (e.g. WD, LC, NOTE, etc.). If in doubt use ED.
Expand Down Expand Up @@ -84,14 +84,8 @@
// company: "Your Company", companyURL: "http://example.com/" },
//],

// name of the WG
wg: "Touch Events Community Group",

// URI of the public WG page
wgURI: "https://www.w3.org/community/touchevents/",

// name (with the @w3c.org) of the public mailing to which comments are due
wgPublicList: "public-touchevents",
// Name of the group
group: "touchevents",

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

// Enables automatic linking
xref: "web-platform",
xref: ["html", "dom", "infra", "uievents"]
};
</script>
<script id="fixuphook">
Expand Down

0 comments on commit 4b9404c

Please sign in to comment.