[Imps] [whatwg] Standard DOM Serialization? [was :Common Subset]
Sam Ruby
rubys at intertwingly.net
Mon Dec 11 08:24:44 PST 2006
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
More information about the Implementors
mailing list