[Webkit-unassigned] [Bug 201354] New: Image tag read as "group" by VoiceOver when source is SVG

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 30 14:06:52 PDT 2019


https://bugs.webkit.org/show_bug.cgi?id=201354

            Bug ID: 201354
           Summary: Image tag read as "group" by VoiceOver when source is
                    SVG
           Product: WebKit
           Version: Safari 12
          Hardware: Macintosh
                OS: macOS 10.14
            Status: NEW
          Severity: Minor
          Priority: P2
         Component: Images
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: kayleeknowles42 at gmail.com

When using Voiceover, image tags whose source is an SVG are read as a group. The expected behavior is for them to be read as an image, which is what happens in Chrome. 

Inline SVGs in Safari are explicitly given role="img" to achieve the effect of being read as an image rather than a group; however there is no reason an img tag shouldn't always have an implicit role of img, regardless of the format of the source image. 

Here is a small sample codepen that can be used for testing: https://codepen.io/kaylee42/pen/gOYxWwg

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190830/60a73343/attachment-0001.html>


More information about the webkit-unassigned mailing list