NEW148084
AX: Activating a link with no inner text with VO does not fire events in iOS 8+; Follow-up: 626578595
https://bugs.webkit.org/show_bug.cgi?id=148084
Summary AX: Activating a link with no inner text with VO does not fire events in iOS...
Jon Avila
Reported 2015-08-17 12:02:07 PDT
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
Attachments
Radar WebKit Bug Importer
Comment 1 2015-08-17 12:03:09 PDT
Note You need to log in before you can comment on or make changes to this bug.