Rendered at 11:01:38 GMT+0000 (Coordinated Universal Time) with Cloudflare Workers.
ChiperSoft 7 hours ago [-]
I appreciate the diff lines in each progressive code example, makes it really easy to follow
brownieman1325 56 minutes ago [-]
[dead]
mort96 2 hours ago [-]
This is horrible. I ... will keep not doing it that way. Screen readers can read just the title attribute.
forestrywat 2 hours ago [-]
The addition of the single attribute "aria-labelledby=..." is horrible?
It's a single, very small addition to the code here. The element structure was already there, this was just signaling where to get the alt text for a button.
What about adding a single attribute is "horrible"? It seems concise, explicit, and DRY.
It's a single, very small addition to the code here. The element structure was already there, this was just signaling where to get the alt text for a button.
What about adding a single attribute is "horrible"? It seems concise, explicit, and DRY.