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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 8 13:57:09 PDT 2009


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





--- Comment #8 from Eric Seidel <eric at webkit.org>  2009-10-08 13:57:09 PDT ---
(From update of attachment 40909)
OK, it would appear that document.head does not actually exist.  I'm surprised
by this.  I thought it did.

I don't think this check is needed:
 var head = document.head;
 4 if (head)
 5     testPassed("document.head");

Given that document.body is defined in Document.idl instead of
HTMLDocument.idl, I'm not sure that I was correct in telling you to move this
to HTMLDocument.idl.

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