Re: Simple template-based editing

On Thu, 29 Sep 2005, Bert Bos wrote:
> 
> Presumably, the server will check what you send back, but assuming that 
> you are trying to do the right thing, it would be good if the server 
> could tell your browser/editor in a machine-readable way what changes 
> are allowed.

Indeed. However, this seems like a semantic thing, not a stylistic thing. 
You wouldn't want the document to only be editable if it was styled, for 
instance. You'd want it to be editable regardless of what stylesheet was 
applied.

IE invented contentEditable for doing something similar to what you 
describe, btw. (contentEditable is being specified in the WHATWG specs:
   http://whatwg.org/specs/web-apps/current-work/#editing
...so that it can be more interoperably implemented in other UAs.)

-- 
Ian Hickson               U+1047E                )\._.,--....,'``.    fL
http://ln.hixie.ch/       U+263A                /,   _.. \   _\  ;`._ ,.
Things that are impossible just take longer.   `._.-(,_..'--(,_..'`-.;.'

Received on Thursday, 29 September 2005 17:12:51 UTC