- From: David Dorward <david@dorward.me.uk>
- Date: Thu, 7 Jul 2005 23:43:17 +0100
- To: www-html@w3.org
On Thu, Jul 07, 2005 at 06:38:32PM -0400, Orion Adrian wrote: > Is there any reason <code> doesn't assume preformatting? I've never > seen code that doesn't require preformatting to be readable. Well, its an inline element for a start. That sort of white space handling is generally reserved for blocks, and if <code> became a block it would throw my nested <code> technique right off. I also use small fragments of code in the middle of normal paragraphs. e.g. <p>The <code><p></code> element etc etc -- David Dorward http://dorward.me.uk
Received on Thursday, 7 July 2005 22:43:22 UTC