Funktionale Frontend Entwicklung
Björn Kaiser
23.01.2018
Additional installed packages: elm-community/random-extra, tesk9/accessible-html
Accessibility module documentation: https://github.com/tesk9/accessible-html/blob/master/src/Accessibility.elm
Requirements - The following software was used for testing on Windows (8.1):
- the screen reader JAWS from http://www.freedomsci.de/serv01.htm
- the Google Chrome browser
Note: The tabindex (allows setting the focus on an element by means of the tab-key) value has three different meanings depending on the value:
- -1 : element cannot be focused
- 0 : the elements' order is respected
- >0 : the value determines the tab position