Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
jasonkiss opened this issue Oct 12, 2016 · 4 comments
Closed

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

jasonkiss opened this issue Oct 12, 2016 · 4 comments
Assignees
Labels

Comments

@jasonkiss
Copy link
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

@jasonkiss
Copy link
Contributor Author

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
Copy link
Contributor

asurkov commented Feb 8, 2017

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
Copy link
Contributor Author

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
Copy link
Contributor

rahimabdi commented Aug 2, 2024

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
Labels
Projects
None yet
Development

No branches or pull requests

5 participants