Re: Possible bug

Vicente, are either <app-recaptchacomponent> or <recaptcha> valid HTML 5 elements ?
Philip Taylor
--------
Fernández Muñoz, Vicente wrote:
>
> 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
>

Received on Friday, 15 June 2018 13:23:21 UTC