Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WPF 508 Compliance

Are there any good guides on making WPF applications 508 compliant? For example, does every text input box need to be associated with a label via some tag type like with webpages?

like image 245
JSWork Avatar asked May 10 '11 18:05

JSWork


2 Answers

There is this white paper at WindowsClient.net that appears to contain guidelines.

There is also this pdf about accesibility in Infragistics' WPF controls. It may contain some clues, but it is in the context of custom controls rather than entire UIs.

like image 110
Joel B Fant Avatar answered Sep 23 '22 07:09

Joel B Fant


I find Engineering Software for Accessibility portal page very useful, as it covers all aspects of the accessible application development - with a handful of links to MSDN pages.

like image 32
Borislav Ivanov Avatar answered Sep 26 '22 07:09

Borislav Ivanov