[Webkit-unassigned] [Bug 12755] WebFrame should have a method - (NSData *)data to return ann NSData representation of a document

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 13 03:21:18 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=12755


ap at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ap at webkit.org




------- Comment #1 from ap at webkit.org  2007-02-13 03:21 PDT -------
It is correct that document.documentElement serialization does not include the
DTD or XML declaration, but I believe that serialization of the document itself
should include those, and I think it's a WebKit bug that it doesn't.

Try javascript:alert((new XMLSerializer).serializeToString(document)) in Safari
and in Firefox to compare the results.


-- 
Configure bugmail: http://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