LyubomirT/remembered

Use of semantic tags in html to improve accessibility

Closed this issue · 1 comments

Instead of using div for inputs appropriate tags like form and sections would greatly improve accessibility

Thanks for the idea!

As of now, I'd advise against using <div>s for several reasons, which include compatibility issues, customization limitations, pre-built styles, and events that need to be overwritten in order to make it work. Personally, I believe that it's better to leave as is, without changing anything. If you want, however, you can always create a different version of the repository with this changed, maybe it works out for you.