-
Bug
-
Resolution: Unresolved
-
P4
-
8
The HtmlTree simply discards invalid nodes which should not have been created in the first place. We need to either rethink empty or come up with an alternative name e.g. A <br> tag should not show up as empty just because it cannot contain content. So we need some method on Content that checks if it has content to be displayed.