Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old July 20th, 2005, 04:19 PM
Pemburger
Guest
 
Posts: n/a
Default Help needed on W3C validation

From: pemburger@aol.com

I've tried the W3C MarkUp Validation Service for the following web page:

http://www.coverscript.com

The report given by W3C shows 300 plus errors? I am not able to understand
their explanations on the errors.

As per W3C's info that if I am having problems with validation -- try for some
assistance on this forum as there are experienced HTML authors that are willing
to share their experience.

If there is someone out there that could help me understand or direct me to
where I can get answers to the errors shown or even specify a few of the
answers to the errors shown which may rectify a lot, if not all, of the rest of
the errors shown.

I look forward to somebody answering my call for help.

Thanks, Ray email: pemburger@aol.com
  #2  
Old July 20th, 2005, 04:19 PM
brucie
Guest
 
Posts: n/a
Default Re: Help needed on W3C validation

In post <20030725175923.23795.00000453@mb-m27.aol.com>
Pemburger said...
[color=blue]
> I've tried the W3C MarkUp Validation Service for the following web page:
> http://www.coverscript.com
> The report given by W3C shows 300 plus errors?[/color]

change your DTD to:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

that will reduce the errors to about 40

http://validator.w3.org/check?uri=ht...tional#line-15

although for new documents you should be using a strict DTD and CSS
for presentation.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">

--
brucie a. blackford. 26/July/2003 08:15:51 am kilo.
http://loser.brucies.com/
  #3  
Old July 20th, 2005, 04:19 PM
Jukka K. Korpela
Guest
 
Posts: n/a
Default Re: Help needed on W3C validation

pemburger@aol.com (Pemburger) wrote:
[color=blue]
> http://www.coverscript.com
>
> The report given by W3C shows 300 plus errors? I am not able to
> understand their explanations on the errors.[/color]

I think it needs to be warned in public that people who may suffer from
some form of epilepsy should not look at the page on a browser.
Seriously. It contains a set of flashing lights that is not just
stupid; it's dangerous. See
http://www.w3.org/TR/WCAG10-TECHS/#gl-movement.

Regarding validation, it tends to confuse people who do not understand
what it is and what it is not; see
http://www.cs.tut.fi/~jkorpela/html/validation.html

In this case, validation would mostly be an exercise in futility. The
page needs a redesign, not fixing syntax errors. Recommended reading:
http://www.mcsr.olemiss.edu/~mudws/webhints.html

On the technical side, the DOCTYPE is wrong, so any attempt to validate
is pointless, but the validator doesn't really say this. The DOCTYPE is
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.00 Transitional//EN">
and a correct one would be
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
(with "1" in place of the second "0").

--
Yucca, http://www.cs.tut.fi/~jkorpela/
Pages about Web authoring: http://www.cs.tut.fi/~jkorpela/www.html

  #4  
Old July 20th, 2005, 04:19 PM
Nick Kew
Guest
 
Posts: n/a
Default Re: Help needed on W3C validation

In article <20030725175923.23795.00000453@mb-m27.aol.com>, one of infinite monkeys
at the keyboard of pemburger@aol.com (Pemburger) wrote:
[color=blue]
> As per W3C's info that if I am having problems with validation -- try for some
> assistance on this forum as there are experienced HTML authors that are willing[/color]

You'd do better if you asked specific questions than just generalities.
You need an HTML tutorial, not an answer.

A good start on fixing that up would be to run it through one of
AccessValet's Cleanup options ( http://valet.webthing.com/access/ )

--
Nick Kew

In urgent need of paying work - see http://www.webthing.com/~nick/cv.html
  #5  
Old July 20th, 2005, 04:19 PM
Daniel R. Tobias
Guest
 
Posts: n/a
Default Re: Help needed on W3C validation

Pemburger wrote:[color=blue]
> If there is someone out there that could help me understand or direct me to
> where I can get answers to the errors shown or even specify a few of the
> answers to the errors shown which may rectify a lot, if not all, of the rest of
> the errors shown.[/color]

Look at my page about validators:
http://webtips.dan.info/validators.html
I answer some questions on the subject there.

Check out the rest of my Web Tips pages too!

--
== Dan ==
Dan's Mail Format Site: http://mailformat.dan.info/
Dan's Web Tips: http://webtips.dan.info/
Dan's Domain Site: http://domains.dan.info/

  #6  
Old July 20th, 2005, 04:19 PM
Isofarro
Guest
 
Posts: n/a
Default Re: Help needed on W3C validation

Stan Brown wrote:
[color=blue]
> I must find a way to use the phrase "high obnoxity quotient" soon.[/color]


Hey! This is Usenet, I'm sure that's *not* going to be a problem

--
Iso.
FAQs: http://html-faq.com http://alt-html.org http://allmyfaqs.com/
Recommended Hosting: http://www.affordablehost.com/
Web Standards: http://www.webstandards.org/
  #7  
Old July 20th, 2005, 04:20 PM
Stan Brown
Guest
 
Posts: n/a
Default Re: Help needed on W3C validation

In article <LWjUa.2940$gi.2333346@news2.news.adelphia.net> in
comp.infosystems.www.authoring.html, Daniel R. Tobias
<dan@tobias.name> wrote:[color=blue]
>Look at my page about validators:
>http://webtips.dan.info/validators.html
>I answer some questions on the subject there.[/color]

Nice page, Dan. IMHO it does a better job than others I've seen at
explaining what is and is not a "validator".

Under the Hall of Shame you mention "(characters 128 through 159 are
undefined in Unicode)." While that's true, you might want to make a
stronger statement like "under Unicode or any other non-proprietary
standard".

