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 - 6 of 6 questions

How can I automatically adjust the brightness of my screen when switching between dark and light sources?

SuperUser

Often I will have my brightness set for a dark-mode website, but when I click an outside link I get blinded by the pure white background.

Tags: 
  • windows-10
  • browser
  • brightness
  • accessibility
  • contrast

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

How to handle JavaScript being disabled in AngularJS

AngularJS is dependent upon JavaScript being enabled. This means that if someone visits an application or website built in AngularJS it will not render properly.

Tags: 
  • javascript
  • angularjs
  • browser
  • web-applications
  • accessibility

Give focus to last focused element on navigating back in browser history — good or bad practice?

I've stumbled on this very obvious idea while working on a website with a lot of interactive items that lead to separate pages.

Tags: 
  • accessibility
  • browser
  • history
  • input-focus

What would make screen readers better at browsing the web?

I recently built a browser extension like Vimium

Tags: 
  • usability
  • accessibility
  • web
  • browser
  • screen-reader

Is forcing a user to open a link in the current tab WCAG2.0 accessible

We have inherited the maintenance of a 10+ year old website which has a few links in it that force the link to be opened in the current tab.

Tags: 
  • accessibility
  • browser
  • wcag