[Webkit-unassigned] [Bug 183513] New: AX: VO - Can not send focus to an element with no content or to an element with a visually hidden first child
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Mar 9 07:23:29 PST 2018
https://bugs.webkit.org/show_bug.cgi?id=183513
Bug ID: 183513
Summary: AX: VO - Can not send focus to an element with no
content or to an element with a visually hidden first
child
Product: WebKit
Version: WebKit Nightly Build
Hardware: All
OS: All
Status: NEW
Severity: Normal
Priority: P2
Component: Accessibility
Assignee: webkit-unassigned at lists.webkit.org
Reporter: mfairchild365 at gmail.com
CC: webkit-bug-importer at group.apple.com
Created attachment 335425
--> https://bugs.webkit.org/attachment.cgi?id=335425&action=review
Example html file
example: https://mfairchild365.github.io/notes/safari-anchor-link-bug.html
Issue: Can not send focus to an element with no content or to an element with a visually hidden first child
When the element is focused, voiceover jumps to the target, then imminently jumps back to the previously focused element without announcing anything.
Steps to reproduce
1. Turn VoiceOver On
2. Go to this page using safari on iOS
3. Click the 'Go to target with no content' link
4. Click the 'Go to target with content' link
5. Go to target with first child of screen-reader-only content
Expected results
1. The 'Go to target with no content' link moves focus to the target
2. The 'Go to target with content' link moves focus to the target
3. the 'Go to target with first child of screen-reader-only content' link moves focus to the target
Actual results
1. The 'Go to target with no content' link DOES NOT move focus to the target (success)
2. The 'Go to target with content' link moves focus to the target (fail)
3. the 'Go to target with first child of screen-reader-only content' link DOES NOT move focus to the target (fail)
--
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/20180309/3493f15c/attachment-0001.html>
More information about the webkit-unassigned
mailing list