Re: [html] Elements within "title"?

--- Lachlan Hunt <lachlan.hunt@lachy.id.au> wrote:

> For compatibility reasons in HTML, title cannot contain elements because 
> of the way it is parsed.

Why not create an attribute for the title element to allow markup? It might not work right for a
while, but it at least wouldn't break any legacy documents.

<title allowmarkup="true">H<sub>2</sub>0</title>

Received on Monday, 5 March 2007 05:07:57 UTC