[Webkit-unassigned] [Bug 147881] New: AX: VoiceOver/Safari does not allow focus on specific "empty links" (with   )

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 11 08:56:42 PDT 2015


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

            Bug ID: 147881
           Summary: AX: VoiceOver/Safari does not allow focus on specific
                    "empty links" (with  )
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: iOS
                OS: iOS 8.2
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: redux at splintered.co.uk
                CC: webkit-bug-importer at group.apple.com

Created attachment 258718
  --> https://bugs.webkit.org/attachment.cgi?id=258718&action=review
Variations of links/spans with different attributes to test focusability

While VoiceOver/iOS (8.4) allows user to focus on

<a href="#"></a>
<a href="#" title="Close"></a>

adding a &nbsp; makes VO ignore these links completely.

<a href="#">&nbsp;</a>
<a href="#" title="Close">&nbsp;</a>

Of course, these are arguably inaccessible controls to begin with, but the fact that the first examples without &nbsp; do receive focus would suggest that the links with &nbsp; should in fact also receive focus.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150811/865d724d/attachment.html>


More information about the webkit-unassigned mailing list