Linked SVG <title> elements are not displayed in VoiceOver's Web Rotor
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
People
(Reporter: kimberly.grey, Unassigned)
References
(Blocks 2 open bugs)
Details
Attachments
(1 file)
|
1.85 KB,
text/html
|
Details |
Steps to reproduce:
- Open the attached file (svg-title-issue.html) in Firefox on macOS.
- Launch VoiceOver.
- Navigate through the page's content using VoiceOver's controls (typically Ctrl + Opt + left/right arrows).
- Listen to how each link is announced by VoiceOver.
- Open the Web Rotor (typically Ctrl + Opt + U) and navigate to the Links section using the left/right arrows.
- Observe how the links are displayed within the Rotor.
Actual results:
- All of the links on the page are announced as "A red circle with accompanying text"
- The Web Rotor displays the first three links as "with accompanying text", only the last link is "A red circle with accompanying text"
- When the Web Rotor list is navigated, each link is announced as "A red circle with accompanying text"
Expected results:
- All of the links on the page are announced as "A red circle with accompanying text"
- The Web Rotor displays all of the links as "A red circle with accompanying text"
- When the Web Rotor list is navigated, each link is announced as "A red circle with accompanying text"
My expectation would be that the text visually displayed in the Rotor should match what is being announced.
I also observed this issue in Safari, but not in Chromium-based browsers, making me think it may be in some way related to what the browser is exposing rather than VoiceOver itself.
The same issue is reported on the WebKit bug tracker here: https://bugs.webkit.org/show_bug.cgi?id=265321
Comment 1•2 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::Disability Access APIs' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Comment 2•1 year ago
|
||
The severity field is not set for this bug.
:ayeddi, could you have a look please?
For more information, please visit BugBot documentation.
Updated•1 year ago
|
Updated•1 year ago
|
Comment 3•1 year ago
|
||
This seems fixed for me, closing as such. :nlapre did you work on some SVG stuff recently that could've affected this?
Updated•1 year ago
|
Comment 4•1 year ago
|
||
Thanks for re-testing. Yeah, I think it might be a side effect of Bug 1877811, or a side effect of Bug 1878355, though I'm not sure. Either way, I'm glad it's fixed! Looks like we're now properly consulting the accessible node for the SVG element when calculating name from content for the links here.
Description
•