Comment on [zmg] tag: image size and alt text cannot be combined correctly

<- View Parent
harald@hub.volse.no ⁨5⁩ ⁨days⁩ ago
@Der Pepe (Hubzilla) ⁂ Terms can be confusing, but the two attributes have different meaning for a reason.

The alt attribute is the one being used by screen readers to provide image descriptions to blind or visually impaired people.

The title attribute however is a global attribute meant to provide additional info about whatever element it's attached to. This is typically shown as a tooltip when hovering over the element.

Most screen readers will fall back to the title if the alt attribute is not present, but it's not safe to rely on that. The attributes are distinct and has a different purpose for a reason.

original
Sort:hotnewtop