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”.
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”.