Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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)
- Loading branch information