XML Patch For FOUC
Peter Kelly
pmk@post.com
Wed, 15 Jan 2003 22:22:32 +1030 (CST)
On Wed, 15 Jan 2003, Alexander Kellett wrote:
> hiya david!
>
> quick question to cvs khtml people, why is parentNode()->renderer()
> asserted in some attach() methods but not in others?, bugs?
IIRC, The way that the attaching process works is that children are
always suposed to be attached after their parents, and detached before
their parents. So you can never have a situation where a child is attached
but not a parent.
So the asserts could probably be put in all places - it's probably just
been overlooked when some methods were written.
--
Peter Kelly
pmk@post.com