Skip to content

Commit 3526b55

Browse files
committed
Renamed example 1 to remove "Visible Trigger" language
Added in additional text to explain what the images are showing.
1 parent b376be7 commit 3526b55

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,15 +79,15 @@ <h2>Benefits</h2>
7979
<h2>Examples</h2>
8080

8181
<section class="example">
82-
<h3>Example 1: Tooltip Allowing for Visible Trigger</h3>
82+
<h3>Example 1: Dismissable Tooltip</h3>
8383
<figure>
8484
<img src="https://i.imgur.com/K3k8WYk.png" alt="Screenshot of a button with a mouse pointer over it, and a tooltip displayed below the button" />
8585
<img src="https://i.imgur.com/i0ndsmP.png" alt="Screenshot of a button with a mouse pointer over it, and no tooltip" />
86-
<figcaption>A tooltip is displayed below a button on hover so as not to obscure the button itself. A user can also press the Escape key to clear the tooltip without moving the mouse.</figcaption>
86+
<figcaption>A tooltip is displayed below a LVTF button on hover so as not to obscure the button itself. It does however obscure content below the button (the next red button, called ~comment-zoom-content). To meet Dismissable, a user can press the Escape key to clear the tooltip without moving the mouse, as demonstrated in the second image.</figcaption>
8787
</figure>
8888
<figure>
8989
<img src="https://i.imgur.com/625Nyod.png" alt="Screenshot of a button with a focus indicator on it, and no tooltip" />
90-
<figcaption>The button's tooltip also appears on focus and can be removed with the Escape key.</figcaption>
90+
<figcaption>The button's tooltip also appears on focus and can be removed with the Escape key. The screen shot shows the same LVTF button with focus, but the tooltip has been dismissed and is no longer visible.</figcaption>
9191
</figure>
9292
</section>
9393

0 commit comments

Comments
 (0)