tldraw / tldraw-v1

A tiny little drawing app. This is the original 2021-2022 version, released under MIT.
https://old.tldraw.com
MIT License
61 stars 36 forks source link

[bug] Dash And Size Buttons Lack Accessible Labels #64

Closed KDSBrowne closed 8 months ago

KDSBrowne commented 1 year ago

The “Dash” and “Size” radio button groups lack any associated labels for both the group as well as the options within the group

image

Recommendation: Use a <fieldset> and <legend> for each set of radio options to provide a label for the entire group, and ensure that each radio button has a programmatically associated label describing the option.