Skip to content

Commit 97041d9

Browse files
authored
Merge pull request #446 from EricDunsworth/import-understanding-1.4.13-images
Import understanding SC 1.4.13's images into repo
2 parents e31587c + 692d5ca commit 97041d9

6 files changed

Lines changed: 5 additions & 5 deletions

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,21 +83,21 @@ <h2>Examples</h2>
8383
<section class="example">
8484
<h3>Example 1: Dismissable Tooltip</h3>
8585
<figure>
86-
<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" />
87-
<img src="https://i.imgur.com/i0ndsmP.png" alt="Screenshot of a button with a mouse pointer over it, and no tooltip" />
86+
<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" />
87+
<img src="img/button-pointer.png" alt="Screenshot of a button with a mouse pointer over it, and no tooltip" />
8888
<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 the Dismissible requirement, a user can press the Escape key to clear the tooltip without moving the mouse, as demonstrated in the second image.</figcaption>
8989
</figure>
9090
<figure>
91-
<img src="https://i.imgur.com/625Nyod.png" alt="Screenshot of a button with a focus indicator on it, and no tooltip" />
91+
<img src="img/button-focus-indicator.png" alt="Screenshot of a button with a focus indicator on it, and no tooltip" />
9292
<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>
9393
</figure>
9494
</section>
9595

9696
<section class="example">
9797
<h3>Example 2: Hoverable Tooltip</h3>
9898
<figure>
99-
<img src="https://i.imgur.com/9Br0nqM.png" alt="Screenshot of a button with a large mouse pointer over it, and a tooltip displayed below the button which is obscured by the large pointer" />
100-
<img src="https://i.imgur.com/aa1LTLl.png" alt="Screenshot of a button with a tooltip below it, and a large mouse pointer at the bottom of the tooltip" />
99+
<img src="img/button-pointer-on-tooltip.png" alt="Screenshot of a button with a large mouse pointer over it, and a tooltip displayed below the button which is obscured by the large pointer" />
100+
<img src="img/button-pointer-below-tooltip.png" alt="Screenshot of a button with a tooltip below it, and a large mouse pointer at the bottom of the tooltip" />
101101
<figcaption>A button's tooltip is displayed directly below it on mouse hover which can easily be obscured by a large pointer. The tooltip itself is able to be hovered so the mouse pointer can be moved down to its bottom edge in order to view the tooltip text.</figcaption>
102102
</figure>
103103
</section>
5.46 KB
Loading
3.26 KB
Loading
2.95 KB
Loading
5.89 KB
Loading
5.44 KB
Loading

0 commit comments

Comments
 (0)