alt and longdesc support, using HTML 4.01 transitional DOCTYPE
img with alt only
alt content "roadmap alt" displayed on mouseOver
img with alt and longdesc
Nothing displayed on mouseover.
img with alt, title and longdesc
title content "roadmap title" displayed on mouseover.
img with title and longdesc, missing alt
title content "roadmap title" displayed on mouseover.
img with longdesc, missing alt and title.
Nothing displayed on mouseover.
input type="image" with alt.
alt content "input alt" displayed on mouseover.
input type="image" with alt and title.
title content "input title" displayed on mouseover.