Hi all!
Normally, my blog validate w3c's html test without problems, but anytimes (with, or without comments), I recived this three errors in any posts:
# Error Line 126 column 2009: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified.
...is post. <a href="#respond" title="Añade">Añade un co
✉
# Error Line 126 column 2018: "un" is not a member of a group specified for any attribute.
...a>. </a><a href="#respond" title="Añade">Añade un comentario
✉
# Error Line 126 column 2028: an attribute value literal can occur in an attribute specification list only after a VI delimiter.
... href="#respond" title= Añade un comentario">Añade un comentario </a> o dej
Have you forgotten the "equal" sign marking the separation between the attribute and its declared value? Typical syntax is attribute="value".
The link or this is: Link
My theme is Sandbox.
Thanks!
[edited to show source within valaidation and to fix the display of the errors - drmike]