core-aam icon indicating copy to clipboard operation
core-aam copied to clipboard

Core Accessibility API Mappings

Results 85 core-aam issues
Sort by recently updated
recently updated
newest added

The [DOM tree as implemented in the latest browsers](https://dom.spec.whatwg.org/#document-trees) is considerably more complex than it was a few years ago. The Core-AAM guidelines on [constructing the accessibility tree](https://w3c.github.io/core-aam/#mapping_general) should be...

There is a proposal to add a specific role to IA2 for blockquotes. See https://github.com/LinuxA11y/IAccessible2/pull/6. When this is in place, we'll want to update the relevant mappings in Core AAM.

_From @joanmarie on June 29, 2017 15:49_ The Core AAM [1.1](https://rawgit.com/w3c/aria/master/core-aam/core-aam.html#ariaActiveDescendant) and [1.0](mapping_state-property_table_header) both state that the mapping of `aria-activedescendant` on AX API is: > array `AXSelectedRows` contains pointer to...

AAM
ARIA 1.2
Core-AAM
needinfo

_From @joanmarie on July 25, 2017 10:46_ The Core AAM currently states the following for objects which have selection amongst their properties (e.g. [grid](https://rawgit.com/w3c/aria/master/core-aam/core-aam.html#role-map-grid)): > Implement Methods `IAccessible::accSelect()` and `IAccessible::get_accSelection()`...

bug
AAM
ARIA 1.2
Core-AAM

From https://www.w3.org/WAI/ARIA/track/issues/481 > Section 5.8.2 of the UAIG includes the following paragraph with a SHOULD. Consider changing to MUST. > > User agents SHOULD ensure that an assistive technology, running...