Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove should from tooltip #1037

Merged
merged 1 commit into from
Oct 10, 2019
Merged
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 index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9254,7 +9254,7 @@ <h5>Presentational Roles Conflict Resolution</h5>
<rdef>tooltip</rdef>
<div class="role-description">
<p>A contextual popup that displays a description for an element.</p>
<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>
<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>
<p class="note">Typical tooltip delays last from one to five seconds.</p>
<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>
</div>
Expand Down