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 21 - 37 of 37 questions

Adding controls to HTML5 background video with CSS

I've stuggled to find an answer to this problem, I would like to add controls to HTML5 background video, so that users can at least choose to pause the video for accessibility reasons.

Tags: 
  • css
  • html5
  • video
  • 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

Focus Label when Input is focussed with angular

I have a webpage which uses radio button labels as buttons, with inputs hidden

Tags: 
  • html
  • css
  • angularjs
  • accessibility

Pausing in a screen reader for accessibility

Stackoverflow

I have been using the Mac OSX's built in screen-reader for testing my site, I know it's not the best but it's all I have for now. But I'm finding it isn't pausing at the end of elements...

Tags: 
  • html
  • css
  • accessibility
  • screen-readers

How can I make screen reader (esp using NVDA) not read an element when focused?

I am currently working on a highly accessible website. How can I make the screen reader not read the (1) associated labels, (2) not indicate if it is checked or not, to a focused checkbox?

Tags: 
  • html
  • css
  • accessibility
  • screen-readers
  • nvda

Word-wrap in an HTML table using display:table-row

A more complex version of: Word-wrap in an HTML table.

Tags: 
  • html
  • css
  • mobile
  • html-table
  • accessibility

Accessible css Toggle

I have this Css Toggle which works as expected, I want to add the focus outline to all the toggles for accessiiblity

Tags: 
  • html
  • css
  • accessibility

Accessibility of Hamburger Menu?

Stackoverflow

I am currently working on making a responsive website accessible and I wonder whether a blind person who opens the page on a smartphone will be able to open the hidden menu somehow, or if he/she "s

Tags: 
  • css
  • mobile
  • responsive-design
  • accessibility
  • screen-readers

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

Can't get dropdown checkbox to display with keyboard only input using aria

I'm new to aria and this one partially works. I can tab to the field but can't see the individual items in the dropdown. Any suggestions appreciated.

Tags: 
  • html
  • css
  • accessibility
  • wai-aria

With same navigation on 2 places in every page, one is in dropdown and again is in left sider bar will it create difficulties for screen reader user?

If i have same navigation on 2 places in every page , one is in dropdown and again is in left sider bar will it create difficulties for screen reader user?

Tags: 
  • css
  • xhtml
  • accessibility
  • screen-readers

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

Bootstrap popover, accessibility. NVDA and voiceover issues

Im doing a html page which has to be accessible.

I have the following bootstrap popover:

Tags: 
  • html
  • css
  • twitter-bootstrap
  • accessibility
  • popover

NVDA reading clickable multiple times

While making a html page, I notice that NVDA reads "clickable" for every <p> or <span> tag. Is there a way to stop this?

Tags: 
  • html
  • css
  • accessibility
  • nvda

User Style Sheets in Firefox

SuperUser

I would like to adjust the styling of websites on a specific domain in Firefox, but the instructions I found

Tags: 
  • firefox
  • internet-explorer
  • css
  • accessibility
  • firefox-profile

Tooltip, accessibility

Stackoverflow

Building a nice accessible web page is hard. Currently, Im trying to make a tooltip web accessible and I need help. Do you guys have any piece of advice for it?

Tags: 
  • javascript
  • html
  • css
  • accessibility
  • wai-aria