[Webkit-unassigned] [Bug 148084] New: AX: Activating a link with no inner text with VO does not fire events in iOS 8+; Follow-up: 626578595

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 17 12:02:07 PDT 2015


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

            Bug ID: 148084
           Summary: AX:  Activating a link with no inner text with VO does
                    not fire events in iOS 8+; Follow-up: 626578595
    Classification: Unclassified
           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: jon.avila at ssbbartgroup.com
                CC: webkit-bug-importer at group.apple.com

If you have an HTML link with no inner text but pseudo content and an aria-label, when you activate the link with VO by double tapping no events are fired on the link under iOS 8+.  iOS 7 works correctly.

a::before {
  content: “help”;
}

<a href="something.html" onclick="something();"></a>

Adding a tabindex=”0” does not change the behavior.


Related to but not the same as Bug 147881

-- 
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/20150817/fdd24603/attachment.html>


More information about the webkit-unassigned mailing list