Expose NameProperty for listitems on UIA
Elements with the listitem role should always expose their accessible names with UIA. This was causing an issue with Narrator on Windows when navigating by list item - Narrator would only announce "element x of N" when it should actually announce "[listitem name], element x of N". This is per spec: https://docs.microsoft.com/en-us/dotnet/framework/ui-automation/ui-automation-support-for-the-listitem-control-type Bug: N/A Change-Id: I4f2d1a999d00cc8f5b23989d3ade90c907764152 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2610264Reviewed-by:Nektarios Paisios <nektar@chromium.org> Reviewed-by:
Victor Fei <vicfei@microsoft.com> Reviewed-by:
Aaron Leventhal <aleventhal@chromium.org> Commit-Queue: Benjamin Beaudry <benjamin.beaudry@microsoft.com> Cr-Commit-Position: refs/heads/master@{#843553}
Showing
Please register or sign in to comment