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
Narrator is not announcing collapsed state for “Elements must only use allowed ARIA attributes drop down” in “Accessibility” pane.
Actual Result:
While navigating to the “Elements must only use allowed ARIA attributes” drop down in Accessibility pane narrator is not announcing the collapsed state of the drop down.
Expected Result:
While invoking the “Elements must only use allowed ARIA attributes drop down” in Accessibility pane narrator should announce the collapsed state of the drop down.
Navigate to “App bar” button at right side of the pane invoke it and navigate to “Default” link invoke it.
Now navigate to “Accessibility” tab item invoke it and navigate to “Elements must only use allowed ARIA attributes drop down” and observe the narrator announcement.
I can take a look at this proposed solution would be to change the markup from a
with a role="button" so that we get the focus state without having to hack them onto a div although the tabIndex might get a bit wonky with this approach will try and get a PR up for this tomorrow 👍
This will also be quite a large change as I will need to add the same accessibility as:
Space: When the focus is on the Accordion Button of a collapsed section, expand the section.
Enter: When the focus is on an Accordion Button of a collapsed section, expand the section.
Tab: Moves focus to the next focusable element.
Shift-Tab: Moves focus to the previous focusable element.
Arrow down: Moves focus to the next Accordion Button.
Arrow up: Moves focus to the previous Accordion Button.
Home: When the focus is on an Accordion Button, move focus to the first Accordion Button.
End: When the focus is on an Accordion Button, move focus to the last Accordion Button.
This could also be debated to solve #24125 as then we have controls for the accordions via keyboard that will announce the label then focus the checkbox so imo we could combine the tickets
Describe the bug
Narrator is not announcing collapsed state for “Elements must only use allowed ARIA attributes drop down” in “Accessibility” pane.
Actual Result:
While navigating to the “Elements must only use allowed ARIA attributes” drop down in Accessibility pane narrator is not announcing the collapsed state of the drop down.
Expected Result:
While invoking the “Elements must only use allowed ARIA attributes drop down” in Accessibility pane narrator should announce the collapsed state of the drop down.
To Reproduce
Attachments:
collapsed state .webm
System
Additional context
No response
The text was updated successfully, but these errors were encountered: