The problem
The layer settings button (which has the chart type picker popover) also visually indicates the chart type but requires extra navigating for screen reader users to get the same context.
The fix
Two possible ways to fix this:
- If you have it available somewhere on the page, could add an
aria-describedby={idOfTheString} pointing to the chart type.
- If not, could extend the
aria-label to read something like Edit layer settings; {chartType} (instead of the current Edit layer settings)
The problem
The layer settings button (which has the chart type picker popover) also visually indicates the chart type but requires extra navigating for screen reader users to get the same context.
The fix
Two possible ways to fix this:
aria-describedby={idOfTheString}pointing to the chart type.aria-labelto read something likeEdit layer settings; {chartType}(instead of the currentEdit layer settings)