[Webkit-unassigned] [Bug 30232] [HTML5] Add document.head

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 8 15:08:07 PDT 2009


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





--- Comment #10 from Joseph Pecoraro <joepeck at webkit.org>  2009-10-08 15:08:08 PDT ---
> Anyone know how Firefox handles this?

On an SVG Document:
http://www.w3schools.com/svg/rect2.svg
http://grab.by/8sn

Firefox 3.5:
- document.body is undefined
- document.head is undefined (not supported)

WebKit Nightly:
- document.body is null (like the HTML5 spec says for HTML)
- document.head is undefined (as we are discussing)

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