Skip to content

Commit ff55000

Browse files
authored
Correct link in pause-stop-hide.html (#4456)
While responding to #4447 I noticed that the url to [2.3.3 Animation from Interaction](https://www.w3.org/WAI/WCAG21/Understanding/animation=from=interaction) in a note is broken since it contains equal signs instead of hyphens No idea how long this has been here. Replacing equal signs with dashes so that the link works.
1 parent 47bbd13 commit ff55000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

understanding/20/pause-stop-hide.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ <h2>Intent of Pause, Stop, Hide</h2>
9595
<p>Moving, blinking, scrolling content that starts automatically because of a general user interaction (such as focusing/hovering over an element,
9696
or scrolling the page), rather than as a result of an intentional <em>activation</em> (such as activating a button),
9797
and which doesn't provide provide a way to Pause, Stop, or Hide, will fail this Criterion, and potentially
98-
<a href="animation=from=interaction">2.3.3 Animation from Interaction</a>.</p>
98+
<a href="animation-from-interaction">2.3.3 Animation from Interaction</a>.</p>
9999
</div>
100100

101101
<p>It is important to note that the terms "blinking" and "flashing" can sometimes refer to the same content.</p>

0 commit comments

Comments
 (0)