You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not clear on why "Image has alt and title that are different" should be flagged by checkers.
According to the spec, when alt and title are both present, alt should be used as the accessible name, and title as the accessible description.
I believe SRs aren't compliant with this and tend to just ignore the title on img elements altogether, but the point here is that alt and title should not be the same, no?
The text was updated successfully, but these errors were encountered:
I'm not clear on why "Image has alt and title that are different" should be flagged by checkers.
According to the spec, when alt and title are both present, alt should be used as the accessible name, and title as the accessible description.
I believe SRs aren't compliant with this and tend to just ignore the title on img elements altogether, but the point here is that alt and title should not be the same, no?
The text was updated successfully, but these errors were encountered: