"table" in table scope (detailed review of parsing algorithm)

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

The spec says:
> An end tag whose tag name is "table"
>
>     If the stack of open elements does not have an element in table  
> scope with the same tag name as the token, this is a parse error.  
> Ignore the token. (fragment case)

"in table scope" is redundant and could be struck.

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

Received on Friday, 6 July 2007 08:41:42 UTC