[Webkit-unassigned] [Bug 62737] attribute parsing manipulates document structure without knowing node insertedIntoDocument

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 8 22:37:12 PST 2012


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





--- Comment #7 from Darin Adler <darin at apple.com>  2012-01-08 22:37:12 PST ---
(In reply to comment #6)
> Its easy to have multiple HTMLBodyElements in the DOM tree. Just createElement them and call appendChild.

Makes sense. This bug is really about these attributes on body elements other than the actual body element. Being in document tree vs. not in the document tree isn’t important.

To get this right, we want code that handles various corner cases correctly, including things like body elements that are <frameset> rather than <body>, removing one body element so another element becomes the body element, inserting a body element that already has attributes, and so on.

Shouldn’t be too hard to write, but quite different from what we have now.

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