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

aria-label being read when it should not screen reader : WCAG

Stackoverflow

The html structure looks like this

Tags: 
  • html
  • html5
  • accessibility
  • uiaccessibility
  • wcag

Proper ARIA handling of breadcrumb navigation

Stackoverflow

What can be done to improve the accessibility of a breadcrumb menu similar to:

Tags: 
  • html5
  • design
  • accessibility
  • breadcrumbs
  • wai-aria

ARIA state for current page in navigation

Stackoverflow

Recently I've been implementing ARIA into a web application and I found this quest

Tags: 
  • html
  • html5
  • accessibility
  • wai-aria
  • wcag

Why use divs over tables for a TABLE?

This question at face value is a duplicate of: Divs vs tables for tabular data

Tags: 
  • javascript
  • html
  • html5
  • reactjs
  • accessibility

How to prevent the screen reader reads from the semantic element like banner or region

In my application screen reader reads the semantic landmark as "Banner region region" each time, when come back to the previous page else opening the page at first time.

Tags: 
  • html5
  • accessibility

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

Accessibility for custom dropdown button

Hi I need add keyboard navigation and accessibility to my custom dropdown button. Do you have any ideas? I thought about using aria?

Tags: 
  • javascript
  • html5
  • accessibility
  • wcag
  • wcag2.0

Making a video element with no sound accessible

I am currently working on a web page with a silent video banner.

Tags: 
  • html
  • html5
  • accessibility

Detecting a user accessing our website with accessibility features [closed]

We have implemented the responsive website with accessibility features. It's built in Angular 1.x. I would like to know whether the user is accessing the site through accessibility feature or not.

Tags: 
  • html5
  • accessibility