translate

topics

Displaying 1361 - 1380 of 1717

The EU Digital Single Market strategy aims to open up digital opportunities for people and businesses in Europe and worldwide. Performance indicators regarding strategy implementation at EU level are periodically compiled by analyzing the member countries reports.

Test Question

This is a Question Test

Tags: 
  • test
  • question

Set dialog to read whole dialog content while showing if accessibility is ON

When I open my dialog( which docent have any title), I want system to read whole content of the dialog

Below is the xml(sample_dialog.xml) i am rendering in my dialog

Tags: 
  • android
  • dialog
  • accessibility

Select all element of the DOM with javascript except all the children of a particular element

I'm trying to build an accessibility tool in order to enlarge and decrease all the characters in my websites.

Tags: 
  • javascript
  • jquery
  • accessibility

Accessibility of confirm dialog in chrome

The confirmation dialogues in chrome are not accessible to JAWS screenreader (Version 18.0.2945).

Tags: 
  • google-chrome
  • dialog
  • accessibility
  • onbeforeunload
  • jaws-screen-reader

Add a span element within a link to make it accessible (AA) with javascript

I'm trying to modify a plugin in order to make it more modern and accessible. The problem is the icon: I need to add a span element with some text to make it readable but not visible.

Tags: 
  • javascript
  • accessibility
  • screen-readers

How to nest role attributes in HTML?

I need to nest some elements where two elements have a role attribute.
Is it possible that the inner elements are also read out?

My code:

Tags: 
  • html
  • accessibility