- From: <bugzilla@jessica.w3.org>
- Date: Fri, 07 Sep 2012 00:29:36 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=18613 --- Comment #12 from Rafael Weinstein <rafaelw@chromium.org> 2012-09-07 00:29:36 UTC --- also, it's probably worth clarifying for in cell mode: An end tag whose tag name is one of: "table", "tbody", "tfoot", "thead", "tr" 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. Otherwise, close the cell (see below) and reprocess the current token. --- That this can now happen if a template contents is currently being parsed (webkit was hitting an assertion which I had to relax by checking if templateTag is in tableScope. -- Configure bugmail: https://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 Friday, 7 September 2012 00:29:37 UTC