Easy A
Would you like to react to this message? Create an account in a few clicks or log in to continue.


 
HomeHome  Latest imagesLatest images  SearchSearch  RegisterRegister  Log inLog in  

Share
 

 w3c validation - please help correcting the error

View previous topic View next topic Go down 
AuthorMessage
nu11byte
Member
Member
nu11byte

Posts : 4
Join date : 2011-05-19

w3c validation - please help correcting the error Empty
PostSubject: w3c validation - please help correcting the error   w3c validation - please help correcting the error EmptyThu Jun 23, 2011 8:17 am

Hello, this site had 120 error, I was able to correct 8 of them by my own. There are still many... and I have no idea how to correct them....


please help...

http://validator.w3.org/check?uri=ht...alidator%2F1.2
Back to top Go down
Shakage
Member
Member
Shakage

Posts : 4
Join date : 2011-06-21

w3c validation - please help correcting the error Empty
PostSubject: Re: w3c validation - please help correcting the error   w3c validation - please help correcting the error EmptyThu Jun 23, 2011 8:18 am

Line 76, Column 16: there is no attribute "property"
<meta property="og:site_name" content="Glamourina blog o modzie"/>

This looks like the page was created using some kind of comercial generator. What program did you use? The meta tag can have "name" and "content" but not "property" as attributes.


Line 130, Column 12: ID "menu-nav" already defined <div id="menu-nav">

On line 120, you already have something with an ID of "menu-nav" and every ID *must* be unique. Change one of them plus any CSS and script that references them.


Line 160, Column 46: there is no attribute "size"
…***="google_plus_one"><g:plusone size="medium" count="true" url="http://glamou…

There is no tag "<g:plusone" and, therefore, no size attribute. Again, it looks like you used a page generator that has bugs.


Multiple errors listed having to do with that "<g:plusone" thing.


Line 245, Column 9: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified
<a href=http://glamourina.pl/pierscionek-motyl/>

You need quotes around the href value.


Many more errors listed where href or src values should be quoted.


Fix all of the above and similar items on the rest of your page and then test again.
Back to top Go down
nu11byte
Member
Member
nu11byte

Posts : 4
Join date : 2011-05-19

w3c validation - please help correcting the error Empty
PostSubject: Re: w3c validation - please help correcting the error   w3c validation - please help correcting the error EmptyThu Jun 23, 2011 8:20 am

Thank you,

for the there is no attribute "property" and there is no attribute "size" I don't know if we can do something. They are facebook like button (or google +1 button) scripts... FB/google provide this kind of codes.


Line 130, Column 12: ID "menu-nav" already defined <div id="menu-nav">
I will work on this



Line 245, Column 9: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified
I corrected these errors.


I still don't see the changes reflected in the w3c validator, maybe I'll have to wait for their cache to expire.


Do you see any other errors apart from things with g: or og: in the code?
__________________
Back to top Go down
toxicity
Member
Member
toxicity

Posts : 6
Join date : 2011-06-21

w3c validation - please help correcting the error Empty
PostSubject: Re: w3c validation - please help correcting the error   w3c validation - please help correcting the error EmptyThu Jun 23, 2011 8:21 am

you have 2 ids the same name: <div id="menu-nav">

you cannot have more than one "id" of the same name in the same page

you can have have div style="menu-nav" as many times as you like but you can't replicate "id" names on the same page.
Back to top Go down
toxicity
Member
Member
toxicity

Posts : 6
Join date : 2011-06-21

w3c validation - please help correcting the error Empty
PostSubject: Re: w3c validation - please help correcting the error   w3c validation - please help correcting the error EmptyThu Jun 23, 2011 8:21 am

sorry didnt notice you already posted this, was about to check them all lol
Back to top Go down
Shakage
Member
Member
Shakage

Posts : 4
Join date : 2011-06-21

w3c validation - please help correcting the error Empty
PostSubject: Re: w3c validation - please help correcting the error   w3c validation - please help correcting the error EmptyThu Jun 23, 2011 8:22 am

You have fixed some problems; see the rest here: http://validator.w3.org/check?charse...glamourina.pl/

You don't need to wait for "w3 cache" to clear to revalidate. Go to the following url and put in your site address: http://validator.w3.org/

I dropped all errors specificaly stated as og: or g: or fb: and found quite a list remaining. I'll attempt to answer some of them below. Please fix these before writing back so that we don't go over the same problems multiple times.


Line 98, Column 48: document type does not allow element "div" here;

A div is block mode, but you have used it within an inline item.


Line 130, Column 12: ID "menu-nav" already defined

Each ID MUST BE UNIQUE. This ID was already used on line 120.


Line 160, Column 72: there is no attribute "url"

This might be an og: or not.


Line 245, Column 9: an attribute value specification must be an attribute

Check every point where there is an href= or src= item and put quote marks around the string of characters immediately after the equals sign. There a multiples of these.


Line 245, Column 64: required attribute "alt" not specified

The DOCTYPE you have chosen demands that every image must have an alt attribute. Some people think this type of error is not worth fixing and some fix it by putting in a dummy value like alt="*" but you should put in a short description of the image in case the user has images turned off.
Back to top Go down
nu11byte
Member
Member
nu11byte

Posts : 4
Join date : 2011-05-19

w3c validation - please help correcting the error Empty
PostSubject: Re: w3c validation - please help correcting the error   w3c validation - please help correcting the error EmptyThu Jun 23, 2011 8:23 am

Thank you!!

It really looks there is some problem with the w3c validator.
I corrected that error yesterday. In the source code the quotes are visible, but the w3c validator is not reading the site live, but is using some cached version.

Do you know maybe why?
Back to top Go down
nu11byte
Member
Member
nu11byte

Posts : 4
Join date : 2011-05-19

w3c validation - please help correcting the error Empty
PostSubject: Re: w3c validation - please help correcting the error   w3c validation - please help correcting the error EmptyThu Jun 23, 2011 8:24 am

oh, now the validator updated itself and I can see around 80 errors. goood
Back to top Go down
Sponsored content




w3c validation - please help correcting the error Empty
PostSubject: Re: w3c validation - please help correcting the error   w3c validation - please help correcting the error Empty

Back to top Go down
 

w3c validation - please help correcting the error

View previous topic View next topic Back to top 
Page 1 of 1

 Similar topics

-
» Validation
» form validation of a checkbox not quite right
» Integer Arrays, Random Numbers, Try-Catch Validation
» Object Error... Why????
» Error in rails gem installation

Permissions in this forum:You cannot reply to topics in this forum
Easy A :: w3c validation - please help correcting the error Edit-trash Useless :: Trash-