Bug 238168 - Expose the AX tree of PDFs loaded via iframes on the Mac
Summary: Expose the AX tree of PDFs loaded via iframes on the Mac
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Tyler Wilcock
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-03-21 16:54 PDT by Tyler Wilcock
Modified: 2022-03-22 17:00 PDT (History)
12 users (show)

See Also:


Attachments
Patch (7.54 KB, patch)
2022-03-21 17:01 PDT, Tyler Wilcock
no flags Details | Formatted Diff | Diff
Patch (7.19 KB, patch)
2022-03-21 17:46 PDT, Tyler Wilcock
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tyler Wilcock 2022-03-21 16:54:59 PDT
Given this markup:

<iframe src="/Path/to/paystub.pdf">

An accessibility tree is built for paystub.pdf, but we don't expose it to AX clients. This makes the PDF entirely inaccessible.
Comment 1 Radar WebKit Bug Importer 2022-03-21 16:55:08 PDT
<rdar://problem/90601410>
Comment 2 Tyler Wilcock 2022-03-21 17:01:04 PDT
Created attachment 455302 [details]
Patch
Comment 3 Tyler Wilcock 2022-03-21 17:46:43 PDT
Created attachment 455307 [details]
Patch
Comment 4 EWS 2022-03-22 16:38:54 PDT
Committed r291724 (248756@main): <https://commits.webkit.org/248756@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 455307 [details].
Comment 5 Jon Lee 2022-03-22 17:00:26 PDT
Committed r291727 (248759@trunk): <https://commits.webkit.org/248759@trunk>