<img src=”young-girl-in-red-gown.jpg”
alt=”young girl in red gown”
title=”Young girl in red gown”/>
- Is my above example a good example? Should it be always like this?
In above example i used image file name, alt text and title almost same.
although it's just a image not image inside <a>
- Is it ok to use same text as Alt and title even if it's not a link. or this repetition can create problem for screen reader? (I'm repeting ALT in img tag title, just because FF doesn't show alt as a tooltip and client want in both)
- Shouldn't we use
title
with image if image in not a link? - Should
ALT
andTitle
be different always if image is a link or even if I'm using both on image which is not a link ortitle
should never be used if image is not a link ? - Do screen reader speak all things for image if it found image on page and all are defined 1) Image file
name, 2)
ALT
text and 3)Tile
text , ? - Should i always use descriptive image
file name like we write something
about image in
ALT
? is young-girl-in-red-gown.jpg better than DSC00145.jpg and young-girl.jpg?
My question is in terms of Semantic mark-up, Screen reader friendliness, Accessibility, and Usability?