Skip to content

Commit 9f90491

Browse files
momdombgower
andauthored
Update Understanding SC 2.5.6 links (#4336)
- Fix link after redirect - Fix Editor's Draft to stable document Co-authored-by: Mike Gower <mikegower@gmail.com>
1 parent 3ed8495 commit 9f90491

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

understanding/21/concurrent-input-mechanisms.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ <h2>Examples</h2>
4646
<section id="resources">
4747
<h2>Resources</h2>
4848
<ul>
49-
<li><a href="https://w3c.github.io/pointerevents/">W3C Pointer Events - Level 2</a></li>
49+
<li><a href="https://www.w3.org/TR/pointerevents2/">W3C Pointer Events - Level 2</a></li>
5050
<li><a href="https://hacks.mozilla.org/2013/04/detecting-touch-its-the-why-not-the-how/">Patrick H. Lauke - Detecting touch: it's the 'why', not the 'how'</a></li>
51-
<li><a href="https://www.html5rocks.com/en/mobile/touchandmouse/">Chris Wilson / Paul Kinlan: Touch And Mouse - Together Again For The First Time
52-
</a></li><li><a href="https://w3c.github.io/touch-events/#mouse-events">W3C Touch Events - Level 2: Interaction with Mouse Events and click</a></li>
51+
<li><a href="https://web.dev/articles/mobile-touchandmouse">Chris Wilson / Paul Kinlan: Touch And Mouse - Together Again For The First Time</a></li>
52+
<li><a href="https://www.w3.org/community/reports/touchevents/CG-FINAL-touch-events-20240704/#mouse-events">W3C Touch Events - Level 2: Interaction with Mouse Events and click</a></li>
5353
<li><a href="https://www.w3.org/TR/mediaqueries-4/#mf-interaction">W3C CSS Media Queries Level 4: Interaction Media Features</a></li>
5454
</ul>
5555
</section>
@@ -59,7 +59,7 @@ <h2>Techniques</h2>
5959
<h3>Sufficient</h3>
6060
<ul>
6161
<li>Only using high-level, input-agnostic event handlers, such as <code>focus</code>, <code>blur</code>, <code>click</code>, in Javascript (Potential future technique).</li>
62-
<li> Registering event handlers for keyboard/keyboard-like and pointer inputs simultaneously in Javascript; see <a href="https://w3c.github.io/pointerevents/#examples">Example 1 in Pointer Events Level 2</a> (Potential future technique)</li>
62+
<li>Registering event handlers for keyboard/keyboard-like and pointer inputs simultaneously in Javascript; see <a href="https://www.w3.org/TR/pointerevents2/#example_1">Example 1 in Pointer Events Level 2</a> (Potential future technique)</li>
6363
</ul>
6464
</section>
6565
<section id="failure">

0 commit comments

Comments
 (0)