-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Is your feature request related to a problem? Please describe.
There is no way to enforce accessibility best practice when using the @arachnide/html library.
Describe the solution you'd like
Create a subfolder that would introduce a set of enhanced and accessible elements, like @arachnide/html/accessible.
Describe alternatives you've considered
Create a separate library. Like @arachnide/accessibility. Might be better to not download unnecessary kilobytes of code that would not get used.
Additional context
This should not introduce any side effects since they will be different elements than their non-accessible counterpart.