RESOLVED FIXED 210315
AX: SVG text node with content is described as "empty group" even if it's not empty
https://bugs.webkit.org/show_bug.cgi?id=210315
Summary AX: SVG text node with content is described as "empty group" even if it's not...
Dominik Moritz
Reported 2020-04-09 19:35:24 PDT
Created attachment 396034 [details] 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>
Attachments
HTML to demo the issue (75 bytes, text/html)
2020-04-09 19:35 PDT, Dominik Moritz
no flags
Patch (7.69 KB, patch)
2020-06-03 09:57 PDT, Andres Gonzalez
no flags
Radar WebKit Bug Importer
Comment 1 2020-04-09 19:35:32 PDT
Andres Gonzalez
Comment 2 2020-06-03 09:57:43 PDT
EWS
Comment 3 2020-06-03 12:07:43 PDT
Committed r262500: <https://trac.webkit.org/changeset/262500> All reviewed patches have been landed. Closing bug and clearing flags on attachment 400936 [details].
David Kilzer (:ddkilzer)
Comment 4 2020-06-05 12:40:56 PDT
(In reply to EWS from comment #3) > Committed r262500: <https://trac.webkit.org/changeset/262500> > > All reviewed patches have been landed. Closing bug and clearing flags on > attachment 400936 [details]. This caused: Bug 212845: [Win EWS] REGRESSION (r262500): accessibility/svg-text.html always fails rdar://problem/64040462
Note You need to log in before you can comment on or make changes to this bug.