[Webkit-unassigned] [Bug 265683] AX: add Mac API to get selected text range overlapping static text element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 5 10:43:17 PST 2023


https://bugs.webkit.org/show_bug.cgi?id=265683

--- Comment #16 from chris fleizach <cfleizach at apple.com> ---
Comment on attachment 468896
  --> https://bugs.webkit.org/attachment.cgi?id=468896
Patch

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

> Source/WebCore/accessibility/AXTextMarker.h:159
> +    std::optional<AXTextMarkerRange> intersectionWith(const AXTextMarkerRange& other) const;

std::optional<AXTextMarkerRange> intersectionWith(const AXTextMarkerRange&) const;

> Tools/WebKitTestRunner/InjectedBundle/Bindings/AccessibilityUIElement.idl:63
> +  readonly attribute DOMString intersectionWithSelectionRange;

indentation

> Tools/WebKitTestRunner/InjectedBundle/mac/AccessibilityUIElementMac.mm:1568
> +    if (rangeAttribute) {

if (auto *rangeAttribute = attributeValue(NSAccessibilityIntersectionWithSelectionRangeAttribute)) {

-- 
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/20231205/4a08fdc7/attachment.htm>


More information about the webkit-unassigned mailing list