Bug, feature request, or proposal:
Mat-drawer is composed of a focus-trap, which has the classes: cdk-visually-hidden cdk-focus-trap-anchor.
According to WCAG 4.1.2: ARIA hidden element must not contain focusable elements.
What is the expected behavior?
Elements with aria-hidden should have tabindex: -1 or otherwise be unfocusable via keyboard navigation.
Bug, feature request, or proposal:
Mat-drawer is composed of a focus-trap, which has the classes: cdk-visually-hidden cdk-focus-trap-anchor.
According to WCAG 4.1.2: ARIA hidden element must not contain focusable elements.
What is the expected behavior?
Elements with aria-hidden should have tabindex: -1 or otherwise be unfocusable via keyboard navigation.