Importing a document containing a hyperlink (<a>) tag without content extends it over the trailing elements.
For example, importing this HTML:
<a></a> <p>First paragraph</p> <p>Second paragraph</p> <p>Third paragraph</p>
Generates:
Instead of this: