Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
remove note about initTouchEvent / createTouchList from the "5 TouchE…
Browse files Browse the repository at this point in the history
…vent Interface" section (#100)
  • Loading branch information
patrickhlauke committed Oct 17, 2018
1 parent 90131dd commit a939fbb
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -547,17 +547,6 @@ <h2><a><code>TouchEvent</code></a> Interface</h2>
</dd>
</dl>

<p class="note">
Some user agents implement an <code>initTouchEvent</code> method as part of the
<a><code>TouchEvent</code></a> interface. When this method is available, scripts
can use it to initialize the properties of a <a><code>TouchEvent</code></a> object,
including its <a><code>TouchList</code></a> properties (which can be initialized
with values returned from <a><code>Document.createTouchList</code></a>). The
<code>initTouchEvent</code> method is not standardized because the signature varies
between user agents in completely incompatible ways. It is superseded by the
<a><code>TouchEvent</code></a> constructor.
</p>

<section class="informative">
<h2>TouchEvent Implementer's Note</h2>
<div class="note">
Expand Down

0 comments on commit a939fbb

Please sign in to comment.