- From: Rick Stanley <rstanley@rsiny.com>
- Date: Wed, 04 Oct 2006 10:59:56 -0400
- To: www-validator@w3.org
Validating
Warning Line 5 column 44: character "<" is the first character of a delimiter but occurred as data.
<meta name="revised" content="Time-stamp: <2006-10-03 22:54:38 rick> " />
This message may appear in several cases:
* You tried to include the "<" character in your page: you should
escape it as "<"
* You used an unescaped ampersand "&": this may be valid in some
contexts, but it is recommended to use "&", which is always
safe.
* Another possibility is that you forgot to close quotes in a
previous tag.
This is a emacs editor Timestamp. Since I can only use 'Time-stamp: "'
", or 'Time-stamp: <>' I used the latter since it needed to go inside
quotes. Should the validator notice what is inside of quotes,
especially inside of a meta tag? The '<', and '>' characters are NOT
deliminators INSIDE of a quoted string. They are simply, literal text.
I don't think this should invoke a warning.
Rick Stanley
[ Add your message/question here.
Follow the instructions at
http://validator.w3.org/feedback.html#errormsg ]
Received on Wednesday, 4 October 2006 16:19:53 UTC