[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

Rafael Weinstein <rafaelw@chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #6 from Rafael Weinstein <rafaelw@chromium.org> ---
Ok. I've made the changes that Will suggests here:

https://dvcs.w3.org/hg/webcomponents/rev/2323115e29dd

Note that the EOF handling for "in column group" now *always* defers to "in
table". I believe this is simpler, and was always the case (the fake
</colgroup> tag can't be ignored in this EOF case because the previous step
established that the root node is not <html>).

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

Received on Wednesday, 13 March 2013 23:30:50 UTC