[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:23:35 PDT 2021


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

--- Comment #20 from Andres Gonzalez <andresg_22 at apple.com> ---
(In reply to Tyler Wilcock from comment #19)
> > 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;
> }

It is not necessarily a conflict that an AXElment is also ignored. Why is it a problem that PDFLayerController is ignored?

-- 
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/8bb9b1e4/attachment.htm>


More information about the webkit-unassigned mailing list