1 / 7

Evaluating ARIA Implementation

Evaluating ARIA Implementation. Elsa Raab , Chieh-Li Chin 2011.04.01. Outline. What is ARIA features? Project Introduction Current Progress Demo. What is ARIA features. WAI-ARIA (Web Accessibility Initiative - Accessible Rich Internet Applications) Accessibility APIs

jacoba
Télécharger la présentation

Evaluating ARIA Implementation

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Evaluating ARIA Implementation Elsa Raab, Chieh-Li Chin 2011.04.01

  2. Outline • What is ARIA features? • Project Introduction • Current Progress • Demo

  3. What is ARIA features • WAI-ARIA (Web Accessibility Initiative - Accessible Rich Internet Applications) • Accessibility APIs • Microsoft Active Accessibility (MSAA) • IAccessible2 • User Interface Automation (UIA) • Linux Accessibility Toolkit (ATK) and Assistive Technology - Service Provider Interface (AT-SPI) • Mac OS X Accessibility Protocol • 3 groups of features: roles, states, properties • http://www.w3.org/TR/wai-aria-implementation/

  4. Project Plan

  5. Current Process

  6. Current Progress • JSON structure • States example: { "state" : "aria-checked", "value" : "true", "description" : { "MSAA":["Set the STATE_SYSTEM_CHECKED state"], "IAccessible2":["Expose object attribute checkable=\"true\""], "UIA":["Expose as ToggleState property in Toggle Control Pattern"], "ATK":["Expose object attribute checkable=\"true\""], "MAC":["AXValue=\"1\"”] }//end of description }//end of aria-checked:true

  7. Demo • Demo of Mac Accessibility Inspector • ARIA Checkbox Example

More Related