Difference between revisions of "Tabindex only"
Jump to navigation
Jump to search
Line 8: | Line 8: | ||
<div id="d1" tabindex="10"> This is some item in the tab order </div> | <div id="d1" tabindex="10"> This is some item in the tab order </div> | ||
<button onclick="add();"> add </button> | <button onclick="add();"> add </button> | ||
− | |||
− | |||
</body> | </body> | ||
</html> | </html> |
Revision as of 02:31, 27 February 2016
This is some item in the tab order