Skip to content
This repository was archived by the owner on Aug 6, 2020. 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
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,10 @@ <h3><a href="https://www.w3.org/TR/html-longdesc/">Image Description (longdesc)<

<!-- Pointer events -->
<section>
<h3><a href="https://www.w3.org/TR/REC-pointerevents-20150224/">Pointer Events</a></h3>
<p>This specification defines a number of pointer events, analagous to mouse events,
and extends the <code>Element</code>, <code>GlobalEventHandlers</code> and <code>Navigator</code>
interfaces of HTML.</p>
<h3><a href="https://www.w3.org/TR/pointerevents/">Pointer Events</a></h3>
<p>This specification defines a unified event model to handle mouse, touch and stylus input.
It builds on mouse events, and extends the <code>Element</code>, <code>GlobalEventHandlers</code>
and <code>Navigator</code> interfaces of HTML.</p>
</section>

<!-- RDFa -->
Expand Down