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
Widgets are semantically correct in the DOM (E.g. buttons are either <button> tag or have role="button")
The interactive part of each widget has aria-labelledby attribute set to the ID of the element that captions it.
This means screen reader users that TAB to an input field also hear what the label of that field is.
The whole widget panel has an appropriate role (eg role="dialog") and then an aria-labelledby attribute that points to the title element.
This should mean that when a screen reader user moves their focus initially into the panel that it's announced as 'Patch visualisation dialog" and then the widget label.
The text was updated successfully, but these errors were encountered:
Request is to make the sidebar accessible to keyboard users and assistive technology like screen readers.
The advantage of doing this from cables.gl side is that every single patch using sidebar already has a massive increase in accessibility.
I think that would include
The text was updated successfully, but these errors were encountered: