Skip to content

Commit

Permalink
Update revision history
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhlauke committed Nov 28, 2018
1 parent d2779fe commit 294a636
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1031,10 +1031,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 first [[PointerEvents]] specification. See the <a href="https://github.com/w3c/pointerevents/commits">complete revision history of the Editor's Drafts of this specification</a>.</p>
<h3>Changes since the 24 February 2015 Recommendation</h3>
<ul>
<li><a href="https://github.com/w3c/pointerevents/commit/d2779fe71e3b1c26d6b4657ad0330bed378b8b69">Remove normative references from informative sections</a> (and mark <code>[COMPAT]</code> as purely informative)</li>
<li><a href="https://github.com/w3c/pointerevents/pull/270">Fix Pointer Capture section erroneously marked as informative</a></li>
<li><a href="https://github.com/w3c/pointerevents/pull/251">Add boundary events in implicit capture scenarios</a></li>
<li><a href="https://github.com/w3c/pointerevents/pull/246">Replace prose about <code>ownerDocument</code> tree with DOM4 concept of <code>connected</code></a></li>
<li><a href="https://github.com/w3c/pointerevents/pull/235">Add security and privacy considerations section</a></li>
<li><a href="https://github.com/w3c/pointerevents/pull/234">Added note about legacy attributes <code>fromElement</code> and <code>toElement</code> (inherited from MouseEvents) must be <code>null</code></a></li>
<li><a href="https://github.com/w3c/pointerevents/pull/234">Add note about legacy attributes <code>fromElement</code> and <code>toElement</code> (inherited from MouseEvents) must be <code>null</code></a></li>
<li><a href="https://github.com/w3c/pointerevents/pull/218">Add <code>[Exposed=Window]</code> to Constructor</a></li>
<li><a href="https://github.com/w3c/pointerevents/pull/138">Don't send boundary events during capture</a></li>
<li><a href="https://github.com/w3c/pointerevents/pull/129">Implicit capture for direct manipulation pointing devices</a></li>
Expand Down

0 comments on commit 294a636

Please sign in to comment.