sparkdesignsystem / spark-design-system

Spark Design System
https://sparkdesignsystem.com
MIT License
107 stars 74 forks source link

Modal & spinner accessibility bug fix #4081

Closed rachelsuter closed 2 years ago

rachelsuter commented 3 years ago

What does this PR do?

This PR fixes the tab index for the Angular modal causing an accessibility error. It also adds an aria-label to the spinner which was also causing an accessibility error.

Associated Issue

2703251