LLevo mucho tiempo utilizando estos metas y mi pagina siiempre ha estado validada por html5 pero ahora me esn errores
Cita:
<meta name="robots" content="all | index | follow"/>
<meta name="y_key" content="10f7a7779ed53799"/>
<meta name="revisit-after" content="1 month"/>
<meta name="rating" content="General"/>
<meta name="robots" content="all | index | follow"/>
<meta name="y_key" content="10f7a7779ed53799"/>
<meta name="revisit-after" content="1 month"/>
<meta name="rating" content="General"/>
en concreto el error es el sguiente
Cita:
Alguien me puede orienter como solucionarlo Line 9, Column 47: Bad value y_key for attribute name on element meta: Keyword y_key is not registered.
<meta name="y_key" content="10f7a7779ed53799"/>
Syntax of metadata name:
A metadata name listed in the HTML specification or listed in the WHATWG wiki. You can register metadata names on the WHATWG wiki yourself.
<meta name="y_key" content="10f7a7779ed53799"/>
Syntax of metadata name:
A metadata name listed in the HTML specification or listed in the WHATWG wiki. You can register metadata names on the WHATWG wiki yourself.
Bueno he estado buceando un poco por la red y no entiendo porque ahora ocurre esto.
He visto el registro de extensiones del atributo name,
http://wiki.whatwg.org/wiki/MetaExte...red_Extensions y los cuatro atributos que ahora a mi me dan error siguen registrados. Es curioso que siempre que valido mi pagina nunca me ha dado error de validacion en los meta de hecho en los ultimos años nunca he tenido problemas y la construccion semantica estoy seguro que es correcta. Lo dejo aqui por si hay mas gente que le ocurra esto al validar un sitio en html5.