Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Not adding an alt-tag does not result in an aria-label with "Loading" #57

@erikkroes

Description

@erikkroes

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions