Practice Site: Keyboard Accessible Tooltip Fail
While reading about keyboard input methods and learning about the success criteria requiring custom keyboard instructions for any custom key commands, one method of accomplishing this was using a tool tip to present the instructions. It mentioned that the tooltip would have to be accessible via keyboard navigation and be able to be read by a screen reader.
That reminded me that on my practice site, I spent a significant amount of time creating an example of success criteria for 3.1.3 to provide a definition of an unusual word when the user hovers over the text "affordance" displaying in a tooltip.
I did not, however, make this accessible to keyboard-only users or screen readers.
My plan to fix this was to make the tooltip text visible on focus instead of hover, and included the aria-describedby so it was read within context to the word itself.