64
edits
| Line 1: | Line 1: | ||
=Introduction= | =Introduction= | ||
There's number of objectives on the web to improve accessibility and usability support. | There's number of objectives on the web to improve accessibility and usability support. Web applications want to provide special support for their users, helping them navigate and perceive the content. The browser has a number of add-ons serving to improve accessibility support, for example, the app letting to navigate landmarks on the web page. These tasks require accessibility API similar to what desktop assistive technologies have. | ||
Web accessibility API also allows for in-browser automated accessibility testing of web content, i.e. helpful for checking that HTML and other standards in the browser are accessible to all users. | |||
On the | On the other hand there's a growing need for making graphical content accessible. These are charts, graphs and other various visual forms that are drawn using HTML canvas or SVG. There's also a tendency to use HTML canvas element in place of DOM because of performance matter, here's an [http://engineering.flipboard.com/2015/02/mobile-web/ example]. All markup in the example is defined in JavaScript and there is a need for a non-DOM accessibility solution to make the content accessible. | ||
=Web accessibility API= | =Web accessibility API= | ||
edits