Buenos días para todos
Sigo con algunos problemas con la validación de la W3C a unas etiquetas en html 5:
Cita: Line 6, Column 56: Bad value X-UA-Compatible for attribute name on element meta: Keyword x-ua-compatible is not registered.
<meta name="X-UA-Compatible" content="IE=edge,chrome=1">
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.
Cita: Line 8, Column 122: Bad value title for attribute name on element meta: Keyword title is not registered.
Progreso alternativo | la mejor solucion" />
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.
Cita: Line 17, Column 39: Bad value expires for attribute name on element meta: Keyword expires is not registered.
<meta name="expires" content="never" />
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.
Estas etiquetas ya no se ponen en html5?
Sí se ponen como se deben poner?
Gracias por su ayuda