- From: <bugzilla@jessica.w3.org>
- Date: Sun, 12 Sep 2010 23:14:05 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=10617
Summary: I believe <kbd><table></kbd> gets the parsing
algorithm into a bad state. When we see </kbd> we
process it using the rules for "any other end tag" of
the inbody mode, which pops off the table and the kbd
element from the stack of open elements. However,
Product: HTML WG
Version: unspecified
Platform: Other
URL: http://www.whatwg.org/specs/web-apps/current-work/#isi
ndex
OS/Version: other
Status: NEW
Severity: normal
Priority: P3
Component: HTML5 spec (editor: Ian Hickson)
AssignedTo: ian@hixie.ch
ReportedBy: contributor@whatwg.org
QAContact: public-html-bugzilla@w3.org
CC: mike@w3.org, public-html@w3.org, w3c@adambarth.com
Section: http://www.whatwg.org/specs/web-apps/current-work/#isindex
Comment:
I believe <kbd><table></kbd> gets the parsing algorithm into a bad state.
When we see </kbd> we process it using the rules for "any other end tag" of
the inbody mode, which pops off the table and the kbd element from the stack
of open elements. However, we remain in the InTableBody insertion mode, which
cases disaster as we're no longer in a table.
Posted from: 67.169.42.39 by w3c@adambarth.com
--
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 Sunday, 12 September 2010 23:14:07 UTC