For example, in the delete button, include the contents of the item being deleted. Something like this: ``` <button aria-label="delete [todo contents]"> × </button> ```