In what real situation or when will it be necessary to use the global contentEditable attribute, by the html element, since this is a root element and that editing it would be the same as modifying, inserting or deleting leaf elements? Example:
<html contentEditable="true">
...
</html>
Thank you!