Henri Sivonen wrote: > On Dec 11, 2006, at 17:29, Henri Sivonen wrote: > >> * For element start, write "<" followed by the element name, >> followed by attributes, followed by ">". > > * For element end, write "</" followed by the element name, followed by > ">".
Don't do that for elements which are always empty. Also, as Anne pointed out, there is a precise serialization defined for innerHtml. - Sam Ruby _______________________________________________ implementors mailing list [EMAIL PROTECTED] http://lists.whatwg.org/listinfo.cgi/implementors-whatwg.org