--
Stan Brown, Oak Road Systems, Cortland County, New York, USA
http://OakRoadSystems.com/
HTML 4.01 spec: http://www.w3.org/TR/html401/
validator: http://validator.w3.org/
CSS 2 spec: http://www.w3.org/TR/REC-CSS2/
validator: http://jigsaw.w3.org/css-validator/
  #8  
Old July 20th, 2005, 04:20 PM
Alan J. Flavell
Guest
 
Posts: n/a
Default Re: Help needed on W3C validation

On Sat, Jul 26, Stan Brown inscribed on the eternal scroll:
[color=blue]
> Under the Hall of Shame you mention "(characters 128 through 159 are
> undefined in Unicode)." While that's true,[/color]

It's good enough for Government work, I suppose; but to be
pedantically accurate, those "characters" are perfectly well _defined_
in Unicode - but as _control functions_

The key feature here is that for HTML there is an SGML declaration
which says that those characters are excluded. So it's the rules of
SGML in conjunction with the definition of HTML which says that those
code points in the Document Character Set are undefined (and XML and
XHTML go further by making them illegal).
[color=blue]
> you might want to make a stronger statement like "under Unicode or
> any other non-proprietary standard".[/color]

This is all rather confusing. It's specifically the &#number; values
in the range 128 to 159 inclusive which are ruled-out by the
specifications.

If you have a document whose external coding is Windows-1252 i.e one
which contains 8-bit characters whose coded values are in this range,
then it's legal enough to send it out advertised as "text/html;
charset=windows-1252". There's no mandate on client agents to accept
this particular proprietary coding, of course, but the document format
is entirely legal and proper nevertheless according to the relevant
interworking rules (he says grudgingly) - at least it has been since
MS finally got around to registering windows-1252 in the IANA register
of charset values.

The strange thing is that the vast majority of folks who are trying to
send out these "8-bit characters" are attempting to do it by
representing them as the said undefined &#number; references in the
range 128 to 159, instead of doing it as actual 8-bit characters where
it would be technically legal - of course the correct &#number;
references for those Windows displayable characters are quite
elsewhere - you can read their hex values off from the official
Unicode mapping tables for Windows-1252 at
http://www.unicode.org/Public/MAPPIN...OWS/CP1252.TXT
and as you see, every single one of the characters in this range
corresponds to a Unicode character above 0x00FF.

And the same goes for all the other Windows-125x codings - indeed it's
even more true for those, since those have been registered as valid
Internet codings under IETF procedures _years_ before MS finally got
around to registering 1252 itself.

OK, so what's the bottom line? I think a necessary and sufficient
statement which avoids even pedantic inaccuracies, instead of

characters 128 through 159 are undefined in Unicode

would be[1]:

'&#number;' references 128 through 159 are undefined in HTML

or maybe

Character references '&#number;' 128 through 159 are undefined in HTML

(to which one could add "and illegal in XHTML").

cheers

[1] I left the original US idiom in place - Britspeak doesn't use
"through" in this sense, although we understand it. We'd say
"128 to 159 inclusive" if we wanted to make it clear, or just "128 to
159".

Incidentally 127 is also excluded, but I haven't seen anyone trying to
use it, so I guess that's OK.

  #9  
Old July 20th, 2005, 04:20 PM
Stan Brown
Guest
 
Posts: n/a
Default Re: Help needed on W3C validation

In article <260720031932417784%nhtcapri@rrzn-user.uni-hannover.de>
in comp.infosystems.www.authoring.html, Andreas Prilop
<nhtcapri@rrzn-user.uni-hannover.de> wrote:[color=blue]
>Stan Brown <the_stan_brown@fastmail.fm> wrote:
>[color=green]
>> Under the Hall of Shame you mention "(characters 128 through 159 are
>> undefined in Unicode)." While that's true, you might want to make a
>> stronger statement like "under Unicode or any other non-proprietary
>> standard".[/color]
>
>See http://www.itscj.ipsj.or.jp/ISO-IR/2-6.htm for control character
>sets in the range 128 to 159 (C1).[/color]

Even as I was posting, I thought "I bet somebody will come up with a
standard that I don't know about."

How about "defined as printing characters only in proprietary
standards"? :-)

But I see Alan has posted a more precise formulation.

--
Stan Brown, Oak Road Systems, Cortland County, New York, USA
http://OakRoadSystems.com/
HTML 4.01 spec: http://www.w3.org/TR/html401/
validator: http://validator.w3.org/
CSS 2 spec: http://www.w3.org/TR/REC-CSS2/
validator: http://jigsaw.w3.org/css-validator/
  #10  
Old July 20th, 2005, 04:20 PM
Daniel R. Tobias
Guest
 
Posts: n/a
Default Re: Help needed on W3C validation

Stan Brown <the_stan_brown@fastmail.fm> wrote in message news:<MPG.198ce5e9bd686cc798b045@news.odyssey.net> ...[color=blue]
> How about "defined as printing characters only in proprietary
> standards"? :-)
>
> But I see Alan has posted a more precise formulation.[/color]

I've revised my page; here's my new statement:

(characters 128 through 159 are defined as control characters, not
printable characters, in the Unicode standard, and this range is
specifically disallowed by the HTML specification for numeric
character references)

I actually already knew about the control characters at 128-159, and
mentioned them in some other pages in my site, but apparently this
particular one was written before I knew all these details. More
specific information is in the page on character sets in my site about
e-mail format:

http://mailformat.dan.info/body/charsets.html

There I even have a table that shows all the official three-letter
initialisms for those control characters, though noting that there's
no sensible reason to try to embed them in an e-mail message even if
you use a proper encoding to represent them.

--
Dan
 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles