Skip to content

Commit

Permalink
Merge pull request #313 from w3c/311-respec-fix
Browse files Browse the repository at this point in the history
Prevent the [[CSSOM-VIEW]] reference from pulling its internal references
  • Loading branch information
patrickhlauke committed Nov 30, 2019
2 parents 011270e + 4509d21 commit f629c77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ <h2><code>PointerEvent</code> Interface</h2>
</dd>
</dl>

<p>The <dfn><code>PointerEventInit</code></dfn> dictionary is used by the <dfn><code>PointerEvent</code></dfn> interface's constructor to provide a mechanism by which to construct untrusted (synthetic) pointer events. It inherits from the <code>MouseEventInit</code> dictionary defined in [[UI-EVENTS]]. The steps for constructing an event are defined in [[DOM]]. See the <a href="#examples" title="examples">examples</a> for sample code demonstrating how to fire an untrusted pointer event.</p>
<p>The <dfn><code>PointerEventInit</code></dfn> dictionary is used by the <dfn><code>PointerEvent</code></dfn> interface's constructor to provide a mechanism by which to construct untrusted (synthetic) pointer events. It inherits from the {{MouseEventInit}} dictionary defined in [[UI-EVENTS]]. The steps for constructing an event are defined in [[DOM]]. See the <a href="#examples" title="examples">examples</a> for sample code demonstrating how to fire an untrusted pointer event.</p>

<p>A <a>PointerEvent</a> has an associated <dfn>coalesced event list</dfn> (a list of
zero or more <code>PointerEvents</code>). If this event is a <code>pointermove</code>
Expand Down Expand Up @@ -490,7 +490,7 @@ <h2><code>PointerEvent</code> Interface</h2>
<p>When the <a>PointerEvent</a>'s target is changed, set <a><code>coalesced events
targets dirty</code></a> and <a><code>predicted events targets dirty</code></a> to true.</p>

<div class="note">The <code>PointerEvent</code> interface inherits from <code>MouseEvent</code>, defined in [[UIEVENTS]] and extended by [[CSSOM-VIEW]].</div>
<div class="note">The <code>PointerEvent</code> interface inherits from <code>MouseEvent</code>, defined in [[UIEVENTS]] and extended by [[[CSSOM-VIEW]]].</div>
</div>
<section>
<h2>Button States</h2>
Expand Down

0 comments on commit f629c77

Please sign in to comment.