Fix Accessibility issues of the shortcut guide settings page (#6091)

* set the labeled by property of number box to point to the textblock heading so that 'Press duration before showing (ms)' string is read when the number box is highlighted

* Added comments on the accessibility issues that are dependent on the winui radiobuttons control

* Added information to the shortcut guide image on the right, it previously said only the word graphic
This commit is contained in:
Alekhya
2020-08-24 10:48:45 -07:00
committed by GitHub
parent ff48421e4f
commit 392ca87dab
2 changed files with 16 additions and 7 deletions

View File

@@ -648,6 +648,9 @@
<data name="About_ShortcutGuide.Text" xml:space="preserve">
<value>About Shortcut Guide</value>
</data>
<data name="Shortcut_Guide_Image.AutomationProperties.Name" xml:space="preserve">
<value>Shortcut Guide</value>
</data>
<data name="General_Repository.Text" xml:space="preserve">
<value>GitHub repository</value>
</data>