Valid content string, column modifier

In any case, in order not to display row and column changes (2 arrows and a cross) when editing the table. I went through the W3C project for content content, and it does not say anything about specific cases of different elements.

+5
source share
2 answers

If you understand correctly, then this will be done in Firefox (note: apparently, the document must be loaded before this command is executed. See comments below):

 document.execCommand("enableInlineTableEditing", null, false);

. : Javascript, Firefox: ?

+9

All Articles