krithika wrote: > Why do you say I create an invalid html.Iam only adding a text node > and is it not allowed anywhere inside a html page.
It's not allowed as a child of <br>. In fact, nothing is. At least when parsing the HTML. When serializing, the HTML serializer does some special things with <br> as well; not sure whether that matters here. -Boris _______________________________________________ dev-tech-layout mailing list [EMAIL PROTECTED] https://lists.mozilla.org/listinfo/dev-tech-layout

