[Webkit-unassigned] [Bug 229556] AX: Make PDFs loaded via <embed> accessible
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Sep 10 08:06:50 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=229556
--- Comment #19 from Tyler Wilcock <tyler_w at apple.com> ---
> I would suggest getting rid of the bools and changing this logic to:
While your suggestion is fair, it wouldn’t work for the thing we care most about in this bug, which is the PDFLayerController. It has conflicting implementations for `accessibilityIsIgnored` and `isAccessibilityElement` that would cause it to get ignored with your suggested change:
// We need this here as well until rdar://31454793 is resolved
- (BOOL)accessibilityIsIgnored
{
return YES;
}
- (BOOL)isAccessibilityElement
{
return YES;
}
--
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/20210910/7a3b5e5e/attachment.htm>
More information about the webkit-unassigned
mailing list