RESOLVED FIXED 159488
Document.body should return the first child of the html element that is either a body / frameset element
https://bugs.webkit.org/show_bug.cgi?id=159488
Summary Document.body should return the first child of the html element that is eithe...
Chris Dumez
Reported 2016-07-06 13:51:29 PDT
Document.body should return the first child of the html element that is either a body / frameset element: - https://html.spec.whatwg.org/multipage/dom.html#dom-document-body - https://html.spec.whatwg.org/multipage/dom.html#the-body-element-2 We use the first child of the *document* element that is either a body / frameset element, even if the document element is not an html element. Firefox and Chrome match the specification.
Attachments
Patch (11.16 KB, patch)
2016-07-06 13:54 PDT, Chris Dumez
no flags
Chris Dumez
Comment 1 2016-07-06 13:54:29 PDT
Chris Dumez
Comment 2 2016-07-06 15:13:54 PDT
Comment on attachment 282942 [details] Patch Clearing flags on attachment: 282942 Committed r202881: <http://trac.webkit.org/changeset/202881>
Chris Dumez
Comment 3 2016-07-06 15:13:59 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.