-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Add support for ITextRangeProvider #13350
Copy link
Copy link
Labels
Area: AccessibilityArea: TextInputNew ArchitectureBroad category for issues that apply to the RN "new" architecture of Turbo Modules + FabricBroad category for issues that apply to the RN "new" architecture of Turbo Modules + FabricWorkstream: AccessibilityEnsure RNW Fabric apps are properly accessible.Ensure RNW Fabric apps are properly accessible.enhancement
Milestone
Metadata
Metadata
Assignees
Labels
Area: AccessibilityArea: TextInputNew ArchitectureBroad category for issues that apply to the RN "new" architecture of Turbo Modules + FabricBroad category for issues that apply to the RN "new" architecture of Turbo Modules + FabricWorkstream: AccessibilityEnsure RNW Fabric apps are properly accessible.Ensure RNW Fabric apps are properly accessible.enhancement
Type
Fields
Give feedbackNo fields configured for Task.
Projects
StatusShow more project fields
Done
Add support for ITextRangeProvider
Documentation
https://learn.microsoft.com/en-us/dotnet/api/system.windows.automation.provider.itextrangeprovider?view=windowsdesktop-8.0
Behavior
Exposes methods and properties to support UI Automation client access to a span of continuous text in a text container that implements ITextProvider.
Implementation Plan
We should:
For additional reference, see other provider implementations on Fabric: #11874
To Be Clarified
Unclear if documentation if implementation of ITextRangeProvider should be necessary in all cases of an implemented ITextProvider.