The following Wikicode throws two lint errors: Missing end tags and Stripped tags, both on the <span>:
<div></div><span>[anything or nothing] </span>
However, this does not:
<div></div><span></span>
I think the former example should not be a lint error?