translate

src

Displaying 1241 - 1260 of 1717

Learn more about blindness and legal blindness.

There are many scientific journals publishing research results on the topic of Human Computer Interaction (HCI) and closely related topics. These include web accessibility, universal design, user experience, usability, etc. The work published in these journals should be checked whenever searching for references on an ICT-related accessibility aspect.

Accessibilty for screen reader

How to make part of a div not visible for a screen reader using jquery?

Tags: 
  • javascript
  • jquery
  • accessibility

Accessibility WAVE scan on asp.net menu shows errors

We're doing a WAVE scan of our application to detect accessibility issues.

Tags: 
  • asp.net
  • accessibility

Are dynamically generated aria-describedby values still accessible?

I'm running an automated accessibility test on my site and getting an error for a tooltip element which uses

Tags: 
  • javascript
  • accessibility
  • wai-aria
  • zurb-foundation-6

Is it important to have relative units to ensure Section 508 / WCAG 2.0 Level AA compatibility?

I have all my font sizes defined in pixels, e.g.

body {
font-size: 14px;
}
h1 {
font-size: 42px;
}

Tags: 
  • html
  • css
  • accessibility
  • section508
  • wcag2.0

setting <fieldset> for better readability [duplicate]

This question already has an answer here:

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

Is there a way to make screen reader read new content (or content that appear) on the document? role alert works only with few tags

I'm trying to make screen reader read some content that switch from display:none to display:block.

Tags: 
  • firefox
  • accessibility
  • alert
  • screen-readers
  • role

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

AccessibilityService running or not check not working

I had written a code to check if my AccessibilityService is running or not and based on the result, the text in text view must change to ON/OFF.

This was my code:

Tags: 
  • android
  • accessibility

Accessibility does not read the keyboard buttons

I have activated the TalkBack (Accessibility). And I'm navigating for a Screen that is displayed a keyboard in order to write a number in my app.

Tags: 
  • android
  • keyboard
  • accessibility

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

How to "disable" a radio button in a way that a screen reader would still read the text and indicate to a user that it is disabled?

I have a use case where I want to disable some radio buttons, but there are ways to go back an re-enable this radio buttons.

Tags: 
  • javascript
  • html
  • css
  • accessibility

SVG accessibility causing invalid HTML (duplicate ID's)

Have an interesting one for the hive. I've done quite a bit of searching about and haven't found an answer to this on S.O. or elsewhere.

Tags: 
  • SVG
  • accessibility
  • screen-readers
  • wcag

Need a CSS fix for tabbing

I'm working on some code that needs specific accessibility features. I created a js fiddle for reference to illustrate my issue.

Tags: 
  • css
  • css-selectors
  • accessibility
  • tabbing

Web accessibility - description for image button - outdated solution?

I got some kind of accessibility test (for blind, deaf users, etc.) of a customer website and there are also hints how to improve the accesibility.

One of the hints is for image buttons:

Tags: 
  • button
  • accessibility
  • imagebutton
  • wai-aria
  • web-accessibility

Equivalent to null alt text for purely decorative videos

Our marketing department has made a new homepage for our site that uses a looped .mp4 file of people walking down a hallway that's being used as the background for our header/logo area.

Tags: 
  • html
  • html5-video
  • accessibility
  • alt
  • wcag2.0

How to ignore decorative text for accessibility reasons

I'm trying to find out a way of ignoring decorative text similar to ignoring decorative images using an empty alt.

Example:

Tags: 
  • html
  • accessibility
  • wai-aria