Two cases for end tag "br" in "in body" (detailed review of parsing algorithm)

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

There's an entry:
> An end tag whose tag name is one of: "area", "basefont", "bgsound",  
> "br", "embed", "hr", "iframe", "image", "img", "input", "isindex",  
> "noembed", "noframes", "param", "select", "spacer", "table",  
> "textarea", "wbr"

"br" should be struck there as it is already handled the way it  
should in:
> An end tag whose tag name is "br"

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

Received on Friday, 13 July 2007 13:13:41 UTC