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

When you use the escape key to exit something in a web browser, like a modal dialogue box, where does focus go?

Stackoverflow

In most cases there doesn't seem to be any visual indication which must be difficult for users who rely on the keyboard.

Tags: 
  • html
  • css
  • browser
  • focus
  • accessibility

Remove blue outline on links when clicking, but keep the outline for TAB selection (accessibility)

Stackoverflow

I have a Burger Menu Button which is selectable via TAB. When I click on it and the menu opens up the burger has this blue outline to make it clear that it is focused.

Tags: 
  • css
  • focus
  • accessibility
  • selection
  • outline