[webkit-reviews] review granted: [Bug 217256] AX: Expose lineRangeForPosition for iOS Accessibility code : [Attachment 410384] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 5 15:50:28 PDT 2020


zalan <zalan at apple.com> has granted chris fleizach <cfleizach at apple.com>'s
request for review:
Bug 217256: AX: Expose lineRangeForPosition for iOS Accessibility code
https://bugs.webkit.org/show_bug.cgi?id=217256

Attachment 410384: patch

https://bugs.webkit.org/attachment.cgi?id=410384&action=review




--- Comment #3 from zalan <zalan at apple.com> ---
Comment on attachment 410384
  --> https://bugs.webkit.org/attachment.cgi?id=410384
patch

View in context: https://bugs.webkit.org/attachment.cgi?id=410384&action=review

> Source/WebCore/accessibility/ios/WebAccessibilityObjectWrapperIOS.mm:2689
> +    auto *startMarker = [WebAccessibilityTextMarker
textMarkerWithVisiblePosition:range.start
cache:self.axBackingObject->axObjectCache()];
> +    auto *endMarker = [WebAccessibilityTextMarker
textMarkerWithVisiblePosition:range.end
cache:self.axBackingObject->axObjectCache()];

auto* start/endMarker


More information about the webkit-reviews mailing list