Re: contenteditable on change

Tushar Kapila wrote:
> 

>  
> Need both contenteditable and an on change event for at least span and 
> div tags.

span div *elements* are, respectively, the last resort inline and block 
level elements, so almost any new attribute added to those would need to 
be added to every element type that supports rendered text.  Less so for 
div, but for span one should always be using a more specific inline 
element if one exists.

-- 
David Woolley
Emails are not formal business letters, whatever businesses may want.
RFC1855 says there should be an address here, but, in a world of spam,
that is no longer good advice, as archive address hiding may not work.

Received on Tuesday, 8 January 2008 23:03:36 UTC