[Webkit-unassigned] [Bug 92977] New: Check if the last table element's parent node is an element when determining the foster parent element.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 2 05:02:13 PDT 2012


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

           Summary: Check if the last table element's parent node is an
                    element when determining the foster parent element.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: skyul at company100.net


According to the HTML5 spec, if the last table element in the stack of open elements has no parent, or ITS PARENT NODE IS NOT AN ELEMENT, then the foster parent element is the element before the last table element in the stack of open elements.

http://www.whatwg.org/specs/web-apps/current-work/multipage/tree-construction.html#foster-parenting

Changed to check if the table element's parent node is an element.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list