[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:46:12 PDT 2010


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





--- Comment #8 from Eric Seidel <eric at webkit.org>  2010-05-28 15:46:10 PST ---
WebCore currently has 3 types of documents:

HTMLDocument (exposes things like document.body)
Document (generic XML, no .body)
SVGDocument (<svg> root, exposes a couple SVG-specific things).

HTML5 has opinions on all of this.  I think all interfaces are exposed on all document types in HTML5.

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