Closed IanMayo closed 1 year ago
The HTML image map construct allows for a label to be provided when hovering over a target in an image map.
This was originally put into an alt attribute in IE. Later browsers put it into a title element instead.
alt
title
When we generate an image map, we should retrieve the alt text, and use it as the contents of the <xref> element.
<xref>
The example here includes a "Section 1" label: https://docs.oasis-open.org/dita/v1.0/langspec/imagemap.html
Fixed in #474.
The HTML image map construct allows for a label to be provided when hovering over a target in an image map.
This was originally put into an
alt
attribute in IE. Later browsers put it into atitle
element instead.When we generate an image map, we should retrieve the
alt
text, and use it as the contents of the<xref>
element.The example here includes a "Section 1" label: https://docs.oasis-open.org/dita/v1.0/langspec/imagemap.html