navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

Microsoft MVP

 

W3C Validator, Accessibility & Link Checks...

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> Accessibility >> W3C Validator, Accessibility & Link Checks...
Page: [1]
 
Nicole

 

Posts: 2830
Joined: 9/15/2004
From: Nambucca / Kempsey, Australia
Status: offline

 
W3C Validator, Accessibility & Link Checks... - 12/21/2004 6:53:19   
... I hope this topic fits this forum, i really didn't know where to post it.

I'm planning to make my site comply with the 3 validators in the heading over the holiday period and i've checked every page in my site and found it has totals of 556 W3C html validator errors, 7682 Accessibility errors and 11 link errors.

I'm figuring this will be a good way for me to get practice at proper coding, and i also 'assume' a lot of the errors, especially those concerning accessibility will repeat themselves many times throughout the site, therefore i shouldn't be as big a drama as it seems.

My question is, should i make my site comply with accessibility first before turning my attention to the html validator? Will the changes i make to the accessibility affect the html in a way it could create more errors in the W3C validator?

I'm also wondering if i have to choose 'strict' language to completely correct all errors, or will 'transitional' make them all correct?

Apologies if my use of some terms are incorrect.

Thanks

Nicole

_____________________________

:)
bobby

 

Posts: 11394
Joined: 8/15/1969
From: Seattle WA USA
Status: offline

 
RE: W3C Validator, Accessibility & Link Checks... - 12/22/2004 15:38:15   
Transitional will be easier to validate... because it's not as strict as strict :)

I would validate the HTML and CSS first, then go on to the accesibility issues...

There may be some things that break while you're tweaking one or the other, but they should all resolve pretty easily. (And they shouldn't rely on the same validation)

And yes, many of the errors you're seeing are likely duplicates... you might see 300 of the same error pop up on a given page.

_____________________________

If con is the opposite of pro, is Congress the opposite of progress?


:)

(in reply to Nicole)
d a v e

 

Posts: 4064
Joined: 7/24/2002
From: England (but live in Finland now)
Status: offline

 
RE: W3C Validator, Accessibility & Link Checks... - 12/22/2004 15:55:01   
also the more standards compliant you make your code the better it will be for accessibility - it's one of the requirements for the cynthia says checks

this is my fave link at the mo (whole book online free)
http://joeclark.org/book/sashay/serialization/


_____________________________

David Prescott
Gekko web design

(in reply to bobby)
jaybee

 

Posts: 14134
Joined: 10/7/2003
From: Berkshire, UK
Status: offline

 
RE: W3C Validator, Accessibility & Link Checks... - 12/22/2004 18:08:14   
quote:

556 W3C html validator errors, 7682 Accessibility errors and 11 link errors.


Crumbs! :)

I do mine one page at a time. It's not quite so daunting that way.

What are you validating against? XHTML 1.1 Strict?

First thing I would do is go through and change all <br> to <br />

make sure all <img statements end with /> rather than just > and put alt="blahblahblah" for each. While you're at it stick a title="blahblahblah" in as well for Cynthia.

Make sure all stuff after = in the HTML is surrounded by " "

and make sure everything is in lowercase. I had one statement that drove me nuts; it was onClick. Changed it to onclick and it validated.

That usually gets rid of the odd 500 or so errors.

Have fun. :)

_____________________________

If it ain't broke..... fix it until it is.
:)

:)
GAWDS
Now where did I put that Doctype?

(in reply to d a v e)
Nicole

 

Posts: 2830
Joined: 9/15/2004
From: Nambucca / Kempsey, Australia
Status: offline

 
RE: W3C Validator, Accessibility & Link Checks... - 12/22/2004 18:23:20   
Hi Jaybee,

quote:

What are you validating against? XHTML 1.1 Strict?


That is what i was going to validate against until someone here suggested "transitional". My concern is, if i only validate for transitional, won't some errors still appear when testing for accessibility?

Thanks for the other tips too, AND WHO's CYNTHIA???

I only checked all the errors at once the other night because i was bored lol, but as i've said, this will be good practice for me and learn at the same time while i have a few spare minutes over the holiday period.

Just one other question on accessibility, dealing with colour-blindness. I've found a link which tests each url you submit, but is the idea to just make sure that images and text are still readable for all the colour-blind conditions?

On this site too, it conducts a test for "coverage test black/white/grey" and my page is just blacked out or whited out etc. Is that some kind of colour-blind condition or just some sort of other test?

Thanks again

Nicole

_____________________________

:)

(in reply to jaybee)
jaybee

 

Posts: 14134
Joined: 10/7/2003
From: Berkshire, UK
Status: offline

 
RE: W3C Validator, Accessibility & Link Checks... - 12/22/2004 18:56:21   
It depends. There are code errors and accessibilty errors and some of them are the same thing, some aren't.

If you get your html and css clean then you're a long way down the accessibility route. Transitional/Strict won't neccessarily cause our Cynth to throw a wobbler. Bad code of any kind will.

Cynthia is a good friend of Bobby. :)

Ok, she's a method of validating for AAA rating. You can also use Bobby. There are 3 levels A, AA, AAA. Tough to get the AAA rating but AA reasonably easy and gives a good standard of access.

Colourblindness checkers do as you suggest. They allow you to ensure that there is sufficient contrast for your content to show up if someone has a blue, red or yellow deficiency.

It's far too late to attempt to get my head round the black/white thing. Get your site clear in the others and it'll be fine.

_____________________________

If it ain't broke..... fix it until it is.
:)

:)
GAWDS
Now where did I put that Doctype?

(in reply to Nicole)
d a v e

 

Posts: 4064
Joined: 7/24/2002
From: England (but live in Finland now)
Status: offline

 
RE: W3C Validator, Accessibility & Link Checks... - 12/23/2004 3:24:27   
http://www.cynthiasays.com/

http://bobby.watchfire.com/bobby/html/en/index.jsp

also a note on the colourblindness thing - it doesn't mean for example that you can't use red and green on the same page as long as you don't place them together or use them to signify different things that can't be determined by a colour blind user. so green links red background is out for example...

_____________________________

David Prescott
Gekko web design

(in reply to jaybee)
bobby

 

Posts: 11394
Joined: 8/15/1969
From: Seattle WA USA
Status: offline

 
RE: W3C Validator, Accessibility & Link Checks... - 12/23/2004 11:01:42   
quote:

You can also use Bobby.

Yes... I validate thee

:)

_____________________________

If con is the opposite of pro, is Congress the opposite of progress?


:)

(in reply to d a v e)
jaybee

 

Posts: 14134
Joined: 10/7/2003
From: Berkshire, UK
Status: offline

 
RE: W3C Validator, Accessibility & Link Checks... - 12/24/2004 4:33:29   
quote:

ORIGINAL: bobby

quote:

You can also use Bobby.

Yes... I validate thee

:)


Not that you'll get much sense out of him.

:)

_____________________________

If it ain't broke..... fix it until it is.
:)

:)
GAWDS
Now where did I put that Doctype?

(in reply to bobby)
d a v e

 

Posts: 4064
Joined: 7/24/2002
From: England (but live in Finland now)
Status: offline

 
RE: W3C Validator, Accessibility & Link Checks... - 12/24/2004 4:48:20   
yep i agree - cynthia looks like a demonic librarian but she knows more or less what she's talking about ;)

btw nice avatar jb

_____________________________

David Prescott
Gekko web design

(in reply to jaybee)
Page:   [1]

All Forums >> Web Development >> Accessibility >> W3C Validator, Accessibility & Link Checks...
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts