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
fix(cdk-experimental/accordion): creates visually hidden span to improve screen reader accessibility
Adds a visually hidden span as a child of the accordion header/button
which has a generated id for the associated accordion content panel to
reference if/when the accordion header/button is disabled. This should
allow screen readers to have an active reference for aria-labelledby to
reference.
Fixes b/438312273
0 commit comments