Tag: aria

  • Accessible Rich Internet Applications (ARIA) Working Group of W3C has finalized several documents.

    The Accessible Rich Internet Applications Working Group of W3C has finalized following documents: Accessible Rich Internet Applications (WAI-ARIA) 1.1 Core Accessibility API Mappings 1.1 Digital Publishing WAI-ARIA Module 1.0 Digital Publishing Accessibility API Mappings 1.0 WAI-ARIA Authoring Practices 1.1 is a Working Group Note Below is an excerpt of the announcement from ARIA working group:…

  • WAI – ARIA Landmark navigation extension

    Web Accessibility Initiative (WAI) of W3C, a few years ago, introduced landmark roles (also known as landmarks”) for easy navigation of web page. An introduction to ARIA landmark roles: The purpose of this technique is to provide programmatic access to sections of a web page. Landmark roles (or “landmarks”) programmatically identify sections of a page.…

  • Creating Accessible Forms

    Overview This has been presented as 4th Learning Session to the members and guests of W3C Accessibility in India Community Group. Objective of these learning sessions is to raise awareness about accessibility and enhance network of accessibility professionals. Slides Below are the slides presented in the session: Text Transcript Hello everyone, Thank you for joining…

  • Common mistakes of that a web developers make

    Most developers feel making a website accessible require an additional effort, time consuming and needs to write a lot of additional code; which is actually not very true. But yes, there are certain additional things to be done, but they are most times enhancements. Having said that, most of the efforts that require to make…

  • Writing accessible HTML forms

    We fill a lot of forms on the web on daily basis – may it be for a bank transaction, booking of travel, shopping etc. Often we see forms looks very beautiful but in reality, most of them are not beautiful due to lack of associated labels. Oh! wait, we know, you are about to…