tbranyen opened this issue 5 years ago · 1 comments
When in strict mode, the following text can appear:
<li> is not a self closing tag.
This should probably say,
<li> must be closed in strict mode
A self closing tag looks like <li /> whereas this error occurs when you forget to close a tag.
<li />
Closed in 7b19e12