[Webkit-unassigned] [Bug 210315] New: AX: SVG text node with content is described as "empty group" even if it's not empty
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Apr 9 19:35:24 PDT 2020
https://bugs.webkit.org/show_bug.cgi?id=210315
Bug ID: 210315
Summary: AX: SVG text node with content is described as "empty
group" even if it's not empty
Product: WebKit
Version: Safari 13
Hardware: Macintosh
OS: macOS 10.15
Status: NEW
Severity: Normal
Priority: P2
Component: Accessibility
Assignee: webkit-unassigned at lists.webkit.org
Reporter: domoritz at apple.com
CC: webkit-bug-importer at group.apple.com
Created attachment 396034
--> https://bugs.webkit.org/attachment.cgi?id=396034&action=review
HTML to demo the issue
If you create an SVG text element that has some text in it and navigate over it with VoiceOver, then VO reads it as "the text, empty group".
For example, take the page below. VO reads "Hello Webkit, empty group". I would expect VO not to say "empty group" since the group is not empty and contains text that is not hidden (VO reads the text).
<p<>
Webkit Bug demo:
</p>
<svg>
<text>Hello Webkit</text>
</svg>
--
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/20200410/2a3d92a2/attachment.htm>
More information about the webkit-unassigned
mailing list