Angular i18n localization of label containing interpolation (link is external)

In my template I have a bunch of cards, each has name and a button. Button title should contain name. Simplified:

Tags: 
  • html
  • angular
  • localization
  • accessibility

Making "image select" accessible (link is external)

I want to build an "image select" feature into my form, like this:

Tags: 
  • html
  • accessibility

When you use the escape key to exit something in a web browser, like a modal dialogue box, where does focus go? (link is external)

Stackoverflow

In most cases there doesn't seem to be any visual indication which must be difficult for users who rely on the keyboard.

Tags: 
  • html
  • css
  • browser
  • focus
  • accessibility

How to label a loading animation for WAI-ARIA? (link is external)

Stackoverflow

I'm working on fixing some accessibility issues on a web page.

Tags: 
  • html
  • accessibility
  • wai-aria

How to nest role attributes in HTML? (link is external)

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

Focus Label when Input is focussed with angular (link is external)

I have a webpage which uses radio button labels as buttons, with inputs hidden

Tags: 
  • html
  • css
  • angularjs
  • accessibility

Checking if a site is 508 compliant (link is external)

Stackoverflow

I know the Visual Studio 2012 has an accessibility checker that checks for 508 compliance, but a portion of our content is dynamically generated using JavaScript and jQuery, and as such cannot be c

Tags: 
  • javascript
  • jquery
  • html
  • accessibility
  • section508

Pausing in a screen reader for accessibility (link is external)

Stackoverflow

I have been using the Mac OSX's built in screen-reader for testing my site, I know it's not the best but it's all I have for now. But I'm finding it isn't pausing at the end of elements...

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

When does a screenreader read image alt text? (link is external)

Stackoverflow

Please correct me if I am wrong, but usually screen reader navigation works by pressing the tab key, and usually you do not have (or need) tab-able images.

Tags: 
  • html
  • accessibility
  • screen-readers

How to implement 'Skip to Content' between two frames (link is external)

Stackoverflow

I am working on a website using frames. The top frame holds the menu items and the bottom frame holds the main content.

How can I href to main frame content section?

Tags: 
  • javascript
  • html
  • iframe
  • vbscript
  • accessibility