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. i believe this is completely back to front.
Basically:
displayed title should be textContent of parsed display
tooltip - should be title/description displayed in a window if it contains html, otherwise wrapped appropriately as currently
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. i believe this is completely back to front.
Basically: