in body "address" (etc.) and hn starts (detailed review of parsing algorithm)

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

The cases
> A start tag whose tag name is one of: "address", "blockquote",  
> "center", "dir", "div", "dl", "fieldset", "listing", "menu", "ol",  
> "p", "ul"
and
> A start tag whose tag name is one of: "h1", "h2", "h3", "h4", "h5",  
> "h6"
have the same action and can be unified.

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

Received on Sunday, 1 July 2007 20:01:13 UTC