Platform
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.
Platform
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.