You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hanxing Yang edited this page Jul 10, 2016
·
1 revision
name
spec-char-escape
description
Special characters (<, >) in text content must be escaped. If found not, it reports.
sample
<!-- Bad --><div>test<</div><div>test></div><div>test>test<</div><!-- Good --><div>test<</div><scripttype="text/template"><div>test</div></script><style>body>a {
color: inherit;
}
</style>