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(material/paginator): add aria-hidden="true" to decorative svg's (#27083)
For the mat-paginator component, add aria-hidden="true" to the
decorative svg elements.
Previously, the svg elements for the chevron icons would produce an img
node in the a11y tree nested under the button node for "Previous
page"/"Next page". This seemed to cause issue with JAWS screenreader
where screen reader navigation would have duplicate navigation (#26967).
With this change applied, the svg elements are aria-hidden and do not
affect the accessibility tree. This is appripriate since the chevron
icons are purely decorative.
Fix#26967
(cherry picked from commit a3250c3)
0 commit comments