I want more accessible web components #212
aarongustafson
started this conversation in
Wants
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
One of the big challenges with web components is how to make them accessible. We can use some ARIA features to expose the
role
or state of component pieces, but we are currently unable to create explicit connections that rely onid
references. That means we cannot connect web components parts to the page within which they are used nor can we connect pieces of two separate components across their boundaries. We need to fix this to build truly accessible component systems.https://webwewant.fyi/wants/121/
Beta Was this translation helpful? Give feedback.
All reactions