Skip to content

Files

Latest commit

 

History

History
10 lines (10 loc) · 688 Bytes

121.md

File metadata and controls

10 lines (10 loc) · 688 Bytes
title date submitter number tags discussion
I want more accessible web components
2020-02-21 21:45:46 UTC
Segun
121
accessibility

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 on id 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.