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

I think [Core-AAM 4.8.1](https://w3c.github.io/core-aam/#mapping_events_state-change) needs a rewrite. > [User agents](https://infra.spec.whatwg.org/#user-agent) MUST notify [assistive technology](https://www.w3.org/TR/wai-aria/#dfn-assistive-technologies) of [state](https://www.w3.org/TR/wai-aria/#dfn-state) changes as defined in the table below, SHOULD notify assistive technology of [property](https://www.w3.org/TR/wai-aria/#dfn-property) changes...

To avoid the terminology mismatch with other specs referencing "content attributes" vs "DOM properties", ARIA editorial style prefers "attribute" in all instances where the distinction of "ARIA state" vs "ARIA...

whaddya think @scottaohara @jnurthen @pkra ? Trying to get rid of custom CSS - this uses [respec CSS for def tables](https://www.w3.org/StyleSheets/TR/2021/README#def) *** Preview | Diff

Sections [4.4.3 Role Mapping Tables](https://www.w3.org/TR/core-aam-1.2/#mapping_role_table) and [4.5.2 State and Property Mapping Tables](https://www.w3.org/TR/core-aam-1.2/#mapping_state-property_table) now have individual subsections for each role or property. As much as I like the possibility to direct...

For example, "role" is just listed twice without specifying: * [blockquote](https://w3c.github.io/core-aam/#role-map-blockquote) * [button](https://w3c.github.io/core-aam/#role-map-button) Maybe we should just specify "MSAA role" vs "IA2" role for each.

good first issue
editorial

Section https://w3c.github.io/core-aam/#mapping_additional_position States "Otherwise, if the role supports aria-posinset and aria-setsize, process the parent (DOM parent or parent defined by aria-owns), counting items that have the same role." This is...

Adds a new section: 4.4.3 Role Mapping for Generic Host Language Elements. Submitted early for feedback before continuing. This may eventually Resolve #112. [Preview of generic role section](https://raw.githack.com/w3c/core-aam/issue-112/index.html#mapping_generic_role) *** Preview...

ARIA 1.2 changes the default value of `aria-valuenow` on spinbutton from `0` to no default value: https://github.com/w3c/aria/commit/d6a99dec What does this mean for the `aria-valuenow` mapping for ATK/ATSPI and UIA, which...

blocking-aria-1.3

Currently aria-rowindex has this mapping: MSAA + IAccessible2 | Object Attribute: rowindex:Method: IAccessible2::groupPosition(): positionInGroup= on rows -- | -- Some reasons that I think we should expose only as the...

Currently `aria-errormessage` is exposed in UIA [via the ControllerFor property](https://www.w3.org/TR/core-aam-1.2/#ariaErrorMessage). This means that, as far as I can tell, an API consumer won't be able to distinguish between targets of...