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
16 changes: 10 additions & 6 deletions techniques/failures/F85.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,16 @@ <h3>Procedure</h3>
</ul>
</li>
<li>
<p>Dismiss the menu or dialog</p>
<ul>
<li>Check whether focus is on the trigger control.</li>
<li>If focus needs to be placed on a different control, check whether that different control is logical.</li>
</ul>
</li>
<p>Activate a control in the menu or dialog that causes it to close. This could be a cancel or delete button or another action that causes changes to the page and at the same time closes the menu or dialog.</p>
<ul>
<li>
<p>Check whether keyboard focus is put back on the trigger control</p>
<li>
<li>
<p>If the control itself is being removed as a result of the activation, check if the focus is put on the element immediately prior or following the removed trigger control.</p>
</li>
</ul>
</li>
</ol>
</section>
<section class="results">
Expand Down