Skip to content

Remove unnecessary images from the accessibility tree #432

@sbates-idrc

Description

@sbates-idrc

Firefox’s accessibility tree lists all the SVG images on the scene as “graphics-document” (character, starting indicator, custom background tiles), which can be heard by using VoiceOver’s read mode as continuous “image, image, image, image ….” for the entire scene. Might be a good idea to use role=”none” to hide them from the accessibility tree. SVG images within buttons, such as the Sound Options button, are also included in the accessibility tree as “graphics-document”.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions