dret / HTML5-overview

Overview of HTML5 Standardization Activities.
The Unlicense
116 stars 7 forks source link

add HTML Accessibility API Mappings 1.0 #17

Closed stevefaulkner closed 9 years ago

stevefaulkner commented 9 years ago

this work is part of HTML http://www.w3.org/TR/html-aam-1.0/ HTML Accessibility API Mappings (HTML-AAM) defines how user agents map HTML 5.1 [HTML51] elements and attributes to platform accessibility application programming interfaces (APIs). It leverages and extends the Core Accessibility API Mappings 1.1 [CORE-AAM] and the Accessible Name and Description: Computation and API Mappings 1.1 [ACCNAME-AAM] for use with the HTML 5.1 host language. Documenting these mappings promotes interoperable exposure of roles, states, properties, and events implemented by accessibility APIs and helps to ensure that this information appears in a manner consistent with author intent.

dret commented 9 years ago

https://github.com/dret/HTML5-overview/commit/3a169d88ecf80056387b49c2c2a2622152abf57f addresses this issue; please check and close issue if it's good enough.

sideshowbarker commented 9 years ago

Great to see this added. @stevefaulkner I reckon you can close this…