[Webkit-unassigned] [Bug 17167] Failures in fast/dom/Node/initial-values.html

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 19 15:05:46 PST 2009


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





------- Comment #18 from eric at webkit.org  2009-02-19 15:05 PDT -------
(In reply to comment #17)
> In HTML5, it's the document that has the HTML vs XML flag and an element acts
> as per its document's flag. It isn't done on a per-element basis.

WebKit has an equivalent distinction.  document->isHTMLDocument() will tell you
if your Document* is really an HTMLDocument* and thus you should be in "html"
mode not XHTML mode.


-- 
Configure bugmail: https://bugs.webkit.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