Skip to content

Commit

Permalink
On to version 2\!
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobrossi committed Apr 15, 2015
1 parent 8a3a6a6 commit 7df9618
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<title>Pointer Events</title>
<title>Pointer Events - Level 2</title>
<meta http-equiv='Content-Type' content='text/html;charset=utf-8'/>
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<script type="text/javascript" src='https://www.w3.org/Tools/respec/respec-w3c-common.js' class='remove'></script>
<script type="text/javascript" class='remove'>
var respecConfig = {
specStatus: "ED",
shortName: "pointerevents",
shortName: "pointerevents-level-2",
noIDLSorting: true,
edDraftURI: "https://w3c.github.io/pointerevents/",

Expand Down Expand Up @@ -56,7 +56,10 @@

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


// previous REC spec
prevRecShortname: 'pointerevents',

//Biblio entry to point to W3 DOM4 snapshot
localBiblio: {
"DOM4" : {
Expand All @@ -83,11 +86,11 @@
</head>
<body>
<section id='abstract'>
This document defines events and related interfaces for handling hardware agnostic pointer input from devices including a mouse, pen, touchscreen, etc.. For compatibility with existing mouse based content, this specification also describes a mapping to fire [[DOM-LEVEL-3-EVENTS]] Mouse Events for other pointer device types.
The features in this specification extend or modify those found in [[PointerEvents]], a W3C Recomendation that describes events and related interfaces for handling hardware agnostic pointer input from devices including a mouse, pen, touchscreen, etc. For compatibility with existing mouse based content, this specification also describes a mapping to fire [[DOM-LEVEL-3-EVENTS]] Mouse Events for other pointer device types.
</section>

<section id="sotd">
<div><span style="color:red">This document is currently an editor's draft.</span> This document is based on a previous <a href="http://www.w3.org/Submission/pointer-events/">Member Submission</a> by Microsoft Corporation with changes made based on the consensus of the Working Group. Current bugs and issues are managed in <a href="https://www.w3.org/Bugs/Public/describecomponents.cgi?product=PointerEventsWG">Bugzilla</a>. Action items to be completed are tracked in <a href="https://www.w3.org/2012/pointerevents/track/">Tracker</a>.</div>
<div><span style="color:red">This document is currently an editor's draft.</span> Current bugs and issues are managed in <a href="https://www.w3.org/Bugs/Public/describecomponents.cgi?product=PointerEventsWG">Bugzilla</a>. Action items to be completed are tracked in <a href="https://www.w3.org/2012/pointerevents/track/">Tracker</a>.</div>
</section>

<section id="intro" class="informative">
Expand Down

0 comments on commit 7df9618

Please sign in to comment.