-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Closed
Description
When using amp-img the alt attribute is added, but not the title attribute, which leads to a different UX on mobile, where holding the image pressed shows the title if present, otherwise the alt. By definition the title attribute does not have the same purpose as alt, so both should be present imo.
How do we reproduce the issue?
I have an example here: https://consolia-comic.com/
The main image (comic) has the alt & title in , however it only shows the alt attribute in the resulting tag.
Steps:
What browsers are affected?
I tested this on my desktop with chrome (52) & firefox (48), on my phone it's chrome 53 on android 5.0.0.
Which AMP version is affected?
AMP version 1484769855829. I just implemented AMP, so i don't know how long this has been an issue.
Thanks!
Reactions are currently unavailable