doc/articles/features/working-with-accessibility.md
[!IMPORTANT] This page has been replaced by the new Accessibility documentation.
The new documentation covers the current Skia-based rendering accessibility implementation across WASM, macOS, Win32, and more.
Please visit the updated pages:
AutomationPropertiesExtensions.Roleandroid:ImportantForAccessibility="No" and ios:IsAccessibilityElement="False".ContentControl based controls (Button, CheckBox, ...) automatically use the string representation of their Content property. In order for the AutomationProperties.AutomationId property to be selectable, add AutomationProperties.AccessibilityView="Raw" to the control as well.