James Craig

Results 535 comments of James Craig

If dl/dt/dd equivalents are defined in ARIA, the AX API mappings should be the same as the equivalent HTML elements: element: AXRole/AXSubrole/AXRoleDescription dl: AXList/AXDefinitionList/"definition list" dt: AXGroup/AXTerm/"term" dt: AXGroup/AXDescription/"description"

> Could you please each open an issue against the ARIA spec Closed the loop earlier but linking here now: - https://github.com/w3c/aria/issues/1662

This is the approach @scottaohara and I talked about Monday, but I'd like @aleventhal's feedback first, then other implementors, before spending more time on this direction. Thanks.

The main mappings tables (from Core-AAM, as well as HTML-AAM,SVG-AAM, etc.) could cross-link to this new section. For example, `html:bdo` would map to ~"generic, with relevant text direction mapping" or...

I'd like to request an example be added to the spec. Is this intended primarily to account for 0-based versus 1-based lists? E.g. screen reader speaks "1 of 10" and...

This morning, @ScottAOHara and I discussed creating a new section in Core-AAM that outlines the use and complications of mapping generic. HTML-AAM and other AAM docs (SVG, MathML) could link...

Okay, this is pretty rough, but I want to get feedback on the approach/direction before spending anymore time getting it into a usable PR. Draft PR coming imminently.

FWIW, I'm still of the opinion that `` and `` should map to generic, not new stylistic ARIA roles.

`` and some others seem reasonable to have a role. See discussion in https://github.com/w3c/html-aam/issues/373

Regardless of whether we keep or ditch the `strong` role, I think the mapping for `` and `` would still be: ``` AXRole: AXGroup AXRole: Expose the text style as...