- From: Kravvitz <Kravvitz.css-validator@dynamicsitesolutions.com>
- Date: Sun, 21 Feb 2010 03:21:46 -0500
- To: 4625 <4625khz@gmail.com>
- Cc: www-validator-css <www-validator-css@w3.org>
True. That's because "&" is a reserved character in HTML and XML. Like Tidy's warning says, you need to change each "&" to "&" instead of "%26". 2010/2/21 4625 <4625khz@gmail.com>: > 21-Feb-2010 числа в 01:22 часов, Kravvitz написал(а) следующее: > >> Anyway, the other problem is that the "&" were encoded (to "%26") when >> they shouldn't have been. Those query string parameters are for the >> validator URL, not the URL that points to the document you are trying >> to validate. > > Then tidy will complain about unescaped '&'. > > line 95 column 1 - Warning: unescaped & which should be written as & > Info: Doctype given is "-//W3C//DTD HTML 4.01 Transitional//EN" > Info: Document content looks like HTML 4.01 Transitional > 1 warning, 0 errors were found! > > To learn more about HTML Tidy see http://tidy.sourceforge.net > Please send bug reports to html-tidy@w3.org > HTML and CSS specifications are available from http://www.w3.org/ > Lobby your company to join W3C, see http://www.w3.org/Consortium > >> > I would like to place "valid css" button on my site. The problem is >> > jigsaw.w3.org complain me about i/o error. >> > >> >> > CSS Validator Error Target: http://HOST/&profile=css3&lang=ru&warning=0 >> >> > I/O Error: http://HOST/&profile=css3&lang=ru&warning=0: Not Found >> >> > >> >> > Does this URL correct? >> >> > http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2FHOST%2F%26profile=css3%26lang=ru%26warning=0 > > -- > /4625 () кампания ascii ribbon - против писем в html формате > /\ www.asciiribbon.org - против проприетарных вложений > >
Received on Sunday, 21 February 2010 08:24:03 UTC