This would get rid of the odd tag stuff in the titles (see BOFH feed from the register)
Notice that we return fragment.textContent for the tooltips. This can be seen if you use 'full title' as tooltip.
We need to rationalise all this - preferably by stripping all the html stuff as a first pass, then having an option to do something with it. It's somewhat hard as 'a & b' for instance is perfectly valid if interpreted as text but not so valid if interpreted as html.
This would get rid of the odd tag stuff in the titles (see BOFH feed from the register)
Notice that we return fragment.textContent for the tooltips. This can be seen if you use 'full title' as tooltip.
We need to rationalise all this - preferably by stripping all the html stuff as a first pass, then having an option to do something with it. It's somewhat hard as 'a & b' for instance is perfectly valid if interpreted as text but not so valid if interpreted as html.