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 361 - 380 of 463 questions

Heading levels in an accessible modal window

What's the most/correct accessible way to use headings in a web modal window?

Tags: 
  • accessibility
  • web
  • modal-windows
  • screen-reader

Is the value of setCustomValidity() accessible to users using AT?

Suppose I set a custom validity message for a field using setCustomValidity() to describe why a form field is not valid. Would this content be available to users using assistive technology?

Tags: 
  • accessibility
  • wai-aria
  • wcag

Angular 2 with 508 accessability

Anyone knows anything about, how to implement accessibility in Angular 2 with Typescript?

Tags: 
  • javascript
  • angular
  • accessibility

how to provide additional information about custom view for accessibility services [closed]

i'd like to create custom view and provide for talkback information about type, state and may be short description of this view.
how i can to do it?

Tags: 
  • android
  • accessibility
  • talkback

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

can <figure> tag in html5 be used for background images?

I started reading upon html5 and I am trying to work on a project so that I can see how things work. I know that the tag can be use like this:

Tags: 
  • html
  • accessibility

Windows Accessibility using AccEvent.exe

I am using AccEvent.exe and want to extract text from the line where my caret is positioned in any window. Which Events and Object Properties in AccEvent.exe should I use?

Tags: 
  • windows
  • events
  • accessibility
  • executable
  • caret

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

The Narrator ignores AutomationProperties.Name when it is in scan mode

In my UWP app I have TextBlock:

<TextBlock Text="Text0"
AutomationProperties.Name="Text1" />

Tags: 
  • xaml
  • uwp
  • accessibility
  • textblock
  • narrator

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

How to prevent android accessibility to hack my app

Discovered some bad app using android accessibility to hack my app, call up my app and manipulate things automatically (user are cheaters so they enable accessibility service), how can I block andr

Tags: 
  • android
  • security
  • accessibility

How to make a UL list of buttons accessible?

Stackoverflow

In my code I have a list of buttons stored in an unordered list.

Tags: 
  • html
  • accessibility
  • web-accessibility

Aria Live Region Keeps Repeating on Angular 2 ngIf Validation

Stackoverflow

I have:

Tags: 
  • angular
  • accessibility
  • wai-aria
  • wai

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

Can I set the DPI resolution of my Java Swing application without changing the systems' DPI setting?

Stackoverflow

I have a Java application using the Substance LookAndFeel with Windows as the the target platform and I want to increase the DPI setting of my application without changing the system setti

Tags: 
  • java
  • swing
  • testing
  • accessibility
  • dpi

Accessible star rating for Android

Stackoverflow

I recently included the RatingBar view into a layout and realized it is not compatible with Talkback (it is not accessible).

Tags: 
  • android
  • accessibility

Make nested collection views with large cells accessible with VoiceOver

In the App that I am currently working on, there is a nested collection view setup.

Tags: 
  • ios
  • uicollectionview
  • accessibility
  • voiceover

UITabBar Large Content Size Image (HUD) doesn't display in Large Text mode

Stackoverflow

iOS 11 has an accessibility feature that shows a large version of a tabbar icon in a pop-up HUD when long pressed. In a WWDC presentation, it was mentioned this just involves turning on:

Tags: 
  • ios
  • accessibility
  • ios11
  • uitabbar
  • dynamic-type-feature

Web Crawler to detect design issues [closed]

So I was sending a proposal for a research project and wanted to do something related to web design but couldn't find good topics.

Tags: 
  • web
  • design
  • web-crawler
  • accessibility
  • research

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