On Sun, Apr 29, 2012 at 11:39 PM, David Young <[email protected]> wrote: > I'm curious what advantages document.execCommand() has over the > customary DOM API for adding/deleting/moving nodes?
execCommand() does vastly more complicated things than the DOM APIs. See the spec for details: http://dvcs.w3.org/hg/editing/raw-file/tip/editing.html
