translate

Featured Links

Questions & Answers

This listing is a compilation of both questions asked in-site and questions related to accessibility themes gathered from different sources (stackoverflow, UX Stack Exchange).

Displaying 1 - 2 of 2 questions

What's the difference between tabindex="false" and empty tabindex?

Stackoverflow

As per the title, what is the difference when I have tabIndex="false" versus having empty tabIndex?

Tags: 
  • html
  • focus
  • accessibility
  • tabindex

How do I detect and control the "location" of focus on a page without directly adding focus to an element?

When you first load a web page, then press "Tab", document.activeElement will be the <body> tag and nothing on the page will have focus (i.e.

Tags: 
  • javascript
  • html
  • focus
  • accessibility
  • tabindex