diff --git a/guidelines/wcag.json b/guidelines/wcag.json index 62e9866614..c561b79858 100644 --- a/guidelines/wcag.json +++ b/guidelines/wcag.json @@ -3457,7 +3457,7 @@ "TECH:future-content-on-hover-or-focus-1" , "title": - "Failure to make content dismissable without moving pointer hover or keyboard focus (Potential future technique)" + "Failure to make content dismissible without moving pointer hover or keyboard focus (Potential future technique)" } , { diff --git a/understanding/21/content-on-hover-or-focus.html b/understanding/21/content-on-hover-or-focus.html index cdca887970..475c7ca879 100644 --- a/understanding/21/content-on-hover-or-focus.html +++ b/understanding/21/content-on-hover-or-focus.html @@ -34,14 +34,14 @@
There are usually more predictable and accessible means of adding content to the page, which authors are recommended to employ. If an author does choose to make additional content appear and disappear in coordination with hover and keyboard focus, this success criterion specifies three conditions that must be met:
Each of these is discussed in a separate section.
The intent of this condition is to ensure that the additional content does not interfere with viewing or operating the page's original content. When magnified, the portion of the page visible in the viewport can be significantly reduced. Mouse users frequently move the pointer to pan the magnified viewport and display another portion of the screen. However, almost the entire portion of the page visible in this restricted viewport may trigger the additional content, making it difficult for a user to pan without re-triggering the content. A keyboard means of dismissing the additional content provides a workaround.
Alternatively, low vision users who can only navigate via the keyboard do not want the small area of their magnified viewport cluttered with hover text. They need a keyboard method of dismissing something that is obscuring the current focal area.
Two methods may be used to satisfy this condition and prevent such interference:
@@ -62,7 +62,7 @@The intent of this condition is to ensure users have adequate time to perceive the additional content after it becomes visible. Users with disabilities may require more time for many reasons, such as to change magnification, move the pointer, or simply to bring the new content into their visual field. Once it appears, the content should remain visible until: