- From: David Håsäther <hasather@gmail.com>
- Date: Sun, 26 Jun 2005 22:49:58 +0200
- To: "J. Grant" <jg@jguk.org>
- CC: www-validator@w3.org
On 2005-06-26 22:34, J. Grant wrote:
> Line 30, column 116: an attribute value specification must be an
> attribute value literal unless SHORTTAG YES is specified
>
> ...n_home.gif" style="border: 0" hspace=2 alt="Home">Home</a></td>
>
>
> Could what "an attribute value literal" be defined please?
An attribute value literal is an attribute value that is delimited by
either a quotation mark (") or an apostrophe ('). So, hspace=2 must be
either hspace="2" or hspace='2' (but preferably none of them).
--
David Håsäther
Received on Sunday, 26 June 2005 20:50:18 UTC