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

Platform mappings are needed for https://w3c.github.io/aria/#aria-rowindextext and https://w3c.github.io/aria/#aria-colindextext. * For ATK/AT-SPI2 (my platform), it should be the usual object attribute * For IA2, I assume it should also be the...

In a bug filed on the JAWS tracker: [JAWS treats menu items after a separator as a different menu group](https://github.com/FreedomScientific/VFO-standards-support/issues/210) It was reported that use of a `separator` in a...

Contrary to what the ARIA spec [used to suggest](https://github.com/w3c/aria/issues/986), platform accessibility APIs may indeed have a vehicle to notify assistive technologies that a role has changed. For instance, [in ATK...

During today's face-to-face meeting we discussed the possibility of placing `aria-expanded` on the text input rather than on the object with role `combobox`. Text inputs are not traditionally expandable themselves...

_From @asurkov on February 2, 2017 15:4_ Reported by Jamie [1]: Note that the ARIA mapping guide says ROLE_SYSTEM_LIST without read-only: https://www.w3.org/TR/wai-aria-implementation/#mapping_role_table However, I'd argue this is a bug in...

These are the ARIA changes. Need to determine what needs to change in Core AAM. For issue #797, allow empty spin buttons by: - Changing aria-valuenow to supported from required...

The [CORE-AAM section on Relations](https://w3c.github.io/core-aam/#mapping_additional_relations_reverse_relations) requires that assistive technologies SHOULD provide a method to navigate to (and within) structured content referenced by `aria-describedby`. > Note that aria-describedby may reference structured...

Something has gone wrong with the script that generates the role mapping table/accordion section, so that all the `id` values are being set to `undefined`. This breaks all links in...

bug

The ["ID Reference Error Processing" section](https://w3c.github.io/core-aam/#mapping_additional_relations_error_processing) states: > If the same element is specified multiple times in a single WAI-ARIA relation, user agents SHOULD return multiple pointers to the same...

The Core AAM currently has the following non-normative, non-mapping content in its introduction: * An introduction to what accessibility APIs are. If you don't know the answer to that, you...