diff --git a/dom.d b/dom.d index db2787c..a26a1de 100644 --- a/dom.d +++ b/dom.d @@ -908,6 +908,11 @@ class Element { doc.root.children = null; } + /// ditto + @property void innerHTML(Html html) { + this.innerHTML = html.source; + } + /** Replaces this node with the given html string, which is parsed