RESOLVED FIXED274108
[Remote Inspection] AX: Add screen reader support for targeted elements
https://bugs.webkit.org/show_bug.cgi?id=274108
Summary [Remote Inspection] AX: Add screen reader support for targeted elements
Joshua Hoffman
Reported 2024-05-13 12:57:22 PDT
...
Attachments
Patch (10.99 KB, patch)
2024-05-13 13:05 PDT, Joshua Hoffman
no flags
Patch (11.23 KB, patch)
2024-05-13 14:27 PDT, Joshua Hoffman
no flags
Radar WebKit Bug Importer
Comment 1 2024-05-13 12:57:33 PDT
Joshua Hoffman
Comment 2 2024-05-13 12:57:44 PDT
Joshua Hoffman
Comment 3 2024-05-13 13:05:33 PDT
Wenson Hsieh
Comment 4 2024-05-13 13:38:37 PDT
Comment on attachment 471394 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=471394&action=review > Source/WebCore/page/text-extraction/TextExtraction.cpp:469 > +static void extractRenderedText(Vector<StringsAndBlockOffset>& stringsAndOffsets, ContainerNode& node, BlockFlowDirection direction, bool shouldIncludeGeometry) Nit - maybe make this an `enum class : bool`?
Joshua Hoffman
Comment 5 2024-05-13 14:27:31 PDT
Joshua Hoffman
Comment 6 2024-05-13 14:28:05 PDT
Comment on attachment 471394 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=471394&action=review >> Source/WebCore/page/text-extraction/TextExtraction.cpp:469 >> +static void extractRenderedText(Vector<StringsAndBlockOffset>& stringsAndOffsets, ContainerNode& node, BlockFlowDirection direction, bool shouldIncludeGeometry) > > Nit - maybe make this an `enum class : bool`? Updated!
Joshua Hoffman
Comment 7 2024-05-13 14:28:14 PDT
View in context: https://bugs.webkit.org/attachment.cgi?id=471394&action=review >> Source/WebCore/page/text-extraction/TextExtraction.cpp:469 >> +static void extractRenderedText(Vector<StringsAndBlockOffset>& stringsAndOffsets, ContainerNode& node, BlockFlowDirection direction, bool shouldIncludeGeometry) > > Nit - maybe make this an `enum class : bool`? Updated!
EWS
Comment 8 2024-05-14 14:35:41 PDT
Committed 278780@main (ab68b25713f7): <https://commits.webkit.org/278780@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 471395 [details].
Note You need to log in before you can comment on or make changes to this bug.