- From: <bugzilla@jessica.w3.org>
- Date: Wed, 26 Jun 2013 18:13:31 +0000
- To: public-html-admin@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=22484 Bug ID: 22484 Summary: [HTML Parsing] Reset the insertion mode needs to check whether InSelect or InSelectInTable Classification: Unclassified Product: HTML WG Version: unspecified Hardware: PC OS: All Status: NEW Severity: normal Priority: P2 Component: HTML5 spec Assignee: dave.null@w3.org Reporter: rafaelw@chromium.org QA Contact: public-html-bugzilla@w3.org CC: mike@w3.org, public-html-admin@w3.org, public-html-wg-issue-tracking@w3.org Another case Hixie found: <table><tr><td><select><template></template><caption>A</table> In this case, we arrive at the <template> in InSelectInTable mode, but when the <template> pops, it resets the insertion mode and sets it to InSelect. reset insertion mode appropriately probably needs to look further up the stack to see if there is a table context element and then set to InSelectInTable. -- You are receiving this mail because: You are on the CC list for the bug.
Received on Wednesday, 26 June 2013 18:13:32 UTC