Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jul 9, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,12 @@ <h2><a><code>Touch</code></a> Interface</h2>
<p>The <code>EventTarget</code> on which the <a>touch point</a> started when it
was first placed on the surface, even if the <a>touch point</a> has
since moved outside the interactive area of that element.</p>
<p class="note">
Some implementations alter the target element to correct for the imprecision of coarse input.
Therefore, the target element may not necessarily be the element directly at the coordinates
of the event. The methods used to target/disambiguate coarse input are out of scope for this
specification.
</p>
</dd>

<dt><dfn>screenX</dfn></dt>
Expand Down