``` html`.<a></a>` ``` This ignores `<a>` and returns `"."`, whereas `` html`.<a></a>.` `` correctly returns a `DocumentFragment`. Workaround: `` html`.<a></a>${""}` ``