[Webkit-unassigned] [Bug 229556] AX: Make PDFs loaded via <embed> accessible
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Sep 8 10:31:48 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=229556
--- Comment #10 from Andres Gonzalez <andresg_22 at apple.com> ---
(In reply to Tyler Wilcock from comment #6)
> Created attachment 437632 [details]
> Patch
--- a/Source/WebKit/WebProcess/Plugins/PDF/PDFPlugin.mm
+++ a/Source/WebKit/WebProcess/Plugins/PDF/PDFPlugin.mm
+ at property (assign) WebCore::HTMLPlugInElement* pluginElement;
Shouldn't this be a RetainPtr or WeakPtr?
--- a/Source/WebKit/WebProcess/Plugins/Plugin.h
+++ a/Source/WebKit/WebProcess/Plugins/Plugin.h
+ virtual NSObject *accessibilityHitTest(const WebCore::IntPoint&) const { return 0; }
Should return nil.
--
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/20210908/57b9e5c2/attachment.htm>
More information about the webkit-unassigned
mailing list