- From: David Dorward <david@dorward.me.uk>
- Date: Fri, 25 Jul 2014 12:51:13 +0100
- To: "Jutta Koliofotis" <j.koliofotis@bluewin.ch>
- Cc: www-validator@w3.org
On 23 Jul 2014, at 0:12, Jutta Koliofotis wrote:
> Since I have installed the buttons from your page „W3C XHTML1.0 and
> W3C CSS” I have in every page 3 Errors.
> > 1. ErrorLine 655, Column 8: required attribute "type" not
> specified
>
> <script>
I'm not aware of any W3C validation service that gives you a <script>
element to insert into your document when you complete validation. Where
exactly did that come from?
> 2. ErrorLine 690, Column 1: an attribute specification must start
> with a name or name token
>
> ="" src="http://jigsaw.w3.org/css-validator/images/vcss"
The code I get when I validate a stylesheet is:
<p>
<a href="http://jigsaw.w3.org/css-validator/check/referer">
<img style="border:0;width:88px;height:31px"
src="http://jigsaw.w3.org/css-validator/images/vcss"
alt="Valid CSS!" />
</a>
</p>
There is no ="" before the src attribute, so again, I don't know where
you are getting the code that triggers that error.
> 3. ErrorLine 690, Column 2: end tag for "img" omitted, but OMITTAG NO
> was specified
> You may have neglected to close an element, or perhaps you meant to
> "self-close" an element, that is, ending it with "/>" instead of ">".
The code I get (which you can see above) does include the / character,
so I don't know why you are getting incorrect code.
I suggest you provide links to:
(a) A document with the code from the validation service in it which
shows the error you are experiencing
and
(b) A URL to the validation service that validates another copy of that
document without the icons added so we can see what code it is
generating that is incorrect.
--
David Dorward
http://dorward.co.uk/
Received on Friday, 25 July 2014 11:51:39 UTC