[Bug 10098] Stray comma or typo in "in cell" "end tag whos name is 'table'" case

http://www.w3.org/Bugs/Public/show_bug.cgi?id=10098


Eric Seidel <eric@webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P1
                 CC|                            |eric@webkit.org,
                   |                            |w3c@adambarth.com
           Severity|normal                      |critical




--- Comment #1 from Eric Seidel <eric@webkit.org>  2010-07-06 11:13:28 ---
If the stack of open elements does not have an element in table scope with the
same tag name as that of the token (which can only happen for "tbody", "tfoot"
and "thead", or, in the fragment case), then this is a parse error and the
token must be ignored.

"thead", or, in the fragment case

The commas around the "or" make no sense to me.

I'm told I"m supposed to file my bugs as p1 critical.  Please adjust if that's
not appropriate.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Tuesday, 6 July 2010 11:13:30 UTC