Re: View Source

Karl Dubost wrote:
> Things like
>     <center>foo</center>
> Does it become
>     <span style="text-align:center;">foo</span>
> or    foo
> or    <span class="canon001">foo</span>  (with external stylesheet)

Neither, since neither is equivalent to <center>.

Is the "what's the canonical source?" problem really more complicated 
than "serialize the DOM"?

-Boris

Received on Tuesday, 17 March 2009 14:03:58 UTC