Skip to content

Commit

Permalink
Add [Exposed=Window] to Constructor (#218)
Browse files Browse the repository at this point in the history
* Add [Exposed=Window]
* Update revision history
  • Loading branch information
patrickhlauke committed Sep 22, 2017
1 parent 0a7eb7b commit c87d19e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ <h2><code>PointerEvent</code> Interface</h2>
boolean isPrimary = false;
};

[Constructor(DOMString type, optional PointerEventInit eventInitDict)]
[Constructor(DOMString type, optional PointerEventInit eventInitDict), Exposed=Window]
interface PointerEvent : MouseEvent {
readonly attribute long pointerId;
readonly attribute double width;
Expand Down Expand Up @@ -1010,6 +1010,7 @@ <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/pull/218">Add [Exposed=Window] 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>
<li><a href="https://github.com/w3c/pointerevents/pull/122">Add pointer capture processing follow delayed model except implicit release and set the pointer capture events attributes</a></li>
Expand Down

0 comments on commit c87d19e

Please sign in to comment.