HTML Validator Warnings

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
bdconnolly
Regular
Posts: 140
Joined: Tue Apr 04, 2006 9:37 pm

HTML Validator Warnings

Post by bdconnolly »

I just installed Tidy in FF. Anyway, after having spent some time in the last week to ensure that my site wad 100% valid (it is), the plugin gives me these warnings:
HTML Validation Result
----------------------

line 137 column 1 - Warning: <table> lacks "summary" attribute
line 151 column 31 - Warning: <a> escaping malformed URI reference
line 210 column 31 - Warning: <a> escaping malformed URI reference
line 268 column 31 - Warning: <a> escaping malformed URI reference
line 325 column 31 - Warning: <a> escaping malformed URI reference
line 377 column 31 - Warning: <a> escaping malformed URI reference
line 435 column 31 - Warning: <a> escaping malformed URI reference
line 526 column 38 - Warning: <a> escaping malformed URI reference
line 535 column 42 - Warning: <a> escaping malformed URI reference
line 544 column 51 - Warning: <a> escaping malformed URI reference
line 545 column 125 - Warning: <a> escaping malformed URI reference
line 580 column 139 - Warning: <a> escaping malformed URI reference
line 590 column 136 - Warning: <a> escaping malformed URI reference
line 595 column 50 - Warning: <a> escaping malformed URI reference
line 699 column 32 - Warning: <a> escaping malformed URI reference
line 700 column 34 - Warning: <a> escaping malformed URI reference
line 153 column 15 - Warning: trimming empty <span>
line 212 column 15 - Warning: trimming empty <span>
line 270 column 15 - Warning: trimming empty <span>
line 327 column 15 - Warning: trimming empty <span>
line 379 column 15 - Warning: trimming empty <span>
line 437 column 15 - Warning: trimming empty <span>

0 errors / 22 warnings
Is it a problem that I need to worry about?
Last edited by bdconnolly on Sun Sep 10, 2006 9:40 pm, edited 1 time in total.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: HTML Validator Warnings

Post by garvinhicking »

Hi!

In this case, no need to worry. Table 'summary' are helping disabled people to summarize table content, but it is not required. The escaping of "/" in a URL is also not mandatory, as is the removal of <span></span> elements.

So, all is well. :)

Best regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
bdconnolly
Regular
Posts: 140
Joined: Tue Apr 04, 2006 9:37 pm

Post by bdconnolly »

But if I did fix it, would I be in the record books for the most technically perfect site on the planet?

:D

Thanks Garvin.

Brian
carl_galloway
Regular
Posts: 1331
Joined: Sun Dec 04, 2005 5:43 pm
Location: Andalucia, Spain
Contact:

Post by carl_galloway »

Have you checked to see if your site includes the accessibility requirements for blind/disabled people, a couple that come to mind straight away are the 'skip to' links and tabindex controls. Also, are all your alt tags filled, and are you validating against xhtml strict which is the standard you would want your site to meet if it is to be the most technically perfect.

Sorry. Hope I haven't burst your bubble. On the other hand if its important to you, then its a worthy goal and your site might win some awards. :lol:
bdconnolly
Regular
Posts: 140
Joined: Tue Apr 04, 2006 9:37 pm

Post by bdconnolly »

I was joking.

But seriously, virtually none of the blogs in our industry validate anything... technically or otherwise. But ours does. In that we were able to accomplish our goal.

All good.
Post Reply