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

Switch to the right profile of ReSpec #114

Merged
merged 1 commit into from
Apr 27, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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