base, link and meta are never popped (detailed review of parsing algorithm)

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

In the tree construction part of the parsing algorithm, void elements  
that are generally supposed to be children of the <head> element  
never get popped. (Void elements that are generally supposed to be  
descendants of the <body> element are appropriately popped immediately.)

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

Received on Sunday, 1 July 2007 17:39:17 UTC