开发者

WPF 508 Compliance

开发者 https://www.devze.com 2023-03-04 02:38 出处:网络
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?There

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?


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.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消