[Webkit-unassigned] [Bug 60316] Implement document.innerHTML

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 5 22:16:00 PDT 2011


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


Alexey Proskuryakov <ap at webkit.org> changed:

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




--- Comment #5 from Alexey Proskuryakov <ap at webkit.org>  2011-05-05 22:16:00 PST ---
A read-only document.innerHTML would be a handy shortcut for (new XMLSerializer).serializeToString(document).

What's the difference between parsing for document.innerHTML setter and DOMParser.parseFromString()? Do we really want them to be different?

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