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

Commit

Permalink
Switch to the right profile of ReSpec (#114)
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 authored Apr 27, 2022
1 parent d790a23 commit f4fb221
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 f4fb221

Please sign in to comment.