Liam Quinn | 1 Oct 2002 02:59

Re: The validator should not check html tags inside <script> tags.


On Mon, 30 Sep 2002, Eric Dimick Eastman wrote:

> In validating "http://johneastman.org/", I got the following errors.
>   These occured inside a javascript section.  Furthermore I enclosed
> the script with "<-- . . . // -->" so it really shouldn't be getting
> parsed.

See <http://www.htmlhelp.com/tools/validator/problems.html#script>.

--

-- 
Liam Quinn

Martin Duerst | 1 Oct 2002 07:59
Picon
Favicon

Re: Validator fails horribly on ill-formed XMLDecls


Hello Bjoern,

Would the result at
http://validator.w3.org:8001/check?uri=http%3A%2F%2Fwww.bjoernsworld.de%2Fte 
mp%2Finvalid-xmldecl.html&charset=%28detect+automatically%29&doctype=Inline
be more in line with your expectations?

Regards,   Martin.

At 21:14 02/09/15 +0200, Bjoern Hoehrmann wrote:

>Hi,
>
>The following example document will cause horrible results by the
>validator (note the missing trailing '?' in the XML declaration):
>
>   <?xml version='1.0' encoding='iso-8859-1'>
>   <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
>       "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
>   <html xmlns="http://www.w3.org/1999/xhtml">
>     <head>
>       <title></title>
>     </head>
>     <body>
>       <p>...</p>
>     </body>
>   </html>
>
>(online demo at http://www.bjoernsworld.de/temp/invalid-xmldecl.html)
(Continue reading)

Don Brutzman | 3 Oct 2002 03:43
Picon

checklink: problems installing checklink.pl, Time::HiRes.pm error


Followed the steps, trying to install checklink.pl properly according to 
	http://www.w3.org/2000/07/checklink
on a Windows XP box with fresh install of ActiveState and Cygnus tools.

Found the following additional dependencies were needed, tho not
listed on page.  Downloaded them from CPAN search into various
C:\perl\site\lib subdirectories

Http::BrowserDetect.pm
LWP::EventLoop.pm
LWP::MainLoop.pm
Time::HiRes.pm

Verified all of these landed in their respective directories cleanly.

Running checklink eceives the following error:

=============================

C:\perl\site>checklink.pl
[Wed Oct  2 18:26:57 2002] C:\perl\site\checklink.pl: Can't locate loadable object for module
Time::HiRes in  <at> INC ( <at> INC
contains: C:/perl/lib C:/perl/site/lib .) at C:\perl\site\checklink.pl line 1181
[Wed Oct  2 18:26:57 2002] C:\perl\site\checklink.pl: Compilation failed in require at
C:\perl\site\checklink.pl line
1181.
[Wed Oct  2 18:26:57 2002] C:\perl\site\checklink.pl: BEGIN failed--compilation aborted at C:\perl\site\checklink.pl
line 1181.
Content-type: text/html
(Continue reading)

Kevin.MacNeil | 3 Oct 2002 13:11
Picon

HTML Validator Question


Can someone give us a hand with this request.

Kevin

Hi, I'm the sys admin working with Kevin and I just wanted to clarify a 
few
things that might have been miscommunicated.
The exact error message is as follows (simply tailing the Apache/1.3.22
error log). Note that it is actually /tmp and not /temp and the question
marks (????) were meant to indicate process id.
check: unlink(/tmp/validator.6300) returned: No such file or directory
check: open(/tmp/validator.6300 returned: No such file or directory
We are running this under Solaris8 and the /tmp directory has standard
permissions:
drwxrwxrwt 7 root sys 542 Sep 30 03:30 /tmp
Regards,
Chris MacPherson
Sys Admin
-----Original Message-----
From: Ville Skytt=E4 [mailto:ville.skytta <at> iki.fi]
Sent: Friday, September 27, 2002 1:30 AM
To: Kevin.MacNeil <at> 
Subject: Re: HTML Validator
On Thu, 2002-09-26 at 18:37, Kevin.MacNeil <at> wrote:
> I have been trying to install your HTML Validator without any success. 
> I
> get an Internal server error trying to "open(/temp/validate.?????)".
> =20
> Any suggestions on what the problem may be?
(Continue reading)

Ville Skyttä | 3 Oct 2002 21:52
Picon
Picon
Favicon

Re: checklink: problems installing checklink.pl, Time::HiRes.pm error


On Thu, 2002-10-03 at 04:43, Don Brutzman wrote:
> 
> Followed the steps, trying to install checklink.pl properly according to 
> 	http://www.w3.org/2000/07/checklink
> on a Windows XP box with fresh install of ActiveState and Cygnus tools.
> 
> Found the following additional dependencies were needed, tho not
> listed on page.  Downloaded them from CPAN search into various
> C:\perl\site\lib subdirectories

You did properly *install* them, instead of just copying the modules,
right?  If you're using ActivePerl, install packages with ppm, otherwise
download the distributions and follow the instructions in their READMEs
or use "perl -MCPAN -e shell".

> Http::BrowserDetect.pm
> LWP::EventLoop.pm
> LWP::MainLoop.pm
> Time::HiRes.pm

But you're right, Time::HiRes is not listed in the requirements, need to
update that.

The CPAN distributions you'll need to have are (plus the requirements
for these):
o libwww-perl
o HTML-Parser
o CGI.pm
o URI
(Continue reading)

Importpartsplace.com | 4 Oct 2002 02:57

Frame validation

I’ve been trying to validate my page against the HTML 4.01 frameset  
validator and I keep getting the error messages below. I did a search  
on this error on the W3 homepage and have not found any answers, so  
here I am. 

 

Here is the first error message I have been receiving:

 

Below are the results of attempting to parse this document with an SGML  
parser.

·        Line 26, column 43:

·      <frameset rows="*,70" cols="*"
frameborder=0>

                                                                         
    ^

Error: there is no attribute "FRAMEBORDER" for this element (in this  
HTML version)

 

Here is the page involved:

http://www.importpartsplace.com
(Continue reading)

Olivier Thereaux | 4 Oct 2002 06:12
Picon
Favicon

Re: Multiple cross-site-scripting bugs


Hi Tom, thanks a lot for this report. A few comments inline.

On Monday, Sep 30, 2002, at 23:06 Asia/Tokyo, Tom Gilder wrote:

>
> Hello, there are multiple ways to insert HTML and scripting into the
> validator...

Cross site scripting vulnerabilities seem to be trendy these days :)

