tgrosinger / tw5-checklist

Simple checklist widget for TiddlyWiki5:
https://tgrosinger.github.io/tw5-checklist/
51 stars 12 forks source link

Improve button naming #44

Open tgrosinger opened 6 years ago

tgrosinger commented 6 years ago

For example, in the delete button, include the contents of the item being deleted. Something like this:

<button aria-label="delete [todo contents]">
  &times;
</button>