Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion understanding/21/content-on-hover-or-focus.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ <h3>Dismissible</h3>
<li>Position the additional content so that it does not obscure any other content including the trigger, with the exception of white space and purely decorative content, such as a background graphic which provides no information.</li>
<li>Provide a mechanism to easily dismiss the additional content, such as by pressing Escape.</li>
</ol>
<p>For most triggers of relatively small size, it is desirable for both methods to be implemented. If the trigger is large, noticing the additional content may be of concern if it appears away from the trigger. In those cases, only the second method may be appropriate.</p>
<p>For most triggers, it is desirable for both methods to be implemented. If the trigger is large, positioning the additional content so it does not obscure the trigger may place that content further from the user's current pointer location, making it harder to notice. In those cases, only the second method may be appropriate.</p>
<p>The success criterion allows for input error messages to persist as there are cases that require attention, explicit confirmation or remedial action.</p>
</section>
<section>
Expand Down
Loading