Re: ERROR(?) in content declarations for character tags

Peter Flynn <pflynn@curia.ucc.ie>
Date: Fri, 23 Sep 94 11:23:30 EDT
Message-id: <199409231518.QAA27388@curia.ucc.ie>
Reply-To: pflynn@curia.ucc.ie
Originator: html-wg@oclc.org
Sender: html-wg@oclc.org
Precedence: bulk
From: Peter Flynn <pflynn@curia.ucc.ie>
To: Multiple recipients of list <html-wg@oclc.org>
Subject: Re: ERROR(?) in content declarations for character tags
X-Listprocessor-Version: 6.0c -- ListProcessor by Anastasios Kotsikonas
X-Comment: HTML Working Group (Private)
> I accept the reason for most of the character tags (i.e. the 'emphasis'
> based ones), but I think it is hard to use the same argument on some of
> the tags.  For example, the following tags still, to me, do not make
> sense to allow nesting:
> 
> 	CODE, SAMP, KBD, KEY
> 
> Does this make sense:
> 
> 	<code>This <code>is <code>an example</code></code></code>

No, but unless I missed something, the original point was to allow, eg

<strong>You must not type <code>x=n</code> but <code>set x to n</code></strong>

where the cited code would be in bold typewriter where possible.

///Peter