Moving <title> to head not clear "in body" (detailed review of parsing algorithm)

(This is part of my detailed review the parsing algorithm.)

In the tree construction part of the parsing algorithm, under "in head":
> A start tag token whose tag name is one of: "base", "link", "meta",  
> "script", "style"
>
>     Process the token as if the insertion mode had been "in head".
> A start tag whose tag name is "title"
>
>     Parse error. Process the token as if the insertion mode had  
> been "in head".

Please add a note that says that the "context" concept of the [R] 
CDATA algorithm causes <title> to be moved to <head> here.

-- 
Henri Sivonen
hsivonen@iki.fi
http://hsivonen.iki.fi/

Received on Sunday, 1 July 2007 17:57:09 UTC