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

Looking at: 1) https://w3c.github.io/core-aam/#mapping_role_table 2) https://w3c.github.io/html-aam/#html-element-role-mappings When an element with role=form is nameless, core-aam says "Do not expose the [element](https://www.w3.org/TR/wai-aria/#dfn-element) as a landmark. Use the native host language role of...

We have some special logic for handling role="role" on elements which have allowed accessible children: https://w3c.github.io/core-aam/#role-map-none For ATK/ATSPI says: > For objects that have specified allowed accessibility children (e.g., a...

closes #220 updates paragraph and heading mappings to match reality. updates other uia control type mappings to move away from text, as these roles will often contain more than text...

See https://github.com/w3c/html-aam/issues/524 and https://github.com/w3c/html-aam/issues/531 pulling over the commented filed by @benbeaudry in the original issue related to the html label element: >This is invalid in the world of UIA. UIA...

See conversation that started here: https://github.com/w3c/core-aam/issues/196#issuecomment-1739794104

While investigating browser support for https://github.com/w3c/core-aam/issues/190, I noticed that [Chromium exposes `haspopup`](https://github.com/chromium/chromium/blob/78f6e36bd96ebe7ceb38d754c75e6d92613ebdb7/ui/accessibility/platform/ax_platform_node_win.cc#L7249) as a property under `AriaProperties` in UIA. I don't think I see this called out in any of...

Fixes #51 Changes button so it only becomes a windows buttonmenu with true/menu value for aria-haspopup # Implementation * WPT tests: [CORE-AAM manual tests](https://github.com/web-platform-tests/wpt/pull/41522) * Implementations (link to issue or...

has-consensus
waiting-for-implementations

Core-AAM should not require notifications (UA MUST notify) for changes in deprecated attributes, like `aria-grabbed` https://w3c.github.io/core-aam/#mapping_events_state-change