[Webkit-unassigned] [Bug 8563] [DOMHTMLDocument doctype] always returning nil.
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Mon Apr 24 07:14:14 PDT 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=8563
matt at softchaos.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #7940| |review?
Flag| |
------- Comment #5 from matt at softchaos.com 2006-04-24 07:14 PDT -------
Created an attachment (id=7940)
--> (http://bugzilla.opendarwin.org/attachment.cgi?id=7940&action=view)
Patch for this bug
This patch:
1. Removes DocumentType *HTMLDocument::doctype() const from HTMLDocument.h and
cpp.
2. Changes the comment in Document.h to say that docType() may return 0.
3. Changes LayoutTests/dom/html/level1/core/hc_documentgetdoctype.js to do a
case insensitive compare of docTypeName against 'html' (Since HTML is the name
specified in HTMLDocument::determineParseMode when creating the docType for
HTML.) Not sure whether this is the correct approach, or to just make
HTMLDocument::determineParseMode use 'html'
--
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list