]> git.immae.eu Git - github/shaarli/Shaarli.git/commit
a11y fix: label and tabindex
authorLuce Carević <lcarevic@access42.net>
Fri, 12 Jul 2019 21:54:42 +0000 (23:54 +0200)
committerGitHub <noreply@github.com>
Fri, 12 Jul 2019 21:54:42 +0000 (23:54 +0200)
commit852872930fea73eb4699acb4d1c28cfd0a979120
tree6440ea78ed092c8d77b492fa0ddae5b822b5ba21
parentc03c90a13e1356ca9cf40cc664547c49305cb24b
a11y fix: label and tabindex

Don't use tabindex values other than -1, 0. (see https://webaim.org/techniques/keyboard/tabindex).

Fix inputs without labels (the placeholder attribute is not a proper labelling method)
tpl/default/loginform.html