If in one sentence qualifying another sentence when resetting the insertion mode (detailed review of parsing algorithm)

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

The spec says:
> If node is the first node in the stack of open elements, then set  
> last to true. If the context element of the HTML fragment parsing  
> algorithm is neither a td element nor a th element, then set node  
> to the context element. (fragment case)

The second sentence is also qualified by the first "If", right?

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

Received on Friday, 6 July 2007 20:14:23 UTC