patch to add support for designMode and contentEditable attributes

Leo Savernik l.savernik at aon.at
Wed Oct 15 02:02:51 CEST 2003


Am Dienstag, 14. Oktober 2003 22:08 schrieb Ken Kocienda:
> This patch adds support for designMode and contentEditable attributes.
> This patch probably has an amount of overlap with some work Leo
> Savernik has done recently with caret navigation and tracking inherited
> attributes that have to do with editing. At this time, I did not
> attempt to resolve these differences.

It overlaps indeed. I introduced -khtml-user-input, somewhat resembling CSS 3, 
so I don't have to rely on proprietary attributes (the contenteditable 
attribute is to be emulated by css). I will certainly merge the ecma 
bindings, but after 3.2 so webpages don't get confused by half-implemented 
features.

Does this actually mean WebCore has working html editing code? If yes please 
tell me, then I'll abandon my work on designMode immediately.

mfg
	Leo



More information about the Khtml-devel mailing list