translate

accessibility

Difference between access specifier and access modifier

Stackoverflow

I've read around on the internet and I've heard people say

Access specifiers ::

Tags: 
  • c#
  • oop
  • programming-languages
  • accessibility

Screen readers and Javascript

Stackoverflow

I'm creating a website for a reading service for the blind and visually impaired and I'm using JavaScript (with jQuery) to print some stuff to some of the pages

Tags: 
  • javascript
  • jquery
  • accessibility
  • screen-readers
  • jaws-screen-reader

Visual consistency of in content headings and headings in/under tabs structure

UX_StackExchange

I'm looking to define what makes more sense in a page visual hierarchy for both visual design / consistency & accessibility.

Tags: 
  • usability
  • interaction-design
  • accessibility
  • information-architecture
  • visual-design

Predicting Flaw in users action and giving feedback to user

UX_StackExchange

Recently when I was using Gmail i ought to notice that Gmail runs an algorithm by which if user types " I have attached " in a mail and does not actually attach mail it shows a dialog confirmation

Tags: 
  • usability
  • user-expectation
  • accessibility
  • experience

Announce a TextView with Talkback

Stackoverflow

I am developing a app using google maps api, and it is suppose to be used by people that can't see, so the acessibility is important.

Tags: 
  • android
  • google-maps
  • accessibility
  • google-maps-api-2
  • talkback

Developing an entire website with only SVGs

Stackoverflow

I've been using SVGs for a multitude of things and I was able to get the exact result I was looking for. This got me wondering why we can't build entire websites with them...

Tags: 
  • html
  • SVG
  • web
  • accessibility

Accessibility automatically reading the first element

Stackoverflow

I have an iOS application and I'm adding accessibility to it.

Tags: 
  • ios
  • accessibility
  • voiceover

Mozilla focusing not working on mouse focus

Stackoverflow

When I click on a link, a popup is opening and after closing the popup, focus is coming to the link, but focusing is not working in Mozilla. If I use tab focusing, it is working.

Tags: 
  • accessibility

Swift4: `AXUIElementCopyAttributeValue()` returns `AXError.cannotComplete`

Stackoverflow

On running the following code:

let pid = getAppPid()
let AXApp = AXUIElementCreateApplication(pid)

Tags: 
  • swift
  • osx
  • cocoa
  • accessibility
  • swift4

If an iframe has role="presentation" is a title attribute still required for accessibility purposes?

Stackoverflow

We are using Google reCaptcha for our web forms.

Tags: 
  • iframe
  • accessibility
  • recaptcha
  • wcag
  • wcag2.0