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

All content with position: relative is hidden once button has focus in overflow-y:auto parent container

I am creating an accessible chat window for use in a project. The buttons must be focusable to perform actions on each message.

Tags: 
  • html
  • css
  • focus
  • overflow
  • accessibility

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

iOS Safari focus not triggering on tap

This is an issue with iOS9 Safari. The :focus styling is not triggering when a button or anchor tag is tapped, not even the native focus outlines.

Tags: 
  • css
  • focus
  • ios9
  • accessibility
  • mobile-safari

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