Steve Lhomme wrote: > > IMO this distinction also applies to HTML : > <ul> > <li>item</li> > some text > </ul> > This is a bad example. You are not allowed to have text nodes directly in the ul-node, so it is only natural that different clients behave differently (since the behaviour isn't defined). /Martin Nilsson