Skip to content

Commit 8de9304

Browse files
jnurthencarmacleod
authored andcommitted
Editorial: remove confusing authors should from tooltip (#1037)
1 parent 22703a0 commit 8de9304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -9269,7 +9269,7 @@ <h5>Presentational Roles Conflict Resolution</h5>
92699269
<rdef>tooltip</rdef>
92709270
<div class="role-description">
92719271
<p>A contextual popup that displays a description for an element.</p>
9272-
<p>The <code>tooltip</code> typically becomes visible in response to a mouse hover, or after the owning element receives keyboard focus. In each of these cases, authors SHOULD display the tooltip after a short delay. The use of a <abbr title="Accessible Rich Internet Applications">WAI-ARIA</abbr> tooltip is a supplement to the normal tooltip behavior of the user agent.</p>
9272+
<p>The <code>tooltip</code> typically becomes visible, after a short delay, in response to a mouse hover, or after the owning element receives keyboard focus. The use of a <abbr title="Accessible Rich Internet Applications">WAI-ARIA</abbr> tooltip is a supplement to the normal tooltip behavior of the user agent.</p>
92739273
<p class="note">Typical tooltip delays last from one to five seconds.</p>
92749274
<p>Authors SHOULD ensure that elements with the <a>role</a> <code>tooltip</code> are referenced through the use of <pref>aria-describedby</pref> before or at the time the tooltip is displayed.</p>
92759275
</div>

0 commit comments

Comments
 (0)