[Bug 10063] When is it ever possible for the last table element to have a parent who is not an element?

http://www.w3.org/Bugs/Public/show_bug.cgi?id=10063


Eric Seidel <eric@webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |eric@webkit.org,
                   |                            |w3c@adambarth.com




--- Comment #1 from Eric Seidel <eric@webkit.org>  2010-07-02 08:09:19 ---
I don't believe such would be possible since <html> is always the bottom of the
stack, and the only non-element ContainerNodes are Document and
DocumentFrament?

Also, the sentence before: " If there is no table element in the stack of open
elements (fragment case), then the foster parent element is the first element
in the stack of open elements (the html element)"

I don't see why that's the fragment case has an "html" element, but maybe I've
not read enough of the fragment case parts of the spec yet.

-- 
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 Friday, 2 July 2010 08:09:21 UTC