On 4/20/05, Anne van Kesteren <fora at annevankesteren.nl> wrote: > Besides your other points I think it would also be important to specify > the content model the element can have and the possibility to restrict > this content model. > ... > <em contentEditable="true" exclude="a em strong span"> Although such a selection method would be convenient, I think it makes more sense to specify such exceptions on the elements themselves, removing the need to add a new attribute. For instance, <div contenteditable="true"> <a href="#header" contenteditable="false">Header</a> <a href="#footer">Footer</a> </div> In this case the first link would be manipulated as an unbreakable unit inside the div. -- Brad Fults NeatBoxReceived on Wednesday, 20 April 2005 10:28:01 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Wednesday, 30 January 2013 18:47:31 GMT