14,953
edits
mNo edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<< [[Accessibility]] | << [[Accessibility]] | ||
== Tab index == | |||
If the <span class="code">submit/reset</span> buttons were replace with the <span class="code">div/a</span> blocks. | If the <span class="code">submit/reset</span> buttons were replace with the <span class="code">div/a</span> blocks. | ||
| Line 31: | Line 32: | ||
* [http://htmldog.com/guides/html/advanced/forms/ Accessible Forms | HTML Dog] | * [http://htmldog.com/guides/html/advanced/forms/ Accessible Forms | HTML Dog] | ||
== Accesskey == | |||
[http://www.w3schools.com/tags/att_global_accesskey.asp HTML Global accesskey Attribute]. Avoid to conflict with the browser keyboard shortcut e.g. [https://support.google.com/chrome/answer/157179?hl=en Chrome keyboard shortcuts]. | |||
* Press {{kbd | key=Alt}} +{{kbd | key= D}} will switch to Url address on {{Chrome}}. | |||
[[Category:WebDesign]] | [[Category:WebDesign]] | ||