HTML Validation

S

Steve H

I checked a free validator and found my conversion to CSS
was pretty sloppy--59 errors on the first page checked
alone! Yet my pages are showing up just fine in various web
browsers. Is it worth changing over 1000 pages to get the
code exactly right?

Thanks,
Steve H
 
J

Jens Peter Karlsen[FP MVP]

What are the errors? Sometimes one error creates a number of other
errors so it might not be so bad fixing it.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 
D

David Rance

I checked a free validator and found my conversion to CSS
was pretty sloppy--59 errors on the first page checked
alone! Yet my pages are showing up just fine in various web
browsers. Is it worth changing over 1000 pages to get the
code exactly right?

I've found that it's pretty well impossible to get a FrontPage page to
validate if one is using themes and/or shared borders. I had to change
the offending code by hand and then FrontPage complained that it had
been altered.

David
 
S

Steve Easton

Yes it's worth correcting because pages will load faster.
When a page contains html errors, it forces a browser to operate in "Quirks mode" because it has to
"parse" the errors to render the page.

When correcting html errors with a validator, correct one error at a time starting at the top of the
page, save and then revalidate.
Often correcting one error will eliminate others further down the page.


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
S

Steve H

One error has to do with missing ALT tags, which I never
intended to put in there in the first place. (This is for
the HTML Transitional DOCTYPE.) That error happens
throughout the page. I don't understand the requirement to
include it.

Other (understandable) errors have to do with missing end tags.

Thanks for your responses on this.

-----Original Message-----
What are the errors? Sometimes one error creates a number of other
errors so it might not be so bad fixing it.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
-----Original Message-----
From: Steve H [mailto:[email protected]]
Posted At: 26. januar 2005 00:01
Posted To: microsoft.public.frontpage.programming
Conversation: HTML Validation
Subject: HTML Validation


I checked a free validator and found my conversion to CSS was
pretty sloppy--59 errors on the first page checked alone! Yet
my pages are showing up just fine in various web browsers. Is
it worth changing over 1000 pages to get the code exactly right?

Thanks,
Steve H
 
M

Murray

That's a warning, not an error. It's intended to jog you into using alt
attributes (not tags) on your images.

--
Murray

Steve H said:
One error has to do with missing ALT tags, which I never
intended to put in there in the first place. (This is for
the HTML Transitional DOCTYPE.) That error happens
throughout the page. I don't understand the requirement to
include it.

Other (understandable) errors have to do with missing end tags.

Thanks for your responses on this.

-----Original Message-----
What are the errors? Sometimes one error creates a number of other
errors so it might not be so bad fixing it.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
-----Original Message-----
From: Steve H [mailto:[email protected]]
Posted At: 26. januar 2005 00:01
Posted To: microsoft.public.frontpage.programming
Conversation: HTML Validation
Subject: HTML Validation


I checked a free validator and found my conversion to CSS was
pretty sloppy--59 errors on the first page checked alone! Yet
my pages are showing up just fine in various web browsers. Is
it worth changing over 1000 pages to get the code exactly right?

Thanks,
Steve H
 
K

Kathleen Anderson [MVP - FrontPage]

Using the ALT attribute for your images helps make your site accessible to
the blind.
http://www.w3.org/TR/WAI-WEBCONTENT/#gl-provide-equivalents

--

~ Kathleen Anderson
Microsoft FrontPage MVP
Spider Web Woman Designs
http://www.spiderwebwoman.com/resources/



Steve H said:
One error has to do with missing ALT tags, which I never
intended to put in there in the first place. (This is for
the HTML Transitional DOCTYPE.) That error happens
throughout the page. I don't understand the requirement to
include it.

Other (understandable) errors have to do with missing end tags.

Thanks for your responses on this.

-----Original Message-----
What are the errors? Sometimes one error creates a number of other
errors so it might not be so bad fixing it.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
-----Original Message-----
From: Steve H [mailto:[email protected]]
Posted At: 26. januar 2005 00:01
Posted To: microsoft.public.frontpage.programming
Conversation: HTML Validation
Subject: HTML Validation


I checked a free validator and found my conversion to CSS was
pretty sloppy--59 errors on the first page checked alone! Yet
my pages are showing up just fine in various web browsers. Is
it worth changing over 1000 pages to get the code exactly right?

Thanks,
Steve H
 
S

Steve H

Thanks, you two! That was helpful!
-----Original Message-----
Using the ALT attribute for your images helps make your site accessible to
the blind.
http://www.w3.org/TR/WAI-WEBCONTENT/#gl-provide-equivalents

--

~ Kathleen Anderson
Microsoft FrontPage MVP
Spider Web Woman Designs
http://www.spiderwebwoman.com/resources/



Steve H said:
One error has to do with missing ALT tags, which I never
intended to put in there in the first place. (This is for
the HTML Transitional DOCTYPE.) That error happens
throughout the page. I don't understand the requirement to
include it.

Other (understandable) errors have to do with missing end tags.

Thanks for your responses on this.

-----Original Message-----
What are the errors? Sometimes one error creates a number of other
errors so it might not be so bad fixing it.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.

-----Original Message-----
From: Steve H [mailto:[email protected]]
Posted At: 26. januar 2005 00:01
Posted To: microsoft.public.frontpage.programming
Conversation: HTML Validation
Subject: HTML Validation


I checked a free validator and found my conversion to CSS was
pretty sloppy--59 errors on the first page checked alone! Yet
my pages are showing up just fine in various web browsers. Is
it worth changing over 1000 pages to get the code exactly right?

Thanks,
Steve H

.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top