cgkineo / adapt-pageNav

Navigation bar component (quicknav clone)
GNU General Public License v3.0
6 stars 4 forks source link

Make tooltips keyboard accessible #33

Closed hanshillen closed 1 year ago

hanshillen commented 2 years 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.

oliverfoster commented 1 year ago

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

oliverfoster commented 1 year ago

Move to https://github.com/cgkineo/adapt-pageNav/pull/49