Skip to content

spec-char-escape

Special characters must be escaped.

Level: Error

  1. true: enable rule
  2. false: disable rule

The following patterns are not considered violations

Section titled “The following patterns are not considered violations”
<span>aaa&gt;bbb&lt;ccc</span>
<span>Steinway &amp; Sons, Q&amp;A</span>
<span>Steinway & Sons, Q&A</span>

The following pattern is considered a rule violation:

Section titled “The following pattern is considered a rule violation:”
<span>aaa>bbb<ccc</span>