From e17c3dbedd9ebc22ea33850e1ae470763e90fa99 Mon Sep 17 00:00:00 2001 From: James Nurthen Date: Tue, 20 Aug 2019 18:23:43 -0700 Subject: [PATCH] remove should from tooltip --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 04e3c2191..423da9b8f 100644 --- a/index.html +++ b/index.html @@ -9254,7 +9254,7 @@
Presentational Roles Conflict Resolution
tooltip

A contextual popup that displays a description for an element.

-

The tooltip 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 WAI-ARIA tooltip is a supplement to the normal tooltip behavior of the user agent.

+

The tooltip 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 WAI-ARIA tooltip is a supplement to the normal tooltip behavior of the user agent.

Typical tooltip delays last from one to five seconds.

Authors SHOULD ensure that elements with the role tooltip are referenced through the use of aria-describedby before or at the time the tooltip is displayed.