|
|
|
|
|
by lexicality
274 days ago
|
|
Sorry, I completely forgot about the existing semantic tree view element that exists and can be interacted with visually but doesn't provide any accessibility or keyboard support because the browser manufacturers decided to skip that one. Or are you talking about a situation where the developer has implemented a custom component (aka "done something") which doesn't use the native focus system and therefore requires additional work to make accessible? |
|
The native focus system typically works just fine, but JS is needed for keyboard interactions and to set things like aria-activedescendant.