We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
nest
Elements should be nested abiding by specific rules. If found not, it reports.
<!-- Bad --> <span><div>Hi</div></span> <!-- Good --> <div><span>Hi</span></div>
041
Element found with wrong content.
042
Element found in wrong context.
true
Do check / format.
false
Do not check / format.
No.