It works on body.innerHTML by replacing <abbr>...</abbr> with
<abbr><span ...>...</span></abbr>. However, in O7, it also manages
to match the construction <abbr>. It appears innerHTML
returns < and > as < and >.
Try adding
onload="document.body.innerHTML=document.body.innerHTML;"
to a page containing
<tagname>
It differs from the "reference implementation" (i.e., IE). Bug?
/L
--
Lasse Reichstein Nielsen - l...@hotpop.com
'Faith without judgement merely degrades the spirit divine.'