Estoy validando mi página en: http://validator.w3.org/
y me saltan 3 errores, pero son parte del enlace que me proporcionó Twitter para adjuntar el famoso "Twittear".
Mi línea donde adjunto el botón de Twitter, y según el código que me brindó el mismo Twitter me quedó así:
Código HTML:
<a href='http://twitter.com/share' class='twitter-share-button' data-count='none' data-via='mipagina' data-lang='es'>Tweet</a> <script type='text/javascript' src='http://platform.twitter.com/widgets.js'></script>
1) there is no attribute "data-count"
2) there is no attribute "data-via"
3) there is no attribute "data-lang"
Como hago entonces para validar mi web ??
Twitter brinda un código que no se puede validar ??
El Doctype que esty usando es este:
Código HTML:
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>