Skip to content

Commit

Permalink
Merge pull request #309 from NavidZ/pr-logs
Browse files Browse the repository at this point in the history
Add revision history up until now
  • Loading branch information
patrickhlauke committed Nov 11, 2019
2 parents 0aa9e88 + 26a8220 commit 71be6db
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion index.html
Expand Up @@ -1237,7 +1237,12 @@ <h1>Revision History</h1>
<p>The following is an informative summary of substantial and major editorial changes between publications of this specification, relative to the [[PointerEvents2]] specification.
See the <a href="https://github.com/w3c/pointerevents/commits">complete revision history of the Editor's Drafts of this specification</a>.</p>
<ul>
<li><a href="https://github.com/w3c/pointerevents/pull/294">Add direction-specific <code>touch-action</code> values</a> (<code>pan-left</code>, <code>pan-right</code>, <code>pan-up</code>, <code>pan-down</code>) and clarified behavior of existing <code>pan-x</code> and <code>pan-y</code> values.</li>
<li><a href="https://github.com/w3c/pointerevents/pull/307">Add <code>getPredictedEvents</code> API.</a></li>
<li><a href="https://github.com/w3c/pointerevents/pull/306">Introduce <code>getCoalescedEvents</code> API, <code>pointerrawupdate</code> event.</a></li>
<li><a href="https://github.com/w3c/pointerevents/pull/300">Clarify active document for active pointers.</a></li>
<li><a href="https://github.com/w3c/pointerevents/pull/294">Add direction-specific <code>touch-action</code> values</a>
(<code>pan-left</code>, <code>pan-right</code>, <code>pan-up</code>, <code>pan-down</code>) and
clarified behavior of existing <code>pan-x</code> and <code>pan-y</code> values.</li>
</ul>
</section>
<!-- appendix -->
Expand Down

0 comments on commit 71be6db

Please sign in to comment.