[Webkit-unassigned] [Bug 188276] New: AX: [iOS] add support to return the attributed string under the element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 2 14:07:27 PDT 2018


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

            Bug ID: 188276
           Summary: AX: [iOS] add support to return the attributed string
                    under the element
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: n_wang at apple.com
                CC: webkit-bug-importer at group.apple.com

Currently we only have attributedStringForRange:(NSRange)range, and it's using the top document and TextIterator to figure out the right start/end point.
For the case where we want to get the attributed string under some element, we shouldn't do such redundant work to walk from the beginning of the document to figure out the right range.

-- 
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/20180802/784edde3/attachment.html>


More information about the webkit-unassigned mailing list