Skip to content

[UWP][Accessibility] RichTextBlock TextRun with Action should use action title as Screen Reader text #3950

Description

@nimercer

Platform

  • UWP

Author or host

Host (Cortana in Windows)

What version are you using? Ex: NuGet 1.0.2, or latest master, etc...

UWP Package 1.2.7

Explain your issue. If you just have a question, please post [on StackOverflow instead]

When rendering the below json: (displays as Hyperlink/Link Button)

                {
                  "type": "TextRun",
                  "size": "small",
                  "text": "Open",
                  "selectAction": {
                    "type": "Action.OpenUrl",
                    "url": "{url}",
                    "title": "Open Alarms and Clock"
                  }
                }

The text for the a Screen Reader (Narrator) should be 'Open Alarms and Clock' as in the title of the OpenUrl action (so that Narrator text can be different to the display text).

Current result right now when Narrator reads the Hyperlink as 'Open' as its the button Text.

Metadata

Metadata

Assignees

Labels

Area-AccessibilityBugs around feature accessibilityBugPlatform-XAMLBugs or features related to Xaml Renderer

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions