Re: Difference of content model of |ins| and |del| (part of detailed spec review of Edits)

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