nu 验证器可以使用未关闭的标签

nu validator is ok with unclosed tags

为什么此代码对 https://validator.w3.org/nu/#textarea 有效? 代码末尾没有</html></p>
是新的吗?

<!DOCTYPE html>
<html>

<head>
  <meta charset="utf-8">
  <link rel="stylesheet" href="style.css" />
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <title>xxxx</title>


</head>

<body>

  <div class="xxx">xxxxxxxxx</div><br />


  <div class="xx"><a href="xxxx.html">xxxx</a></div>
  <div class="xx"><a href="xxx.html">xxxxx</a></div>
  <div class="xx"><a href="xxx.html">xxx</a></div><br />
  <div class="xx"><a href="xxx.html">xxxxxx</a></div>
  <div class="xx"><a href="xxxx.html">xxxx ?</a></div>
  <div class="xx"><a href="x.html">L'xxx</a></div> <br />
  <div class="xx"><a href="xxxxx.html">xxxxxx</a></div><br />

  <div class="xxx">
    <a href="#"><img src="fichiers/images/img.png" alt="xxxx" class="xxx"></a>

  </div>
  <span class="xxxx">xxxx xxxxx</span>
  <p>
    <img src="xxx/x/xxx.jpg" alt="xxx" class="xxxxx" />

  </p>

  <div class="xxxx">
    <a href="xxxxx.html"><img src="xxx/x/xxxxx.png" alt="xxxx xx" class="xx"></a>
  </div>
  <p>

</body>

不,这不是新的。自 HTML 的第一个版本以来,这些元素的结束标记是可选的。只要我一直在使用 nu 验证器,它就符合规范的那一部分(就像以前的基于 DTD 的验证器一样)。