Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed license, changed WG info to CG, used CG stylesheet #61

Merged
merged 1 commit into from
Mar 18, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 5 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<script type="text/javascript" class='remove'>
var respecConfig = {
// specification status (e.g. WD, LC, NOTE, etc.). If in doubt use ED.
specStatus: "ED",
specStatus: "CG-DRAFT",

// the specification's short name, as in http://www.w3.org/TR/short-name/
shortName: "touch-events",
Expand All @@ -36,6 +36,7 @@

// if there a publicly available Editor's Draft, this is the link
edDraftURI: "http://w3c.github.io/touch-events/touchevents.html",
license: "w3c-software-doc",

// if this is a LCWD, uncomment and set the end of its review period
// lcEnd: "2013-02-14",
Expand Down Expand Up @@ -82,10 +83,10 @@
//],

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

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

// name (with the @w3c.org) of the public mailing to which comments are due
wgPublicList: "public-touchevents",
Expand All @@ -95,7 +96,7 @@
// This is important for Rec-track documents, do not copy a patent URI from a random
// document unless you know what you're doing. If in doubt ask your friendly neighbourhood
// Team Contact.
wgPatentURI: "http://www.w3.org/2004/01/pp-impl/45559/status",
// wgPatentURI: "http://www.w3.org/2004/01/pp-impl/45559/status",
};
</script>
<script type="text/javascript" id="fixuphook">
Expand Down