Hacker News new | ask | show | jobs
by brandonhorst 224 days ago
This is incorrect. https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/...
2 comments

That is correct. From your link: "tabindex="0" means that the element should be focusable in sequential keyboard navigation, after any positive tabindex values. The focus navigation order of these elements is defined by their order in the document source. "
Your link actually supports the comment you replied to.