Currently, the acronym and abbrev elements generate
plain text for HTML and XHTML. The attached patch
generates acronym and abbr elements, respectively. If
a DocBook acronym element contains a moreinfo
attribute, this becomes the title attribute of the HTML
acronym element.
Mozilla, IE, and Opera display a tooltip for elements
with a title attribute. Mozilla's default stylesheet
also displays a dotted line under acronym or abbr
elements with a title attribute.
These elements were introduced in HTML 4.0. If HTML
generation is supposed to be compatible with 3.2, this
can still be generated for XHTML.
patch against 1.60.1 for abbr and acronym in HTML and XHTML
Logged In: YES
user_id=118135
A fix for this issue has been added to the current codebase.
Please test the fix with the latest snapshot from:
http://docbook.sourceforge.net/snapshots/
Logged In: YES
user_id=118135
I implemented this feature (using a different fix) a while
back, but forgot to close this out.