It seems it allows you to edit the content of an element, but what is actually happening? When I enter javascript:document.body.contentEditable="true"; void 0 in the URL bar, it lets you move things around in a WYSIWYG editor in the browser window.
What's the use of this property?
