diff --git a/examples/dom.html b/examples/dom.html index f63eb8cf..370d38b4 100644 --- a/examples/dom.html +++ b/examples/dom.html @@ -10,8 +10,12 @@
+This example shows how to bind a YXmlFragment type to an arbitrary DOM element. We set the DOM element to contenteditable so it basically behaves like a very powerful rich-text editor.
+The content of this editor is shared with every client who visits this domain.
+