Skip to content

Commit 3ed8495

Browse files
patrickhlaukekfranqueirombgower
authored
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]>
1 parent 29336a4 commit 3ed8495

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

understanding/21/content-on-hover-or-focus.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ <h2>Intent</h2>
3434

3535
<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>
3636
<ul>
37-
<li>dismissable</li>
37+
<li>dismissible</li>
3838
<li>hoverable</li>
3939
<li>persistent</li>
4040
</ul>
4141
<p>Each of these is discussed in a separate section.</p>
4242

4343
<section>
44-
<h3>Dismissable</h3>
44+
<h3>Dismissible</h3>
4545
<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>
4646
<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>
4747
<p>Two methods may be used to satisfy this condition and prevent such interference:</p>
@@ -62,7 +62,7 @@ <h3>Persistent</h3>
6262
<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>
6363
<ul>
6464
<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>
6666
<li>The information conveyed by the additional content becomes invalid, such as a 'busy' message that is no longer valid.</li>
6767
</ul>
6868
</section>
@@ -90,7 +90,7 @@ <h2>Benefits</h2>
9090
<h2>Examples</h2>
9191

9292
<section class="example">
93-
<h3>Example 1: Dismissable Tooltip</h3>
93+
<h3>Example 1: Dismissible Tooltip</h3>
9494
<figure id="figure-mouse-tooltip-below">
9595
<img src="img/button-pointer-tooltip.png" alt="Screenshot of a button with a mouse pointer over it, and a tooltip displayed below the button"/>
9696
<img src="img/button-pointer.png" alt="Screenshot of a button with a mouse pointer over it, and no tooltip"/>
@@ -136,7 +136,7 @@ <h2>Advisory</h2>
136136
<h2>Failure</h2>
137137
<ul>
138138
<li><a href="../../techniques/failures/F95.html">F95</a></li>
139-
<li>Failure to make content dismissable without moving pointer hover or keyboard focus (Potential future technique)</li>
139+
<li>Failure to make content dismissible without moving pointer hover or keyboard focus (Potential future technique)</li>
140140
<li>Failure to meet by content on hover or focus not remaining visible until dismissed or invalid (Potential future technique)</li>
141141
</ul>
142142
</section>

0 commit comments

Comments
 (0)