 J-Nathan Guest |
Quote
|
2025-04-07 07:12:23 |
|
Hi,
I'm trying to make my website a bit more accessible, and noticed that I can use both title and aria-label in RocketCake - but I'm confused now when to use which of them? They do basically the same thing, no?
|
 niko Moderator |
Quote
|
2025-04-08 07:23:55 |
|
"title" is for tool tips, when the user hovers the mouse over the element, while "aria-label" is for screen readers.
I think you are right, if only "title" is set for an element, some screen readers might use that one, but it is always a good idea to use the two for their intended purposes.
|