This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 22484 - [HTML Parsing] Reset the insertion mode needs to check whether InSelect or InSelectInTable
Summary: [HTML Parsing] Reset the insertion mode needs to check whether InSelect or In...
Status: RESOLVED FIXED
Alias: None
Product: HTML WG
Classification: Unclassified
Component: HTML5 spec (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: This bug has no owner yet - up for the taking
QA Contact: HTML WG Bugzilla archive list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-26 18:13 UTC by Rafael Weinstein
Modified: 2013-10-01 19:45 UTC (History)
9 users (show)

See Also:


Attachments

Description Rafael Weinstein 2013-06-26 18:13:31 UTC
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.
Comment 1 Rafael Weinstein 2013-10-01 19:45:27 UTC
This bug has been superseded by edits to the spec during HTMLTemplate integration (IOW, it's already fixed in the spec).

Note that blink was updated here: https://src.chromium.org/viewvc/blink?revision=158594&view=revision