evilmartians / oklch-picker

Color Picker for LCH
https://oklch.com
Other
849 stars 65 forks source link

Update button #102

Closed ghost closed 1 year ago

ghost commented 1 year ago

What's new

  1. Change title to aria-label
  2. Add type attribute
ghost commented 1 year ago

Using title for a11y is not a good idea. To have a description, it is better to use aria-label + title

ai commented 1 year ago

Using title for a11y is not a good idea. To have a description, it is better to use aria-label + title

Why? How title works on screen reader compare to aria-label?