You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One difficulty is that many of the current listeners listen for clicks on SVG elements, but there's no notion of keyboard pressing on an SVG element. So it would need to define some notion of the "currently active" element (distinct from the existing notion of selecting objects, since only one object should be active at a time), and then listening document-wide for a keyboard event and dispatching an Action based on the key code and currently active element.
Make all controls keyboard accessible:
https://www.w3.org/TR/WCAG21/#keyboard-accessible
The text was updated successfully, but these errors were encountered: