Skip to content
Hanxing Yang edited this page Jul 10, 2016 · 1 revision

name

nest

description

Elements should be nested abiding by specific rules. If found not, it reports.

sample

<!-- Bad -->
<span><div>Hi</div></span>

<!-- Good -->
<div><span>Hi</span></div>

code

  • 041

    Element found with wrong content.

  • 042

    Element found in wrong context.

config

  • true

    Do check / format.

  • false

    Do not check / format.

format support

No.