For example,
<tag attr="foo">text</tag>
would be replaced by <tag attr="foo">text</tag>
This is rather obscure, what was the reasoning behind it? It's perfectly legal HTML-wise.
<tag attr="foo">text</tag>
would be replaced by <tag attr="foo">text</tag>