Re: W3C Buttons makes 3 Errors on my Webpage

"David Dorward" <[email protected]>
Newsgroups gmane.org.w3c.validator
Message-ID <[email protected]>
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/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.