[Webkit-unassigned] [Bug 25398] throw a DOM hierarchy error on appending a plaintext element into an HTML document

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 29 10:58:10 PST 2009


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





--- Comment #6 from Alexey Proskuryakov <ap at webkit.org>  2009-12-29 10:58:09 PST ---
My understanding is that per the spec, there is no round-trip fidelity when
serializing a DOM that has a plaintext element dynamically inserted into it -
serializer will insert a closing tag, but parser will ignore it, and stay in
PLAINTEXT mode until the very end of input stream. As long as you don't
serialize or parse, plaintext behaves just like a pre element would.

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