> * Simple querystring:
>   
> http://validator.w3.org/check?uri=http://<script>alert("boo")</script>

Yes, we were aware of this one, and it's fixed in the development 
version. It should be released fairly soon, and we'll encourage people 
running a local validator to upgrade.

> * Character encoding HTTP header:
>   Returning "Content-type: text/html; charset=<script>...</script>"
>   http://validator.w3.org/check?uri=http://tom.me.uk/2002/9/val.asp

Oh, that's a clever one. Ugly, but clever. It seems that this problem 
exists in the dev version, too.

> * Server HTTP header - "Server: <script>...</script>"
> * Content-length HTTP Header - "Content-length: <script>...</script>"

I'm not able to test it with the development version of the validator 
(Continue reading)

Per Erlandsson | 4 Oct 2002 10:06
Gravatar

Fault in icon code

First of all thanks for the very useful validation services.

 

After successful validation of a web page, I inserted the HTML code for 
the Valid HTML icon provided in (http://validator.w3.org/). Then 
running the Link Checker I obtained error due to a broken link 
(http://validator.w3.org/check/referer) supplied for the icon.Using 
this URI explicitly in a web browser doesn’t cause any problems since 
there is a direction to http://validator.w3.org/.

 

With love and concern,

Per Erlandsson

Phone: +46 8 512 353 46

Mobile: +46 736 899 488

Mail: perland <at> neteject.com

Web site: http://neteject.com/per/

 

Ville Skyttä | 4 Oct 2002 18:31
Picon
Picon
Favicon

Re: Fault in icon code


On Fri, 2002-10-04 at 11:06, Per Erlandsson wrote:

> After successful validation of a web page, I inserted the HTML code for 
> the Valid HTML icon provided in (http://validator.w3.org/). Then 
> running the Link Checker I obtained error due to a broken link 
> (http://validator.w3.org/check/referer) supplied for the icon.Using 
> this URI explicitly in a web browser doesn’t cause any problems since 
> there is a direction to http://validator.w3.org/.

This happens because the checklink doesn't currently send the HTTP
"Referer" header, and <http://validator.w3.org/check/referer> depends on
that.  If it's not present, it issues a redirect to
<http://validator.w3.org/>.  And checklink treats 301's as errors...
kind of embarrassing.  I'll look into this.

To summarize, there's nothing wrong with the referrer icon link, it's a
checklink "feature" you're seeing here.

--

-- 
\/ille Skyttä
ville.skytta at iki.fi

David Fries | 4 Oct 2002 22:33
Picon

ipv6 support would be nice

I have an ipv6 only server (apache2) at http://spacedout.fries.net/ it
would be really nice if I could directly verify the pages, the view
web page, save file, upload file to validator, or cvs commit, cvs
update (on an ipv4 host), methods work it would be be nice to verify
the site where it is.

--

-- 
David Fries <dfries <at> mail.win.org>
http://fries.net/~david/pgp.txt
Attachment (mime-attachment): application/octet-stream, 189 bytes

Gmane