[Lens] (Accessibility) Improve screen reader announcement of the layer settings button #83599
Labels
accessibility best practice
enhancement
New value added to drive a business result
Feature:Lens
loe:small
Small Level of Effort
Project:Accessibility
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
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-label
to read something likeEdit layer settings; {chartType}
(instead of the currentEdit layer settings
)The text was updated successfully, but these errors were encountered: