Re: Error Report

2013-07-13 18:38, Guz Zero wrote:

> I have some error report about my script,

I think you mean "HTML document", not "script".

>  1. Error /Line 40, Column 122/: & did not start a character reference.
>     (& probably should have been escaped as &.)
>
>     |…n.css?targetBlogID=5651085087744624506*&*zx=ce60fcf3-0d16-4d28-8e9a-0b497d31abfc…|

This is a bug in the HTML5 "validator" or in the HTML5 "specification", 
depending on who you ask. In practice, ignore it. (I use the quotes 
because the "validator" clearly says it is experimental and the 
"specification" is work in progress that may and will change without 
notice.)

You can replace the "&" by "&" to get rid of this error message.

>  2. Error /Line 474, Column 5/: Element dl is missing a required
>     instance of one or more of the following child elements: dd, template.

You have a dl element that contains nothing but a dt element. This is 
invalid syntax, and rather pointless - you probably should not use dl 
(description list) if you have just a "term" without any description.

> I attach the following picture

You should include a URL, not screenshots. From the first screenshot, it 
seems that the URL is http://guzzero.blogspot.fi and it has the issues 
mentioned, though at different linenumbers.

Yucca

Received on Sunday, 14 July 2013 06:04:55 UTC