You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Typo: Change all instances of dismissable to dismissible (#4292)
This is a clean redo of #4265 (which
seems to have some unforeseen additional changes)
Co-authored-by: Kenneth G. Franqueiro <[email protected]>
Co-authored-by: Mike Gower <[email protected]>
Copy file name to clipboardExpand all lines: understanding/21/content-on-hover-or-focus.html
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -34,14 +34,14 @@ <h2>Intent</h2>
34
34
35
35
<p>There are usually more predictable and accessible means of adding content to the page, which authors are recommended to employ. If an author <em>does</em> 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:</p>
36
36
<ul>
37
-
<li>dismissable</li>
37
+
<li>dismissible</li>
38
38
<li>hoverable</li>
39
39
<li>persistent</li>
40
40
</ul>
41
41
<p>Each of these is discussed in a separate section.</p>
42
42
43
43
<section>
44
-
<h3>Dismissable</h3>
44
+
<h3>Dismissible</h3>
45
45
<p>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.</p>
46
46
<p>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.</p>
47
47
<p>Two methods may be used to satisfy this condition and prevent such interference:</p>
@@ -62,7 +62,7 @@ <h3>Persistent</h3>
62
62
<p>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:</p>
63
63
<ul>
64
64
<li>The user removes hover or focus from the trigger and the additional content, consistent with the typical user experience;</li>
65
-
<li>The user dismisses the additional content via the mechanism provided to satisfy the Dismissable condition; or</li>
65
+
<li>The user dismisses the additional content via the mechanism provided to satisfy the Dismissible condition; or</li>
66
66
<li>The information conveyed by the additional content becomes invalid, such as a 'busy' message that is no longer valid.</li>
67
67
</ul>
68
68
</section>
@@ -90,7 +90,7 @@ <h2>Benefits</h2>
90
90
<h2>Examples</h2>
91
91
92
92
<sectionclass="example">
93
-
<h3>Example 1: Dismissable Tooltip</h3>
93
+
<h3>Example 1: Dismissible Tooltip</h3>
94
94
<figureid="figure-mouse-tooltip-below">
95
95
<imgsrc="img/button-pointer-tooltip.png" alt="Screenshot of a button with a mouse pointer over it, and a tooltip displayed below the button"/>
96
96
<imgsrc="img/button-pointer.png" alt="Screenshot of a button with a mouse pointer over it, and no tooltip"/>
0 commit comments