[editing] table manipulation commands

2013-03-15 Thread Shezan Baig
Hi, I would like to propose adding some basic table manipulation commands to the editing spec [1]. Something along the lines of: execCommand(InsertColumnsBefore, false, numColumns); execCommand(InsertColumnsAfter, false, numColumns); execCommand(DeleteSelectedColumns, false);

[editing] Block extending algorithm

2013-02-24 Thread Shezan Baig
Hi folks, Currently, the block extending algorithm [1] normally treats br as a block delimiter, but if the br is inside an li, then it is not treated as a block delimiter. This seems like a somewhat arbitrary decision. I've noticed that different applications extend blocks differently,

[editing] Block extending algorithm

2013-02-24 Thread Shezan Baig
Hi folks, Currently, the block extending algorithm [1] normally treats br as a block delimiter, but if the br is inside an li, then it is not treated as a block delimiter. This seems like a somewhat arbitrary decision. I've noticed that different applications extend blocks differently,