2 Jan 2005 09:42
2 Jan 2005 09:59
Re: Is there any
Bjoern Hoehrmann <derhoermi <at> gmx.net>
2005-01-02 08:59:42 GMT
2005-01-02 08:59:42 GMT
* Abyss wrote: >Is there any email message boards like this where you can >ask questions about CSS and how to layout items? http://www.css-discuss.org/ -- -- Björn Höhrmann · mailto:bjoern <at> hoehrmann.de · http://bjoern.hoehrmann.de Weinh. Str. 22 · Telefon: +49(0)621/4309674 · http://www.bjoernsworld.de 68309 Mannheim · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/
2 Jan 2005 17:16
Re: [VE][28] Error Message Feedback
David Dorward <david <at> dorward.me.uk>
2005-01-02 16:16:07 GMT
2005-01-02 16:16:07 GMT
On Thu, Dec 30, 2004 at 06:17:22PM +0100, Rados?aw Smogura wrote: > > The validator page doesn't download all pages and produces errors of > unterminated tags, etc. Try with my link: > http://validator.w3.org/check?uri=http%3A%2F%2Fdrombo.host.sk%2Fpublikacje%2F001%2F001.html It looks like your server is broken, its claiming that the length of the document is shorter then it really is. Many clients, including the validator, believe the server and stop listening after they have recieved the specified amount of data. I'd suspect a bug in mod_banner. david <at> k9:~$ lynx -head -dump http://drombo.host.sk/publikacje/001/001.html HTTP/1.1 200 OK Date: Sun, 02 Jan 2005 16:14:43 GMT Server: Apache X-Powered-By: mod_banner Last-Modified: Thu, 30 Dec 2004 16:43:58 GMT ETag: "d7fe39-e1e-41d4304e" Accept-Ranges: bytes Content-Length: 3614 Connection: close Content-Type: text/html -- -- David Dorward http://dorward.me.uk
3 Jan 2005 10:27
Re: html table attributes
olivier Thereaux <ot <at> w3.org>
2005-01-03 09:27:20 GMT
2005-01-03 09:27:20 GMT
Hello Mikael,
On Dec 31, 2004, at 23:55, Mikael Söderström wrote:
> Markup validation:
> For example if I want a page with a header and footer, I often want
> the footer to be on the bottom of the page even if there is just one
> word on the page. To do so I would use a table with height="100%".
> This attribute is not valid according to your validation service, but
> it will work on both IE and Mozilla...
The Validation service does not choose what is valid and what is not,
it is only following specifications to determine what is valid. Whether
browsers understand or not invalid constructs is not relevant to the
validator.
> CSS validation:
> The only cross browser syntax for a cursor pointer/hand is:
>
> p.pointerhand {
> cursor: pointer;
> cursor: hand;
> }
>
> The validation service will not accept this.
... because "hand" is not an accepted value for cursor, see:
http://www.w3.org/TR/REC-CSS2/ui.html
and for the next version of CSS
http://www.w3.org/TR/2004/CR-css3-ui-20040511/#cursor
However I found:
no-drop
Indicates that the dragged item cannot be dropped at the current
cursor location. Often rendered as a hand or pointer with a small
circle with a line through it.
Maybe that's what you were looking for?
Regards,
--
--
olivier
5 Jan 2005 11:26
[VE][344] Error Message Feedback
Greg Pinnington <gregp <at> e2save.com>
2005-01-05 10:26:19 GMT
2005-01-05 10:26:19 GMT
How about a link to http://www.w3.org/QA/2002/04/valid-dtd-list.html on the "no document type declaration" error message? -- Greg
3 Jan 2005 03:00
Redirection bug?
Ronald Smith <cyberaxe <at> gmail.com>
2005-01-03 02:00:08 GMT
2005-01-03 02:00:08 GMT
Hi, there seems to be a bug in the validator whenever i run my site through it now it bring sup an error like this The URL you gave me, <http://www.cyberaxe.net/Test/>, returned a redirect to <http://www.plus.net/index.html?pn_session=2a2c0481df94592e455613670afa5503>. but if you visit the url you arent redirected and this doesnt happen with the CSS Validator either just the HTML Validator. My website used to work last time i checked its just now its stopped working i checked your hellp and FAQ but it didnt seem to address this.
6 Jan 2005 06:08
Re: Redirection bug?
Bjoern Hoehrmann <derhoermi <at> gmx.net>
2005-01-06 05:08:42 GMT
2005-01-06 05:08:42 GMT
* Ronald Smith wrote: >Hi, there seems to be a bug in the validator whenever i run my site >through it now it bring sup an error like this > >The URL you gave me, <http://www.cyberaxe.net/Test/>, returned a >redirect to <http://www.plus.net/index.html?pn_session=2a2c0481df94592e455613670afa5503>. > >but if you visit the url you arent redirected and this doesnt happen >with the CSS Validator either just the HTML Validator. Your site seems quite broken, a HEAD request with only Host/Connection headers gets back HTTP/1.1 404 Not Found Date: Thu, 06 Jan 2005 05:02:33 GMT Server: Apache/1.3.29 (Unix) mod_perl/1.28 PHP/4.3.5 Connection: close Content-Type: text/html; charset=iso-8859-1 And depending on the request you get back that redirect or the content, you should investigate /Test/ or the server configuration (or someone who does that for you) to fix this problem. This is not a bug in the Validator, and in fact, I am not able to reproduce this at the moment with the online version. -- -- Björn Höhrmann · mailto:bjoern <at> hoehrmann.de · http://bjoern.hoehrmann.de Weinh. Str. 22 · Telefon: +49(0)621/4309674 · http://www.bjoernsworld.de 68309 Mannheim · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/
6 Jan 2005 17:53
Re: Misconfiguration?
Ville Skyttä <ville.skytta <at> iki.fi>
2005-01-06 16:53:04 GMT
2005-01-06 16:53:04 GMT
On Mon, 2004-12-27 at 21:28 +0000, Martin Proffitt wrote: > I've recently downloaded the current CVS build of the HTML validator CVS HEAD is not very stable yet. Unless you want to help hacking the bleeding edge Validator, I'd recommend downloading production version tarballs from http://validator.w3.org/source/ > and installed it on Mandrake Linux 10 using the Apache2 webserver > with Perl 5.8.3 and OpenSP 1.5 [...] > Line 1, column 0: end of document in prolog . > <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' > 'http://www.w3.or > " [...] > validator-httpd.conf has the following changes from from the default: [...] > In <IfModule mod_perl.c> and <Location "/validator/check"> > I uncommented for Perl 1.99+ That's mod_perl 1.99+, not Perl 1.99+. Validator's support for mod_perl is still somewhat fragile, that's one reason why that part of the config is commented out by default. Try without mod_perl (ie comment out those sections again) and see if that helps.
6 Jan 2005 15:52
Peculiar validation results for certain XHTML 1.1 documents
T.B. van der Molen <tbm <at> home.nl>
2005-01-06 14:52:12 GMT
2005-01-06 14:52:12 GMT
Hello, I am a little confused by the results from the markup validator when using <li /> in XHTML 1.1 documents. This and what followed from it brought up some questions. 0. Is <li /> correct XHTML 1.1 (and correct XHTML 1.0 Strict)? I wasn't able to find out anywhere on the web. 1. When uploading an XHTML 1.1 document with the text/html content-type and the the <li /> tag, the validator says: Below are the results of attempting to parse this document with an SGML parser. Shouldn't that be an XML parser? 2. On <http://www.w3.org/MarkUp/2004/xhtml-faq#mime11> I read that using the text/html content-type is invalid for XHTML 1.1 documents and that something like application/xhtml+xml should be used instead. But when uploading an XHTML 1.1 document with this content-type and the <li /> tag, the validator asserts that the document has the text/html content-type and again says to have parsed the document with an SGML parser. 3. On <http://www.w3.org/TR/xhtml11/conformance.html#strict> an example XHTML 1.1 document is given that has no content-type meta tag at all. When uploading an XHTML 1.1 document without such a meta tag, the validator says: No Character Encoding Found! Falling back to UTF-8. Is the example on the given page incorrect by omitting the meta tag or does it simply assume that an HTTP server will be specifying the content-type? If desired, I can mail or otherwise publish the documents I uploaded to the validator. Thanks for your time. Regards, Tim van der Molen -- -- Blessed is a world that is built upon a binary foundation.
6 Jan 2005 16:10
[VE][257] Error Message Feedback
Brad M <braddm <at> gmail.com>
2005-01-06 15:10:26 GMT
2005-01-06 15:10:26 GMT
I am not sure what this line is in my html, and the validator is saying it is wrong. Can I just delete it, or do I need it. My HTML editor placed it in my code. Thanks for your help Brad - - - - - - - - Line 8, column 17: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified <meta http-equiv=Content-Type content="text/html; charset=iso-8859-1" /> -- -- Brad McIntyre
RSS Feed