On Wednesday, January 26, 2005, at 02:18 PM, Tim Bray wrote:
<title type='TEXT'>I do not like <marquee></title> (can't do it) <title type='HTML'>I do <b>not</b> like &lt;marquee></title> <title type='XHTML'>I do <b>not</b> like <marquee></title>
The last one needs to be something like the following, right?
<title type='XHTML'><div xmlns="http://www.w3.org/1999/xhtml">I do <b>not</b> like <marquee></div></title>
