(This is part of my detailed review the parsing algorithm.) For some elements the spec says: > If the stack of open elements has an element in scope with the same > tag name as that of the token, then pop elements from this stack > until an element with that tag name has been popped from the stack. But for (at least) the p element it says: > If the stack of open elements has a p element in scope, then pop > elements from this stack until the stack no longer has a p element > in scope. The different wording implies that the implementation needs to run a different subalgorithm. However, this is not the case. Therefore, it would be better to use the first wording in both cases. -- Henri Sivonen hsivonen@iki.fi http://hsivonen.iki.fi/Received on Wednesday, 4 July 2007 21:29:10 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 7 December 2009 10:39:55 GMT