contentco / quill-emoji

Quill module toolbar extension for emoji
275 stars 165 forks source link

Clickable elements should be buttons, or at least have a tab index (usability/accessibility issue) #154

Open superuntitled opened 2 years ago

superuntitled commented 2 years ago

The span.ap elements in the #tab-panel and the span.textarea-emoji-control element should be button elements and not span elements.

This would allow for using the tab key to cycle through the emojis, and not rely on using the mouse (browsers give buttons a tabindex and can be triggered using the spacebar or return key).