Closed hanshillen closed 1 year ago
The pageNav button tooltips only appear on mouseover, which means they fail WCAG 2.1.1.
Per the APG Tooltip pattern, the tooltips should also appear on focus, and disappear on blur or esc.
Todo: Need to use the tooltip api in the fw now. And update that api with any relevant changes from this pr, kept in issue/33
Move to https://github.com/cgkineo/adapt-pageNav/pull/49
The pageNav button tooltips only appear on mouseover, which means they fail WCAG 2.1.1.
Per the APG Tooltip pattern, the tooltips should also appear on focus, and disappear on blur or esc.