X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/0494b8d9b9bb03ab6c22b34dae81261e3cd7e3e6..7a654f8d43fdb43d78b63d90528bed6e86b608cc:/docs/guide/accessibility.html diff --git a/docs/guide/accessibility.html b/docs/guide/accessibility.html new file mode 100644 index 00000000..56b06f10 --- /dev/null +++ b/docs/guide/accessibility.html @@ -0,0 +1,43 @@ +Sencha Documentation Project +
For up to date documentation and features, visit +http://docs.sencha.com/ext-js/4-0

Sencha Documentation

+ + + + + +

Accessibility

+ +
+ +

Writing accessible JavaScript applications has always been difficult. With Ext JS 4 we are taking the pain out of making apps accessible with three main features:

+ +
  • ARIA Support. All components are marked up with ARIA attributes to allow screen readers to understand the page.
  • Focus Manager. Enables keyboard-driven navigation around any app.
  • High Contrast Theme. Light text on a dark background is easier to read for users with vision problems.
+ +

+ +

This guide is a work in progress.

+ +

Please check back soon

\ No newline at end of file