Difference between revisions of "Tabindex test"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
<div tabindex="3"> test</div> | <div tabindex="3"> test</div> | ||
<button tabindex="7"> test </button> | <button tabindex="7"> test </button> | ||
+ | <div tabindex="-1">This is some text</div> | ||
</html> | </html> |
Revision as of 04:06, 8 November 2018
test
This is some text