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): removes inert attribute from accordion trigger (angular#31817)
Updates accordion trigger attributes by removing the inert
attribute to allow for screen readers to reference the
aria-labelledby id value of the trigger when associating
it with the accordion content panel.
Fixes b/438312273
fix(cdk-experimental/accordion): removes inert attribute from accordion trigger
Removes the inert attribute from accordion trigger to enable screen
readers to access the accordion trigger id and aria attributes to be
able to announce more helpful/informative screen reader messages to the
user.
Fixes b/438312273
0 commit comments