Difference between revisions of "Tabindex test"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
<button tabindex="-1" onclick="window.location.href = 'http://www.google.com';"> test </button> | <button tabindex="-1" onclick="window.location.href = 'http://www.google.com';"> test </button> | ||
<input type="text" /> | <input type="text" /> | ||
+ | <div tabindex="3"> test</div> | ||
+ | <button tabindex="7"> test </button> | ||
</html> | </html> |
Revision as of 22:42, 9 February 2016
test