Skip to content

HTML-AAM: should we have some general language for sub-doms? #3

@jasonkiss

Description

@jasonkiss
Contributor

From @cyns on January 12, 2016 18:33

Canvas has an author-supplied sub-dom, which also maps into the accessibility api tree
The audio and video elements can have a whole tree of children if @controls is present.
Should we add some general language to the document on how to handle these situations?

Here's what we have for UIA for canvas now. It seems inadequate.
Control Type: Image
NOTE: subdom elements will be mapped separately.

Copied from original issue: w3c/aria#141

Activity

jasonkiss

jasonkiss commented on Feb 8, 2017

@jasonkiss
ContributorAuthor

Here's a first stab at elements that are typically complex widgets with sub-trees of accessible objects in certain APIs, and that we might want to address in a distinct section, instead of overwhelming the individual mapping table entries with this level of detail.

  • audio
  • video
  • canvas
  • input@type=color
  • input@type=date
  • input@type=file
  • input@type=datetime-local
  • input@type=number
  • input@type=week
asurkov

asurkov commented on Feb 8, 2017

@asurkov
Contributor

Do you have ideas who to approach these? It seems the format is currently restricted to a table, which doesn't have flexibility of adding random stuff.

jasonkiss

jasonkiss commented on Feb 8, 2017

@jasonkiss
ContributorAuthor

We can add a distinct section to the document that discusses how compound widgets and their sub-trees are typically exposed across different UAs and a11y APIs. This section would replace the need to include this info with each element's mappings in the table.

rahimabdi

rahimabdi commented on Aug 2, 2024

@rahimabdi
Contributor

Closing, to be handled by two new issues:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Development

    No branches or pull requests

      Participants

      @jasonkiss@stevefaulkner@asurkov@scottaohara@rahimabdi

      Issue actions

        HTML-AAM: should we have some general language for sub-doms? · Issue #3 · w3c/html-aam