I often see aria-labels that look like an id: 🚩...
I often see aria-labels that look like an id:
🚩 aria-label="delete-user-button"
An aria-label should have a *user-friendly* label that describes what the button does. And it shouldn't repeat the tag's name - that's redundant.
✅ aria-label="Delete Cory House"