[Bug 20924] [Templates]: processing an EOF token deep within a template which was opened in <head> may fail to run after-head work

https://www.w3.org/Bugs/Public/show_bug.cgi?id=20924

--- Comment #2 from Rafael Weinstein <rafaelw@chromium.org> ---
Here's the webkit implementation of this:

https://bugs.webkit.org/show_bug.cgi?id=109338

Note that this patch implements everything described in comments 0 & 1, AND in
addition:

For "in coloumn group", the rule for EOF must be:

-If the current node is the root html element, then stop parsing. (fragment
case)
-Act as if an end tag with the tag name "colgroup" had been seen
-*AND* defer to the rules for "in table" for encountering a EOF.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Saturday, 9 February 2013 02:34:26 UTC