I want web components to enable exposing elements to assistive technology and forms #152
aarongustafson
started this conversation in
Wants
Replies: 1 comment
-
This might be helpful: https://wicg.github.io/aom/explainer.html |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently when using web components and
shadowRoot
, any element within theshadowRoot
will not be noticed by, say a screen readers, or even a form (for example when doing a forminput
). There is an effort to come up with a solution to the form part, but that would not automatically solve the assistive technology part. It would be awesome to be able to add some ARIA/role
attributes to the component tag or identify elements that should be exposed within theshadowRoot
to make the the component accessible.https://webwewant.fyi/wants/86/
Beta Was this translation helpful? Give feedback.
All reactions