- From: Henri Sivonen <hsivonen@iki.fi>
- Date: Sun, 1 Jul 2007 20:57:00 +0300
- To: "public-html@w3.org WG" <public-html@w3.org>
(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