Skip to content

bkweb/elm-accessible-blackjack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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):


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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages