Re: XHTML2: Proposal for total separation of semantics from structure

Orion Adrian:
> <pre><code>Blah</code></pre>
> 
> <div class="preformatted code">Blah</div>
> would be better.

I disagree, for element names should carry the main semantics, and 
prefer myself something like this:

   <"some parent with only block children allowed">
     <code class="pre"/>
   </>

Received on Tuesday, 30 August 2005 15:29:02 UTC