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 - 4 of 4 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

IE 11 loses tabindex on blur

Stackoverflow

When I trigger a blur event on an input, button or select element chrome and firefox keep the current tabindex.

Tags: 
  • javascript
  • internet-explorer
  • accessibility
  • internet-explorer-11
  • 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

Link text input to MathJax to support screen reader

We have a mathematical expression editor tool for adding mathematical equations for questions.

Tags: 
  • accessibility
  • mathjax
  • tabindex