Skip to content

Commit

Permalink
Refreshed ReSpec config
Browse files Browse the repository at this point in the history
  • Loading branch information
plehegar committed May 29, 2019
1 parent 36a9543 commit 36464a0
Showing 1 changed file with 11 additions and 30 deletions.
41 changes: 11 additions & 30 deletions index.html
Expand Up @@ -9,11 +9,12 @@
var respecConfig = {
specStatus: "ED",
shortName: "pointerevents2",
noIDLSorting: true,
subtitle: "Level 2",
edDraftURI: "https://w3c.github.io/pointerevents/",
prevRecShortname: 'pointerevents',
github: "https://github.com/w3c/pointerevents/",
testSuiteURI: "https://wpt.fyi/pointerevents/",
subtitle: "Level 2",
caniuse: "pointer",
// editors, add as many as you like
// only "name" is required
editors: [
Expand All @@ -30,38 +31,18 @@
company: "Google", companyURL: "https://www.google.com/" ,
w3cid: '92361' }
],

otherLinks: [{
key: 'Mailing list',
data: [
{
value: 'Mailing list archive.',
href: 'https://lists.w3.org/Archives/Public/public-pointer-events/'
}
]
}],

//authors: [
// { name: "Your Name", url: "http://example.org/",
// company: "Your Company", companyURL: "http://example.com/" },
//],

// name of the WG
wg: "Pointer Events Working Group",

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

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

// URI of the patent status for this WG, for Rec-track documents
wgPatentURI: "https://www.w3.org/2004/01/pp-impl/59096/status",

// previous REC spec
prevRecShortname: 'pointerevents',

};
lint: {
"check-punctuation": true,
},
noIDLSorting: true,
doJsonLd: true,
xref: "web-platform",
mdn: true,
};
</script>
<style>
.issue {background: #fcc !important;}
Expand Down

0 comments on commit 36464a0

Please sign in to comment.