Rapid-XAML-Toolkit icon indicating copy to clipboard operation
Rapid-XAML-Toolkit copied to clipboard

Detect missing AutomationProperties

Open mrlacey opened this issue 4 years ago • 0 comments

To aid accessibility in the final app, there are probably things that can be detected at design time as possible addressable issues. Initially thinking about the narrator, but other accessibility issues considered.

  • [ ] Buttons displaying an image but with no alternative text.
  • [ ] Image without AP.Description (alt text)
  • [ ] Lack of access key?
  • [ ] Missing HeadingLevel?
  • [ ] Form elements without IsRequiredForForm
  • [ ] form elements with separate labels that don't set LabeledBy
  • [ ] Lists without SizeOfSet

open to other ideas....

mrlacey avatar Aug 28 '19 13:08 mrlacey