RESOLVED FIXED228251
Add a method to WebAccessibilityObjectWrapper so that clients can retrieve the text of each line and their corresponding bounding rectangles.
https://bugs.webkit.org/show_bug.cgi?id=228251
Summary Add a method to WebAccessibilityObjectWrapper so that clients can retrieve th...
Andres Gonzalez
Reported 2021-07-23 15:09:57 PDT
Add a method to WebAccessibilityObjectWrapper so that clients can retrieve the text of each line and their corresponding bounding rectangles.
Attachments
Patch (20.00 KB, patch)
2021-07-23 15:32 PDT, Andres Gonzalez
no flags
Radar WebKit Bug Importer
Comment 1 2021-07-23 15:10:07 PDT
Andres Gonzalez
Comment 2 2021-07-23 15:20:33 PDT
Andres Gonzalez
Comment 3 2021-07-23 15:32:00 PDT
chris fleizach
Comment 4 2021-07-23 17:23:02 PDT
Comment on attachment 434130 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=434130&action=review > Source/WebCore/accessibility/ios/WebAccessibilityObjectWrapperIOS.mm:2889 > + @"text": line.second.get() }; ERROR: Source/WebCore/accessibility/ios/WebAccessibilityObjectWrapperIOS.mm:2889: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3] Total errors found: 1 in 11 files
EWS
Comment 5 2021-07-23 20:48:11 PDT
Committed r280282 (239940@main): <https://commits.webkit.org/239940@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 434130 [details].
Note You need to log in before you can comment on or make changes to this bug.