[Webkit-unassigned] [Bug 119115] New: document.body getter/setter should match the HTML5 spec

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 25 17:07:40 PDT 2013


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

           Summary: document.body getter/setter should match the HTML5
                    spec
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: BlinkMergeCandidate
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: ap at webkit.org, koivisto at iki.fi, akling at apple.com


Consider merging https://chromium.googlesource.com/chromium/blink/+/4cb65a17e49d135e7d0d4209eb557e98b2d7b097

Document::setBody previously would create a deep copy of the node if you moved it
from a different document and didn't allow framesets. Document::body would incorrectly
return <frameset> even if <body> came first. I also made setBody AttachLazily just
like doing appendChild(body) would have done.

Spec: http://www.whatwg.org/specs/web-apps/current-work/multipage/dom.html#dom-document-body

-- 
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