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
{{ message }}
This repository was archived by the owner on Dec 19, 2024. It is now read-only.
The documents say that there should be an aria-label added when no alt-tag is given. This does not appear to be the case.
The line ''this.alt = this.getAttribute('aria-label') || alt;'' in paper-spinner-behavior.html is reached, but does not result in an aria-label being set.
This means a user of assistive technology has no indication that something is loading.
Description
The documents say that there should be an aria-label added when no alt-tag is given. This does not appear to be the case.
The line ''this.alt = this.getAttribute('aria-label') || alt;'' in paper-spinner-behavior.html is reached, but does not result in an aria-label being set.
This means a user of assistive technology has no indication that something is loading.