Closed
Bug 1901467
Opened 1 year ago
Closed 7 months ago
[UIA] Implement ITextRangeProvider::FindAttribute
Categories
(Core :: Disability Access APIs, task)
Tracking
()
RESOLVED
FIXED
136 Branch
Tracking | Status | |
---|---|---|
firefox136 | --- | fixed |
People
(Reporter: Jamie, Assigned: nlapre)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
This will allow UIA clients to search for text with particular formatting, headings, spelling errors, etc.
Reporter | ||
Updated•1 year ago
|
Assignee | ||
Comment 1•7 months ago
|
||
This revision implements UIA function ITextRangeProvider::FindAttribute,
which allows clients to search within a UiaTextRange for a range where a
given attribute matches a given value. This revision adds the
functionality and tests for that functionality.
Updated•7 months ago
|
Assignee: nobody → nlapre
Status: NEW → ASSIGNED
Pushed by nlapre@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c4818867fa01
Implement ITextRangeProvider::FindAttribute, r=Jamie
Comment 3•7 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 months ago
status-firefox136:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 136 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•