Anybody know of how to use something like an <abbr> tag, but for rollover translation purposes. I'm guessing that the abbr tag is semantically incorrect here. E.g.
<abbr title="neutron">niwtron</abbr>
A rubbish way would be to use a span I suppose:
<span title="neutron">niwtron</span>
I just can't help feeling that there should be a specific tag. I saw the <dfn> tag (definition) - I suppose this is as close as it gets - from my research anyway. Any advice on this would be great.