- From: Ian Hickson <ian@hixie.ch>
- Date: Wed, 22 Aug 2007 07:33:48 +0000 (UTC)
- To: Geoffrey Sneddon <foolistbar@googlemail.com>
- Cc: public-html@w3.org
On Tue, 21 Aug 2007, Geoffrey Sneddon wrote: > > |ins| has a transparent content model, unlike |del|. Is there any reason > not to have the same content model for both? We don't want this to be allowed: <ol> <li> <ins><p>Hello</p></ins> <ins><em>World</em></ins> </li> </ol> ...but we do want this to be allowed: <ol> <li> <del><p>Hello</p></del> <del><em>World</em></del> </li> </ol> -- Ian Hickson U+1047E )\._.,--....,'``. fL http://ln.hixie.ch/ U+263A /, _.. \ _\ ;`._ ,. Things that are impossible just take longer. `._.-(,_..'--(,_..'`-.;.'
Received on Wednesday, 22 August 2007 07:34:15 UTC