[Webkit-unassigned] [Bug 39887] [chromium] Add isXHTMLDocument() to Chromium's WebKit::WebDocument

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 28 15:51:36 PDT 2010


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





--- Comment #9 from Aaron Boodman <aa at chromium.org>  2010-05-28 15:51:34 PST ---
I want to know whether the document has things like a body node.

When I debugged through it Document::isHTMLDocument() is not currently true for XHTML documents. m_xhtml is true, but m_html is false. So I added this method so that I could catch the XHTML case.

Is there a better fix?

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