Possible bug

Hello,

I'm checking this html and the validator skips the error I'm reporting. Isn't it possible it's a bug?

<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <title>Issue</title>
  <base href="/">
  <meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
        <app-recaptchacomponent><span class="hola">hola</span>
                      <recaptcha id="ngrecaptcha-0"></recaptcha>
                </app-recaptchacomponent>
</body>
</html>


Error: Element recaptcha not allowed as child of element app-recaptchacomponent in this context. (Suppressing further errors from this subtree.)

From line 12, column 2; to line 12, column 31<https://validator.w3.org/nu/#l12c31>

</span>↩↩ <recaptcha id="ngrecaptcha-0"></reca

I look forward to hearing from you.

Thank you very much. Regards!

Vicente

________________________________

Este correo electrónico y, en su caso, cualquier fichero anexo al mismo, contiene información de carácter confidencial exclusivamente dirigida a su destinatario o destinatarios. Si no es vd. el destinatario indicado, queda notificado que la lectura, utilización, divulgación y/o copia sin autorización está prohibida en virtud de la legislación vigente. En el caso de haber recibido este correo electrónico por error, se ruega notificar inmediatamente esta circunstancia mediante reenvío a la dirección electrónica del remitente.
Evite imprimir este mensaje si no es estrictamente necesario.

This email and any file attached to it (when applicable) contain(s) confidential information that is exclusively addressed to its recipient(s). If you are not the indicated recipient, you are informed that reading, using, disseminating and/or copying it without authorisation is forbidden in accordance with the legislation in effect. If you have received this email by mistake, please immediately notify the sender of the situation by resending it to their email address.
Avoid printing this message if it is not absolutely necessary.

Received on Friday, 15 June 2018 12:40:34 UTC