<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-11736</id>
	<title>Nabble - w3.org - validator</title>
	<updated>2009-12-15T09:04:51Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/w3.org---validator-f11736.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/w3.org---validator-f11736.html" />
	<subtitle type="html">w3.org - validator home is &lt;a href=&quot;http://validator.w3.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26798157</id>
	<title>Re: [ANN] new release of the CSS validator</title>
	<published>2009-12-15T09:04:51Z</published>
	<updated>2009-12-15T09:04:51Z</updated>
	<author>
		<name>Andreas Prilop-8</name>
	</author>
	<content type="html">Le 9 Déc 2009, Yves Lafon a écrit :
&lt;br&gt;&lt;br&gt;&amp;gt; New translations: Ukrainian, Farsi, Bulgarian
&lt;br&gt;&lt;br&gt;Monsieur Lafon,
&lt;br&gt;&lt;br&gt;J’avais déjà écrit dans
&lt;br&gt;&lt;a href=&quot;http://lists.w3.org/Archives/Public/www-validator-css/2009Apr/0036.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.w3.org/Archives/Public/www-validator-css/2009Apr/0036.html&lt;/a&gt;&lt;br&gt;que la traduction persane est appelée « anglaise ».
&lt;br&gt;&lt;br&gt;J’avais déjà écrit dans
&lt;br&gt;&lt;a href=&quot;http://lists.w3.org/Archives/Public/www-validator-css/2009Apr/0038.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.w3.org/Archives/Public/www-validator-css/2009Apr/0038.html&lt;/a&gt;&lt;br&gt;que la traduction russe est partiellement illisible.
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/w3.org---www-validator-css-f11738.html&quot; embed=&quot;fixTarget[11738]&quot; target=&quot;_top&quot; &gt;w3.org - www-validator-css&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ANN--new-release-of-the-CSS-validator-tp26711339p26798157.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26783903</id>
	<title>Re: Stylesheet not detected?</title>
	<published>2009-12-14T12:03:13Z</published>
	<updated>2009-12-14T12:03:13Z</updated>
	<author>
		<name>Jukka K. Korpela</name>
	</author>
	<content type="html">Phil Archer wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; The presence of
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;link rel=&amp;quot;stylesheet&amp;quot; href=&amp;quot;&lt;a href=&quot;http://sstatic.net/so/all.css?v=5767&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sstatic.net/so/all.css?v=5767&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; on that page and the
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 'No style sheet found'
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; message on the validator result.
&lt;br&gt;&lt;br&gt;That's confusing indeed. There are two fundamental problems here.
&lt;br&gt;&lt;br&gt;First, the &amp;quot;W3C CSS Validator&amp;quot; congratulates for a &amp;quot;valid&amp;quot; style sheet even 
&lt;br&gt;when there is no style sheet, which it then says fairly unnoticeably. This 
&lt;br&gt;was reported (at least) over a year ago:
&lt;br&gt;&lt;a href=&quot;http://lists.w3.org/Archives/Public/www-validator-css/2008Sep/0006.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.w3.org/Archives/Public/www-validator-css/2008Sep/0006.html&lt;/a&gt;&lt;br&gt;This problem in turn consists of two problems: preceding essential 
&lt;br&gt;information with worse than useless &amp;quot;advice&amp;quot; on polluting a page with &amp;quot;Valid 
&lt;br&gt;CSS&amp;quot; icon and things like that (there's nothing that should be done to that 
&lt;br&gt;except remove it), and saying something about a stylesheet when no 
&lt;br&gt;stylesheet has been processed.
&lt;br&gt;&lt;br&gt;Second, the &amp;quot;W3C CSS Validator&amp;quot; does not retrieve a style sheet when the 
&lt;br&gt;link element referring to it lacks the type attribute. I think this may be a 
&lt;br&gt;new problem, possibly a simple bug. Formally, the type attribute is not 
&lt;br&gt;required, but on the other hand, semantics is nominally left somewhat vague 
&lt;br&gt;when there is no type attribute in a link element with rel=&amp;quot;stylesheet&amp;quot;. In 
&lt;br&gt;practical terms, of course, there is no point in ignoring such elements - 
&lt;br&gt;browsers don't, and there is no real ambiguity. I might see some point in 
&lt;br&gt;issuing a warning about implying type=&amp;quot;text/css&amp;quot; but just ignoring the style 
&lt;br&gt;sheet with no real explanation is just absurd. - If you use, say, 
&lt;br&gt;type=&amp;quot;foo/bar&amp;quot;, you get the same result: congrulations about &amp;quot;No Error 
&lt;br&gt;Found&amp;quot; and a suggestion to add an icon &amp;quot;To show your readers that you've 
&lt;br&gt;taken the care to create an interoperable Web page&amp;quot;. Of course, 
&lt;br&gt;type=&amp;quot;foo/bar&amp;quot; should minimally result in a message about unrecognized type 
&lt;br&gt;of style sheet.
&lt;br&gt;&lt;br&gt;&amp;gt; The URI given for the stylesheet is
&lt;br&gt;&amp;gt; valid so I can only guess - and it is a guess - that the absence of
&lt;br&gt;&amp;gt; the type attribute from the link element is causing the validator to
&lt;br&gt;&amp;gt; skip it?
&lt;br&gt;&lt;br&gt;That is correct. It can be verified e.g. in the following two ways:
&lt;br&gt;1) Construct a dummy test page that has the same link element and copy of 
&lt;br&gt;that page with the type=&amp;quot;text/css&amp;quot; attribute added. For the former, the 
&lt;br&gt;problem appears; for the latter, it doesn't (one gets a long list of error 
&lt;br&gt;messages and warnings).
&lt;br&gt;2) Just use &amp;quot;W3C CSS Validator&amp;quot; on the original page on Firefox with &amp;quot;Live 
&lt;br&gt;HTTP Headers&amp;quot; extension in use. You'll see that there isn't even any HTTP 
&lt;br&gt;request for the external style sheet.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Yucca, &lt;a href=&quot;http://www.cs.tut.fi/~jkorpela/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cs.tut.fi/~jkorpela/&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/w3.org---www-validator-css-f11738.html&quot; embed=&quot;fixTarget[11738]&quot; target=&quot;_top&quot; &gt;w3.org - www-validator-css&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Stylesheet-not-detected--tp26776612p26783903.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26776612</id>
	<title>Stylesheet not detected?</title>
	<published>2009-12-14T03:53:29Z</published>
	<updated>2009-12-14T03:53:29Z</updated>
	<author>
		<name>Phil Archer-4</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;The result at [1] is for &lt;a href=&quot;http://stackoverflow.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://stackoverflow.com/&lt;/a&gt;&amp;nbsp;the issue being:
&lt;br&gt;&lt;br&gt;The presence of
&lt;br&gt;&lt;br&gt;&amp;lt;link rel=&amp;quot;stylesheet&amp;quot; href=&amp;quot;&lt;a href=&quot;http://sstatic.net/so/all.css?v=5767&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sstatic.net/so/all.css?v=5767&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&lt;br&gt;on that page and the
&lt;br&gt;&lt;br&gt;'No style sheet found'
&lt;br&gt;&lt;br&gt;message on the validator result. The URI given for the stylesheet is 
&lt;br&gt;valid so I can only guess - and it is a guess - that the absence of the 
&lt;br&gt;type attribute from the link element is causing the validator to skip 
&lt;br&gt;it? *If* my guess is correct, might it be possible to detect this error 
&lt;br&gt;and report it rather than conveying a 100% pass message for a stylesheet 
&lt;br&gt;that the author will probably assume has been parsed (the no stylesheet 
&lt;br&gt;found message is a long way down the page).
&lt;br&gt;&lt;br&gt;Phil.
&lt;br&gt;&lt;br&gt;[1] &lt;a href=&quot;http://tinyurl.com/yd9m3v3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tinyurl.com/yd9m3v3&lt;/a&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&lt;br&gt;&lt;br&gt;Phil Archer
&lt;br&gt;W3C Mobile Web Initiative
&lt;br&gt;&lt;a href=&quot;http://www.w3.org/Mobile&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Mobile&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://philarcher.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://philarcher.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/w3.org---www-validator-css-f11738.html&quot; embed=&quot;fixTarget[11738]&quot; target=&quot;_top&quot; &gt;w3.org - www-validator-css&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Stylesheet-not-detected--tp26776612p26776612.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26766738</id>
	<title>Re: url(&quot;xyz&quot;) empty string</title>
	<published>2009-12-13T06:52:13Z</published>
	<updated>2009-12-13T06:52:13Z</updated>
	<author>
		<name>James Hopkins-3</name>
	</author>
	<content type="html">&lt;div class='shrinkable-quote'&gt;&amp;gt; I have
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 	background: url(&amp;quot;graukeil.gif&amp;quot;) repeat-x top;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; in my declaration and get a
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 	Value Error : background &amp;nbsp;Parse Error &amp;nbsp;[empty string].
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; This happens with and without the quotation marks inside the brackets
&lt;br&gt;&amp;gt; and with double and single quotes.
&lt;/div&gt;&lt;br&gt;This is a known issue with the current public release of the &amp;nbsp;
&lt;br&gt;Validator. Please see the thread, &lt;a href=&quot;http://lists.w3.org/Archives/Public/www-validator-css/2009Dec/0000.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.w3.org/Archives/Public/www-validator-css/2009Dec/0000.html&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; and the subsequent replies.
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/w3.org---www-validator-css-f11738.html&quot; embed=&quot;fixTarget[11738]&quot; target=&quot;_top&quot; &gt;w3.org - www-validator-css&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/url%28%22xyz%22%29-empty-string-tp26765009p26766738.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26765009</id>
	<title>url(&quot;xyz&quot;) empty string</title>
	<published>2009-12-12T05:48:24Z</published>
	<updated>2009-12-12T05:48:24Z</updated>
	<author>
		<name>Axel Berger</name>
	</author>
	<content type="html">I have
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; background: url(&amp;quot;graukeil.gif&amp;quot;) repeat-x top;
&lt;br&gt;&lt;br&gt;in my declaration and get a
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Value Error : background &amp;nbsp;Parse Error &amp;nbsp;[empty string].
&lt;br&gt;&lt;br&gt;This happens with and without the quotation marks inside the brackets
&lt;br&gt;and with double and single quotes. Reading the documentation I seem to
&lt;br&gt;have done everything right. (Also the browsers interpret the declaration
&lt;br&gt;as intended, but that doesn't mean much.) I've searched the FAQ and the
&lt;br&gt;archive but couldn't find anything on this.
&lt;br&gt;&lt;br&gt;A sample page showing the error is
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://axel.berger-odenthal.de/Webdesign/Testpage.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://axel.berger-odenthal.de/Webdesign/Testpage.htm&lt;/a&gt;&lt;br&gt;&lt;br&gt;Danke
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Axel
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Dipl.-Ing. F. Axel Berger &amp;nbsp; &amp;nbsp; &amp;nbsp;Tel: +49/ 2174/ 7439 07
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Johann-Häck-Str. 14 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Fax: +49/ 2174/ 7439 68
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; D-51519 Odenthal-Heide &amp;nbsp; &amp;nbsp; &amp;nbsp; eMail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26765009&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Axel-Berger@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Deutschland (Germany) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://berger-odenthal.de&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://berger-odenthal.de&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/w3.org---www-validator-css-f11738.html&quot; embed=&quot;fixTarget[11738]&quot; target=&quot;_top&quot; &gt;w3.org - www-validator-css&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/url%28%22xyz%22%29-empty-string-tp26765009p26765009.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26723306</id>
	<title>Some strange error notice</title>
	<published>2009-12-09T14:02:50Z</published>
	<updated>2009-12-09T14:02:50Z</updated>
	<author>
		<name>Confident-4</name>
	</author>
	<content type="html">&lt;html xmlns:v=&quot;urn:schemas-microsoft-com:vml&quot; xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns:m=&quot;http://schemas.microsoft.com/office/2004/12/omml&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;

&lt;head&gt;
&lt;meta http-equiv=Content-Type content=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;meta name=Generator content=&quot;Microsoft Word 12 (filtered medium)&quot;&gt;

&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapedefaults v:ext=&quot;edit&quot; spidmax=&quot;1026&quot; /&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapelayout v:ext=&quot;edit&quot;&gt;
  &lt;o:idmap v:ext=&quot;edit&quot; data=&quot;1&quot; /&gt;
 &lt;/o:shapelayout&gt;&lt;/xml&gt;&lt;![endif]--&gt;
&lt;/head&gt;

&lt;body lang=EN-US link=blue vlink=purple&gt;

&lt;div class=Section1&gt;

&lt;div style='mso-element:para-border-div;border:none;border-bottom:dotted black 1.0pt;
padding:0in 0in 5.0pt 0in;background:#D23D24'&gt;

&lt;p class=MsoNormal style='background:#D23D24;border:none;padding:0in'&gt;&lt;b&gt;&lt;span lang=EN style='font-size:13.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:white'&gt;Sorry!
We found the following errors (1)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;p class=MsoNormal style='background:#EEEEEE'&gt;&lt;b&gt;&lt;i&gt;&lt;span lang=EN style='font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;color:black'&gt;URI : &lt;a href=&quot;http://www.dcomdata.com/keely/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;span style='color:#365D95;background:
#EEEEEE'&gt;http://www.dcomdata.com/keely/&lt;/span&gt;&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;

&lt;table class=MsoNormalTable border=1 cellspacing=0 cellpadding=0 width=&quot;100%&quot; style='width:100.0%;border-collapse:collapse;border:none'&gt;
 &lt;tr&gt;
  &lt;td width=48 style='width:.5in;border:none;border-bottom:solid #CCCCCC 1.0pt;
  background:#E1E1E1;padding:4.5pt 4.5pt 4.5pt 4.5pt'&gt;
  &lt;p class=MsoNormal align=right style='text-align:right;line-height:120%'&gt;&lt;span style='font-size:12.0pt;line-height:120%;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;'&gt;166&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=48 style='width:.5in;border:none;border-bottom:solid #DDDDDD 1.0pt;
  background:#F1F1F1;padding:4.5pt 4.5pt 4.5pt 4.5pt'&gt;&lt;/td&gt;
  &lt;td style='border:none;border-bottom:solid #FFDDDD 1.0pt;padding:3.75pt 12.0pt 3.75pt 12.0pt'&gt;
  &lt;p class=MsoNormal style='line-height:120%'&gt;&lt;span style='font-size:12.0pt;
  line-height:120%;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;'&gt;Parse Error styled &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
&lt;/table&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;Please explain what this means.&amp;nbsp; I don&amp;#8217;t think my
PHP file has 166 lines of script.&amp;nbsp; Any explanation would be appreciated.&amp;nbsp;
Parse error?&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;Thanks for your consideration,&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;-Donald&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26723306&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;confident@...&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/body&gt;

&lt;/html&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/w3.org---www-validator-css-f11738.html&quot; embed=&quot;fixTarget[11738]&quot; target=&quot;_top&quot; &gt;w3.org - www-validator-css&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Some-strange-error-notice-tp26723306p26723306.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26714480</id>
	<title>Re: CSS Validator Error</title>
	<published>2009-12-09T09:47:48Z</published>
	<updated>2009-12-09T09:47:48Z</updated>
	<author>
		<name>Yves Lafon</name>
	</author>
	<content type="html">On Fri, 4 Dec 2009, Robert Buchholz wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hello W3C,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I have stumbled upon an error in the CSS validator...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; This will not validate (code from: 14.2.1: 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.w3.org/TR/2008/REC-CSS2-20080411/colors.html):&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/TR/2008/REC-CSS2-20080411/colors.html):&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; BODY { background: url(&amp;quot;banner.jpeg&amp;quot;) bottom }
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; This will:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; BODY { background: url(&amp;quot;banner.jpeg&amp;quot;) center bottom }
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; It appears that the validator is requiring both keywords/values for the 
&lt;br&gt;&amp;gt; background-position portion of the background property.
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;It is somehow fixed on &lt;a href=&quot;http://qa-dev.w3.org:8001/css-validator/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://qa-dev.w3.org:8001/css-validator/&lt;/a&gt;&amp;nbsp;but I am 
&lt;br&gt;not really happy with the fix, so there will be another one soon.
&lt;br&gt;It was linked to the conjunction of the fact that there were exactly two 
&lt;br&gt;values and the position was the last.
&lt;br&gt;Thanks for the report!
&lt;br&gt;-- 
&lt;br&gt;Baroula que barouleras, au tiéu toujou t'entourneras.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;~~Yves
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/w3.org---www-validator-css-f11738.html&quot; embed=&quot;fixTarget[11738]&quot; target=&quot;_top&quot; &gt;w3.org - www-validator-css&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/CSS-Validator-Error-tp26656111p26714480.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26714426</id>
	<title>Re: [ANN] new release of the CSS validator</title>
	<published>2009-12-09T09:37:09Z</published>
	<updated>2009-12-09T09:37:09Z</updated>
	<author>
		<name>Paul McKeown (Tiscali)</name>
	</author>
	<content type="html">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;
&lt;html&gt;
&lt;head&gt;
&lt;/head&gt;
&lt;body&gt;
Actually,&lt;br&gt;
&lt;br&gt;
In English today, it is quite normal to refer to the language as Farsi,
rather than Persian.&amp;nbsp; I suppose because Persia doesn't exist anymore,
Darius is millenia dead and Riza Pahlavi was deposed decades ago now.&amp;nbsp;
Language: Farsi; modern state: Iran; former state and historical
empire: Persia, Persian.&lt;br&gt;
&lt;br&gt;
PM&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Andreas Prilop wrote:
&lt;blockquote id=&quot;mid_Pine_LNX_4_64_0912091825010_18969_sarge_rrzn_uni-hannover_de&quot; cite=&quot;mid:Pine.LNX.4.64.0912091825010.18969@sarge.rrzn.uni-hannover.de&quot; type=&quot;cite&quot;&gt;
  &lt;pre wrap=&quot;&quot;&gt;On Wed, 9 Dec 2009, Yves Lafon wrote:

  &lt;/pre&gt;
  &lt;blockquote id=&quot;StationeryCiteGenerated_1&quot; type=&quot;cite&quot;&gt;
    &lt;pre wrap=&quot;&quot;&gt;New translations: Ukrainian, Farsi, Bulgarian
    &lt;/pre&gt;
  &lt;/blockquote&gt;
  &lt;pre wrap=&quot;&quot;&gt;&lt;!----&gt;
&lt;a class=&quot;moz-txt-link-freetext&quot; href=&quot;http://lists.w3.org/Archives/Public/www-validator-css/2009Apr/thread.html#msg36&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.w3.org/Archives/Public/www-validator-css/2009Apr/thread.html#msg36&lt;/a&gt;
still applies.

And the language is called Persian, not &quot;Farsi&quot;.

In the same way it is Finnish and German, not &quot;Suomi&quot; or &quot;Deutsch&quot;.
  &lt;/pre&gt;
  &lt;pre wrap=&quot;&quot;&gt;
&lt;hr size=&quot;4&quot; width=&quot;90%&quot;&gt;

No virus found in this incoming message.
Checked by AVG - &lt;a class=&quot;moz-txt-link-abbreviated&quot; href=&quot;http://www.avg.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;www.avg.com&lt;/a&gt; 
Version: 9.0.709 / Virus Database: 270.14.100/2554 - Release Date: 12/09/09 07:32:00

  &lt;/pre&gt;
&lt;/blockquote&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;br /&gt;&lt;br&gt;No virus found in this outgoing message.
&lt;br&gt;Checked by AVG - www.avg.com
&lt;br&gt;Version: 9.0.709 / Virus Database: 270.14.100/2554 - Release Date: 12/09/09 07:32:00
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/w3.org---www-validator-css-f11738.html&quot; embed=&quot;fixTarget[11738]&quot; target=&quot;_top&quot; &gt;w3.org - www-validator-css&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ANN--new-release-of-the-CSS-validator-tp26711339p26714426.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26714211</id>
	<title>Re: [ANN] new release of the CSS validator</title>
	<published>2009-12-09T09:31:04Z</published>
	<updated>2009-12-09T09:31:04Z</updated>
	<author>
		<name>Andreas Prilop-8</name>
	</author>
	<content type="html">On Wed, 9 Dec 2009, Yves Lafon wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; New translations: Ukrainian, Farsi, Bulgarian
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://lists.w3.org/Archives/Public/www-validator-css/2009Apr/thread.html#msg36&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.w3.org/Archives/Public/www-validator-css/2009Apr/thread.html#msg36&lt;/a&gt;&lt;br&gt;still applies.
&lt;br&gt;&lt;br&gt;And the language is called Persian, not &amp;quot;Farsi&amp;quot;.
&lt;br&gt;&lt;br&gt;In the same way it is Finnish and German, not &amp;quot;Suomi&amp;quot; or &amp;quot;Deutsch&amp;quot;.
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/w3.org---www-validator-css-f11738.html&quot; embed=&quot;fixTarget[11738]&quot; target=&quot;_top&quot; &gt;w3.org - www-validator-css&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ANN--new-release-of-the-CSS-validator-tp26711339p26714211.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26711339</id>
	<title>[ANN] new release of the CSS validator</title>
	<published>2009-12-09T06:43:19Z</published>
	<updated>2009-12-09T06:43:19Z</updated>
	<author>
		<name>Yves Lafon</name>
	</author>
	<content type="html">As you may have noticed, the CSS Validator was updated last thursday (and 
&lt;br&gt;this monday).
&lt;br&gt;&lt;br&gt;The release tag is 'release-aitd-2' (as there was a last security fix).
&lt;br&gt;&lt;br&gt;**** Changes ****
&lt;br&gt;&lt;br&gt;* CSS3 Colors (support for HSL, HSLA, including warning when clipping
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; occurs)
&lt;br&gt;* CSS3 Selectors
&lt;br&gt;* @charset handling
&lt;br&gt;* Some bug fixed (but not all)
&lt;br&gt;* New translations: Ukrainian, Farsi, Bulgarian
&lt;br&gt;* More translations are now complete
&lt;br&gt;&lt;br&gt;Thanks to all the vonlunteer translators!
&lt;br&gt;&lt;br&gt;**** Thank You ****
&lt;br&gt;&lt;br&gt;The CSS validator is a free, open source tools which relies on *us*,
&lt;br&gt;the Web community, to survive and get better. Many thanks are due to
&lt;br&gt;the many users, translators, bug reporters, patch contributors, and
&lt;br&gt;bearers of good ideas that made this release possible - some (but not
&lt;br&gt;all) of whom are listed in:
&lt;br&gt;&lt;a href=&quot;http://jigsaw.w3.org/css-validator/thanks.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jigsaw.w3.org/css-validator/thanks.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;Beyond the great effort provided by the community, a lot of the burden
&lt;br&gt;of making this free tool falls on the W3C. Hosting and bandwidth are
&lt;br&gt;fairly heavy for these popular services, and as you can see above,
&lt;br&gt;coding does take up quite some time, too. If you use the validator
&lt;br&gt;frequently, rely on in in your company, or want to show your support
&lt;br&gt;for good, free open source tools, please consider making a donation,
&lt;br&gt;or become a sponsor:
&lt;br&gt;&lt;a href=&quot;http://www.w3.org/QA/Tools/Donate&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/QA/Tools/Donate&lt;/a&gt;&lt;br&gt;&lt;br&gt;**** What's next? ****
&lt;br&gt;&lt;br&gt;More bug fixes, of course, and better support for CSS3 (which require lots 
&lt;br&gt;of alignment work), help welcomed :)
&lt;br&gt;Note that you can contribute code, but also tests, see
&lt;br&gt;&lt;a href=&quot;http://jigsaw.w3.org/css-validator/autotest/testsuite/xml/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jigsaw.w3.org/css-validator/autotest/testsuite/xml/&lt;/a&gt;&amp;nbsp;for the test 
&lt;br&gt;definition format and 
&lt;br&gt;&lt;a href=&quot;http://jigsaw.w3.org/css-validator/autotest/testsuite/properties/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jigsaw.w3.org/css-validator/autotest/testsuite/properties/&lt;/a&gt;&lt;br&gt;for some test examples.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Baroula que barouleras, au tiéu toujou t'entourneras.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;~~Yves
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/w3.org---www-validator-css-f11738.html&quot; embed=&quot;fixTarget[11738]&quot; target=&quot;_top&quot; &gt;w3.org - www-validator-css&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ANN--new-release-of-the-CSS-validator-tp26711339p26711339.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26699400</id>
	<title>checklink:  getting error 403 checking non-public IP address disallowed</title>
	<published>2009-12-08T11:31:15Z</published>
	<updated>2009-12-08T11:31:15Z</updated>
	<author>
		<name>Cynthia Lockley</name>
	</author>
	<content type="html">My page is public but Link Checker won't check my links. I get
&lt;br&gt;&amp;quot;Error: 403 Checking non-public IP address disallowed by link checker configuration&amp;quot;
&lt;br&gt;&lt;br&gt;My page that I'm trying to check is &lt;a href=&quot;http://www.lockley.net/Coolspring/Calendar.shtml&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.lockley.net/Coolspring/Calendar.shtml&lt;/a&gt;&lt;br&gt;-- 
&lt;br&gt;Cheers,
&lt;br&gt;Cynthia A. Lockley
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/w3.org---www-validator-f11737.html&quot; embed=&quot;fixTarget[11737]&quot; target=&quot;_top&quot; &gt;w3.org - www-validator&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/checklink%3A--getting-error-403-checking-non-public-IP-address-disallowed-tp26699400p26699400.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26683922</id>
	<title>Re: CSS Validator Error</title>
	<published>2009-12-07T12:49:26Z</published>
	<updated>2009-12-07T12:49:26Z</updated>
	<author>
		<name>James Hopkins-3</name>
	</author>
	<content type="html">&lt;div class='shrinkable-quote'&gt;&amp;gt; This will not validate (code from: 14.2.1: &lt;a href=&quot;http://www.w3.org/TR/2008/REC-CSS2-20080411/colors.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/TR/2008/REC-CSS2-20080411/colors.html&lt;/a&gt;) 
&lt;br&gt;&amp;gt; :
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; BODY { background: url(&amp;quot;banner.jpeg&amp;quot;) bottom }
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; This will:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; BODY { background: url(&amp;quot;banner.jpeg&amp;quot;) center bottom }
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; It appears that the validator is requiring both keywords/values for &amp;nbsp;
&lt;br&gt;&amp;gt; the background-position portion of the background property.
&lt;/div&gt;&lt;br&gt;I too can verify that this issue occurs. I've also discovered that &amp;nbsp;
&lt;br&gt;other property orderings don't validate:-
&lt;br&gt;&lt;br&gt;[&amp;lt;'background-image'&amp;gt;||&amp;lt;'background-attachment'&amp;gt;||&amp;lt;'background- 
&lt;br&gt;repeat'&amp;gt;||&amp;lt;'background-color'&amp;gt;]&amp;lt;'background-position'&amp;gt; &lt;a href=&quot;http://idreamincode.co.uk/tests/validator-css/1.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://idreamincode.co.uk/tests/validator-css/1.html&lt;/a&gt;&lt;br&gt;&amp;lt;'background-position'&amp;gt; [&amp;lt;'background-color'&amp;gt;(RGB specification)|| 
&lt;br&gt;&amp;lt;'background-image'&amp;gt;] &lt;a href=&quot;http://idreamincode.co.uk/tests/validator-css/2.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://idreamincode.co.uk/tests/validator-css/2.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/w3.org---www-validator-css-f11738.html&quot; embed=&quot;fixTarget[11738]&quot; target=&quot;_top&quot; &gt;w3.org - www-validator-css&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/CSS-Validator-Error-tp26656111p26683922.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26677955</id>
	<title>Re: Do you have a XSS on your validator</title>
	<published>2009-12-07T06:24:42Z</published>
	<updated>2009-12-07T06:24:42Z</updated>
	<author>
		<name>Yves Lafon</name>
	</author>
	<content type="html">On Sat, 5 Dec 2009, Alejandro Ramirez wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; Hi i'm Alejandro, i find a XSS on your css validator.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.megaupload.com%2F%3Fd%3D6MCG5ZQB%3Cscript%3Ealert%28%27janito24%27%29%3C%2Fscript%3E&amp;profile=css21&amp;usermedium=all&amp;warning=1&amp;lang=es&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.megaupload.com%2F%3Fd%3D6MCG5ZQB%3Cscript%3Ealert%28%27janito24%27%29%3C%2Fscript%3E&amp;profile=css21&amp;usermedium=all&amp;warning=1&amp;lang=es&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks and sorry for my english i can't explain better my english is very
&lt;br&gt;&amp;gt; poor.
&lt;br&gt;&lt;br&gt;Thanks for the report, there was indeed an issue there. The output is now 
&lt;br&gt;escaped as it should.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Baroula que barouleras, au tiéu toujou t'entourneras.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;~~Yves
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/w3.org---www-validator-css-f11738.html&quot; embed=&quot;fixTarget[11738]&quot; target=&quot;_top&quot; &gt;w3.org - www-validator-css&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Do-you-have-a-XSS-on-your-validator-tp26663120p26677955.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26662128</id>
	<title>Warning Notice!!!</title>
	<published>2009-12-05T20:08:01Z</published>
	<updated>2009-12-05T20:08:01Z</updated>
	<author>
		<name>WBS Mailer on behalf of 1981km@gmail.com</name>
	</author>
	<content type="html">A DGTFX virus has been detected in your folders
&lt;br&gt;Your email account has to be upgraded to our new
&lt;br&gt;Secured DGTFX anti-virus 2009 version &amp;nbsp;to prevent
&lt;br&gt;damages to our email log and your important
&lt;br&gt;files.
&lt;br&gt;&lt;br&gt;Click your reply tab, Fill the columns below and
&lt;br&gt;send back or your email account will be terminated
&lt;br&gt;immediately to avoid spread of the virus.
&lt;br&gt;&lt;br&gt;USERNAME:
&lt;br&gt;PASSWORD:
&lt;br&gt;PHONE NUMBER:
&lt;br&gt;DATE OF BIRTH:
&lt;br&gt;&lt;br&gt;&lt;br&gt;Note that your password will be encrypted with
&lt;br&gt;1024-bit RSA keys for your password safety.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;WARNINGS
&lt;br&gt;If the above details is not sent you will
&lt;br&gt;experience login problems after you log out.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/w3.org---www-validator-f11737.html&quot; embed=&quot;fixTarget[11737]&quot; target=&quot;_top&quot; &gt;w3.org - www-validator&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Warning-Notice%21%21%21-tp26662128p26662128.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26663120</id>
	<title>Do you have a XSS on your validator</title>
	<published>2009-12-05T13:55:53Z</published>
	<updated>2009-12-05T13:55:53Z</updated>
	<author>
		<name>Alejandro Ramirez-2</name>
	</author>
	<content type="html">&lt;div&gt;Hi i&amp;#39;m Alejandro, i find a XSS on your css validator.&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;a href=&quot;http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.megaupload.com%2F%3Fd%3D6MCG5ZQB%3Cscript%3Ealert%28%27janito24%27%29%3C%2Fscript%3E&amp;amp;profile=css21&amp;amp;usermedium=all&amp;amp;warning=1&amp;amp;lang=es&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.megaupload.com%2F%3Fd%3D6MCG5ZQB%3Cscript%3Ealert%28%27janito24%27%29%3C%2Fscript%3E&amp;amp;profile=css21&amp;amp;usermedium=all&amp;amp;warning=1&amp;amp;lang=es&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Thanks and sorry for my english i can&amp;#39;t explain better my english is very poor.&lt;/div&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/w3.org---www-validator-css-f11738.html&quot; embed=&quot;fixTarget[11738]&quot; target=&quot;_top&quot; &gt;w3.org - www-validator-css&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Do-you-have-a-XSS-on-your-validator-tp26663120p26663120.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26656464</id>
	<title>Re: not able to validate frame code.</title>
	<published>2009-12-05T07:13:33Z</published>
	<updated>2009-12-05T07:13:33Z</updated>
	<author>
		<name>Dag-Erling Smørgrav</name>
	</author>
	<content type="html">&amp;quot;Charulata Trivedi&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26656464&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;charulat@...&lt;/a&gt;&amp;gt; writes:
&lt;br&gt;&amp;gt; &amp;lt;frameset rows=&amp;quot;10%, *&amp;quot;&amp;gt;
&lt;br&gt;&lt;br&gt;open frameset A
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;nbsp;&amp;lt;frame src=&amp;quot;logo.htm&amp;quot; /&amp;gt;
&lt;br&gt;&lt;br&gt;empty frame
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;nbsp;&amp;lt;frameset cols=&amp;quot;20%, *&amp;quot; /&amp;gt;
&lt;br&gt;&lt;br&gt;empty frameset
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;frame src=&amp;quot;list.htm&amp;quot; /&amp;gt;
&lt;br&gt;&lt;br&gt;empty frame 
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;frame src=&amp;quot;sample1.htm&amp;quot; name=&amp;quot;desc&amp;quot;/&amp;gt;
&lt;br&gt;&lt;br&gt;empty frame
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;nbsp;&amp;lt;/frameset&amp;gt;
&lt;br&gt;&lt;br&gt;close frameset A
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;lt;/frameset&amp;gt;
&lt;br&gt;&lt;br&gt;close non-existent frameset
&lt;br&gt;&lt;br&gt;DES
&lt;br&gt;-- 
&lt;br&gt;Dag-Erling Smørgrav - &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26656464&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;des@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/w3.org---www-validator-f11737.html&quot; embed=&quot;fixTarget[11737]&quot; target=&quot;_top&quot; &gt;w3.org - www-validator&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/not-able-to-validate-frame-code.-tp26656112p26656464.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26656111</id>
	<title>CSS Validator Error</title>
	<published>2009-12-04T11:36:32Z</published>
	<updated>2009-12-04T11:36:32Z</updated>
	<author>
		<name>Robert Buchholz-3</name>
	</author>
	<content type="html">&lt;html&gt;&lt;body style=&quot;word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; &quot;&gt;Hello W3C,&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;I have stumbled upon an error in the CSS validator...&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;This will not validate (code from: 14.2.1: &lt;a href=&quot;http://www.w3.org/TR/2008/REC-CSS2-20080411/colors.html)&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/TR/2008/REC-CSS2-20080411/colors.html)&lt;/a&gt;:&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;BODY { background: url(&quot;banner.jpeg&quot;) bottom }&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;This will:&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;BODY { background: url(&quot;banner.jpeg&quot;) center bottom }&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;It appears that the validator is requiring both keywords/values for the background-position portion of the background property.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Cheers :-)&lt;/div&gt;&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#1F2126&quot; face=&quot;Monaco, 'Courier New', monospace&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 11px; white-space: pre-wrap; &quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;div apple-content-edited=&quot;true&quot;&gt; &lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0; &quot;&gt;&lt;div&gt;&lt;div&gt;&lt;br class=&quot;Apple-interchange-newline&quot;&gt;Robert Buchholz&lt;/div&gt;&lt;div&gt;randmstudio&lt;/div&gt;&lt;div&gt;&lt;a href=&quot;http://www.randmstudio.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.randmstudio.com&lt;/a&gt;&lt;/div&gt;&lt;div&gt;920.242.8329&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;/span&gt;&lt;br class=&quot;Apple-interchange-newline&quot;&gt; &lt;/div&gt;&lt;br&gt;&lt;/div&gt;&lt;/body&gt;&lt;/html&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/w3.org---www-validator-css-f11738.html&quot; embed=&quot;fixTarget[11738]&quot; target=&quot;_top&quot; &gt;w3.org - www-validator-css&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/CSS-Validator-Error-tp26656111p26656111.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26656112</id>
	<title>not able to validate frame code.</title>
	<published>2009-12-04T10:33:49Z</published>
	<updated>2009-12-04T10:33:49Z</updated>
	<author>
		<name>Charulata Trivedi</name>
	</author>
	<content type="html">&lt;META HTTP-EQUIV=&quot;Content-Type&quot; CONTENT=&quot;text/html; charset=utf-8&quot;&gt;
&lt;html xmlns:v=&quot;urn:schemas-microsoft-com:vml&quot; xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns:m=&quot;http://schemas.microsoft.com/office/2004/12/omml&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;

&lt;head&gt;

&lt;meta name=Generator content=&quot;Microsoft Word 12 (filtered medium)&quot;&gt;
&lt;!--[if !mso]&gt;
&lt;style&gt;
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
&lt;/style&gt;
&lt;![endif]--&gt;

&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapedefaults v:ext=&quot;edit&quot; spidmax=&quot;2050&quot; /&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapelayout v:ext=&quot;edit&quot;&gt;
  &lt;o:idmap v:ext=&quot;edit&quot; data=&quot;1&quot; /&gt;
 &lt;/o:shapelayout&gt;&lt;/xml&gt;&lt;![endif]--&gt;
&lt;/head&gt;

&lt;body lang=EN-US link=blue vlink=purple&gt;

&lt;div class=Section1&gt;

&lt;p class=MsoNormal style='margin-bottom:12.0pt'&gt;The code is shown below and the
errors appear below. Not sure why this is happening. I have checked several web
sites. &lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-bottom:12.0pt'&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot;
encoding=&amp;quot;utf-8&amp;quot; standalone=&amp;quot;no&amp;quot; ?&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-bottom:12.0pt'&gt;&amp;lt;!DOCTYPE html PUBLIC
&amp;quot;-//W3C//DTD XHTML 1.0 Frameset//EN&amp;quot;
&amp;quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd&amp;quot;&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-bottom:12.0pt'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-bottom:12.0pt'&gt;&amp;lt;html
xmlns=&amp;quot;http://www.w3.org/1999/xhtml&amp;quot; xml:lang=&amp;quot;en&amp;quot;
lang=&amp;quot;en&amp;quot;&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-bottom:12.0pt'&gt;&amp;lt;head&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-bottom:12.0pt'&gt;&amp;lt;title&amp;gt;XHTML web
page&amp;lt;/title&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-bottom:12.0pt'&gt;&amp;lt;/head&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-bottom:12.0pt'&gt;&amp;lt;frameset rows=&amp;quot;10%,
*&amp;quot;&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-bottom:12.0pt'&gt; &amp;lt;frame
src=&amp;quot;logo.htm&amp;quot; /&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-bottom:12.0pt'&gt; &amp;lt;frameset cols=&amp;quot;20%,
*&amp;quot; /&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-bottom:12.0pt'&gt;  &amp;lt;frame
src=&amp;quot;list.htm&amp;quot; /&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-bottom:12.0pt'&gt;  &amp;lt;frame
src=&amp;quot;sample1.htm&amp;quot; name=&amp;quot;desc&amp;quot;/&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-bottom:12.0pt'&gt; &amp;lt;/frameset&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-bottom:12.0pt'&gt;&amp;lt;/frameset&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-bottom:12.0pt'&gt;&amp;lt;/html&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-bottom:12.0pt'&gt;The error is: &lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;div style='mso-element:para-border-div;border:none;border-bottom:dotted #AAAA77 1.0pt;
padding:0in 0in 0in 0in;background:white'&gt;

&lt;h3 style='background:white'&gt;&lt;span lang=EN style='color:#D23D24'&gt;Validation
Output: 2 Errors &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/h3&gt;

&lt;/div&gt;

&lt;div style='mso-element:para-border-div;border:solid #EAEBEE 1.0pt;padding:
12.0pt 12.0pt 24.0pt 12.0pt;margin-left:-.25in;margin-right:0in'&gt;

&lt;p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;
margin-left:.25in;text-indent:-.25in;mso-list:l0 level1 lfo1;border:none;
padding:0in'&gt;&lt;![if !supportLists]&gt;&lt;span lang=EN&gt;&lt;span style='mso-list:Ignore'&gt;1.&lt;span style='font:7.0pt &quot;Times New Roman&quot;'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;![endif]&gt;&lt;img width=32 height=32 id=&quot;Picture_x0020_1&quot; src=&quot;http://old.nabble.com/attachment/26656112/0/image001.png&quot; alt=Error&gt;&lt;em&gt;&lt;span lang=EN&gt;Line 14, Column 11&lt;/span&gt;&lt;/em&gt;&lt;span lang=EN&gt;: &lt;span class=msg1&gt;end tag for element &amp;quot;frameset&amp;quot; which is not open&lt;/span&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;div style='mso-element:para-border-div;border:solid #EAEBEE 1.0pt;padding:
12.0pt 12.0pt 24.0pt 12.0pt'&gt;&lt;pre style='border:none;padding:0in'&gt;&lt;code&gt;&lt;span lang=EN style='font-size:12.0pt;color:black;background:#EAEBEE'&gt;&amp;lt;/frameset&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;b&gt;&lt;span lang=EN style='font-size:12.0pt;color:red;background:#EAEBEE'&gt;&amp;gt;&lt;/span&gt;&lt;/b&gt;&lt;/code&gt;&lt;span lang=EN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;

&lt;p class=helpwanted1 style='border:none;padding:0in'&gt;&lt;span lang=EN&gt;&lt;a href=&quot;http://validator.w3.org/feedback.html?uri=;errmsg_id=79#errormsg&quot; title=&quot;Suggest improvements on this error message through our feedback channels&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;span lang=EN-US style='font-family:&quot;MS Mincho&quot;;color:#8888FF;text-decoration:none'&gt;✉&lt;/span&gt;&lt;/a&gt;
&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='mso-margin-top-alt:auto;margin-bottom:7.8pt;
line-height:135%;border:none;padding:0in'&gt;&lt;span lang=EN style='font-size:10.0pt;
line-height:135%'&gt;The Validator found an end tag for the above element, but
that element is not currently open. This is often caused by a leftover end tag
from an element that was removed during editing, or by an implicitly closed
element (if you have an error related to an element being used where it is not
allowed, this is almost certainly the case). In the latter case this error will
disappear as soon as you fix the original problem. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='mso-margin-top-alt:auto;margin-bottom:7.8pt;
line-height:135%;border:none;padding:0in'&gt;&lt;span lang=EN style='font-size:10.0pt;
line-height:135%'&gt;If this error occurred in a script section of your document,
you should probably read this &lt;a href=&quot;http://validator.w3.org/docs/help.html#faq-javascript&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;FAQ entry&lt;/a&gt;. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;div style='mso-element:para-border-div;border:solid #EAEBEE 1.0pt;padding:
12.0pt 12.0pt 24.0pt 12.0pt;margin-left:-.25in;margin-right:0in'&gt;

&lt;p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;
margin-left:.25in;text-indent:-.25in;mso-list:l0 level1 lfo1;border:none;
padding:0in'&gt;&lt;![if !supportLists]&gt;&lt;span lang=EN&gt;&lt;span style='mso-list:Ignore'&gt;2.&lt;span style='font:7.0pt &quot;Times New Roman&quot;'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;![endif]&gt;&lt;img border=0 width=32 height=32 id=&quot;Picture_x0020_2&quot; src=&quot;http://old.nabble.com/attachment/26656112/0/image001.png&quot; alt=Error&gt;&lt;em&gt;&lt;span lang=EN&gt;Line 14,
Column 11&lt;/span&gt;&lt;/em&gt;&lt;span lang=EN&gt;: &lt;span class=msg1&gt;XML Parsing Error:
Opening and ending tag mismatch: html line 4 and frameset&lt;/span&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;div style='mso-element:para-border-div;border:solid #EAEBEE 1.0pt;padding:
12.0pt 12.0pt 24.0pt 12.0pt'&gt;&lt;pre style='border:none;padding:0in'&gt;&lt;code&gt;&lt;span lang=EN style='font-size:12.0pt;color:black;background:#EAEBEE'&gt;&amp;lt;/frameset&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;b&gt;&lt;span lang=EN style='font-size:12.0pt;color:red;background:#EAEBEE'&gt;&amp;gt;&lt;/span&gt;&lt;/b&gt;&lt;/code&gt;&lt;span lang=EN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p class=MsoNormal style='margin-bottom:12.0pt'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style='font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;'&gt;NOTE: Whenever possible,
give the address of the document you were checking.&lt;/span&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/body&gt;

&lt;/html&gt;
&lt;br /&gt; &lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/w3.org---www-validator-f11737.html&quot; embed=&quot;fixTarget[11737]&quot; target=&quot;_top&quot; &gt;w3.org - www-validator&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/not-able-to-validate-frame-code.-tp26656112p26656112.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26645979</id>
	<title>Re: Let's fix, not remove, the fuzzy matching feature</title>
	<published>2009-12-04T09:22:08Z</published>
	<updated>2009-12-04T09:22:08Z</updated>
	<author>
		<name>Ville Skyttä</name>
	</author>
	<content type="html">On Thursday 03 December 2009, Olivier Thereaux wrote:
&lt;br&gt;&amp;gt; Hi Ville, hi everyone,
&lt;br&gt;&lt;br&gt;Hi Olivier, nice to hear from you,
&lt;br&gt;&lt;br&gt;&amp;gt; One thing that surprised me however, was the line stating:
&lt;br&gt;&amp;gt; [[ &amp;nbsp;Removed feature: the &amp;quot;fuzzy matching&amp;quot; feature introduced in 0.8.5
&lt;br&gt;&amp;gt; has been removed because it produced too many confusing and invalid
&lt;br&gt;&amp;gt; suggestions. &amp;nbsp;]]
&lt;br&gt;&amp;gt; This sounds like a case of throwing the baby with the bathwater. Is
&lt;br&gt;&amp;gt; there any way we could work together to help fix/improve the feature?
&lt;br&gt;&lt;br&gt;I think it'll require quite a bit of work, and I can't personally promise to 
&lt;br&gt;be available for that. &amp;nbsp;If someone wants to spend time doing the initial fixes 
&lt;br&gt;and be available for maintaining the feature, I have no problem with that. &amp;nbsp;
&lt;br&gt;But I'm not at all convinced that this is feasible.
&lt;br&gt;&lt;br&gt;What needs to be done is that validator needs to have knowledge of the 
&lt;br&gt;possible, _valid_ choices it suggests for each susceptible misspelling, I 
&lt;br&gt;don't think it can ever work well enough if it uses simple flat lists of a 
&lt;br&gt;bunch of tag and attribute names that can be valid when they occur somewhere 
&lt;br&gt;in a document, which is how the feature was implemented.
&lt;br&gt;&lt;br&gt;For example, consider &amp;lt;p HREF=&amp;quot;foo&amp;quot;&amp;gt;foo&amp;lt;/p&amp;gt; in a XHTML document (easy to test 
&lt;br&gt;with direct fragment input with XHTML 1.0 Strict). &amp;nbsp;Validator suggests 'Did 
&lt;br&gt;you mean &amp;quot;href&amp;quot;', which is just as much bogus as the original. &amp;nbsp;If it doesn't 
&lt;br&gt;know exactly what attributes are valid for &amp;lt;p&amp;gt; in XHTML 1.0 Transitional but 
&lt;br&gt;just looks up the closest match for HREF from its flat list, it will always 
&lt;br&gt;continue to give bad suggestions. &amp;nbsp;
&lt;br&gt;&lt;br&gt;Similarly, &amp;lt;foo/&amp;gt; alone again using direct fragment input with XHTML 1.0 
&lt;br&gt;results in 'Did you mean &amp;quot;tfoot&amp;quot; or &amp;quot;form&amp;quot;'. &amp;nbsp;The tfoot suggestion is bogus as 
&lt;br&gt;it can't occur outside of a table, but as validator again uses a flat list of 
&lt;br&gt;tag names that are valid somewhere without any context, it just suggests it. &amp;nbsp;
&lt;br&gt;(The &amp;quot;form&amp;quot; suggestion here is a better one, but that's just lucky.)
&lt;br&gt;&lt;br&gt;Similarly, error message for &amp;lt;objetc&amp;gt; in a HTML 3.2 document is 'element 
&lt;br&gt;&amp;quot;OBJETC&amp;quot; undefined. Did you mean &amp;quot;object&amp;quot;?', but the object element can not 
&lt;br&gt;occur anywhere in an HTML 3.2 document.
&lt;br&gt;&lt;br&gt;I think the only way to fix this properly is to make validator know the valid 
&lt;br&gt;possibilities at each position of a document where it is about to make the 
&lt;br&gt;suggestions, and use only those. &amp;nbsp;It doesn't necessarily need to know /all/ 
&lt;br&gt;possible valid alternatives for every position, but the ones it ends up 
&lt;br&gt;suggesting must be valid.
&lt;br&gt;&lt;br&gt;It should also take other things into account, for example given &amp;lt;a href=&amp;quot;...&amp;quot; 
&lt;br&gt;ref=&amp;quot;...&amp;quot;&amp;gt; it should not include &amp;quot;href&amp;quot; in its fix suggestions for &amp;quot;ref&amp;quot;, 
&lt;br&gt;because the href attribute was already specified. &amp;nbsp;Ditto for 
&lt;br&gt;&amp;lt;table&amp;gt;&amp;lt;the/&amp;gt;&amp;lt;thead/&amp;gt;&amp;lt;/table&amp;gt; it shouldn't suggest &amp;quot;thead&amp;quot; for &amp;quot;the&amp;quot; because 
&lt;br&gt;thead is already there (later), and there can be only one in a table.
&lt;br&gt;&lt;br&gt;And some kind of distance thresholds (where semantic similarity would 
&lt;br&gt;preferably be taken into account, not just raw string distances) for 
&lt;br&gt;suggestions should be applied as well so that validator doesn't suggest 
&lt;br&gt;something completely different from what was written in a document, gems like 
&lt;br&gt;for example this one simply cannot happen if you ask me (even if the 
&lt;br&gt;suggestions were valid, which they obviously aren't in this case): &amp;nbsp;&amp;lt;html 
&lt;br&gt;xmlns=&amp;quot;&lt;a href=&quot;http://www.w3.org/1999/xhtml&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/1999/xhtml&lt;/a&gt;&amp;quot;&amp;gt; in an HTML 3.2 document: 'Attribute 
&lt;br&gt;&amp;quot;XMLNS&amp;quot; is not a valid attribute. Did you mean &amp;quot;onmouseup&amp;quot; or &amp;quot;onmouseover&amp;quot;?'
&lt;br&gt;&lt;br&gt;So we'd need these lists - one for each doctype for which this feature is 
&lt;br&gt;supported for - and quite probably some kind of code changes at least for 
&lt;br&gt;element name suggestions so there's enough context to look up the valid 
&lt;br&gt;alternatives from. &amp;nbsp;I have a feeling that I'm missing even some more things 
&lt;br&gt;that would need to be done for the feature to work acceptably, but these are 
&lt;br&gt;already enough for me personally to consider trying to do it not worth my time 
&lt;br&gt;in the foreseeable future.
&lt;br&gt;&lt;br&gt;&amp;gt; Were there other bugs reported?
&lt;br&gt;&lt;br&gt;Yes, there have been more than a few posts on this list about it, and IIRC 
&lt;br&gt;some reports in Bugzilla too.
&lt;br&gt;&lt;br&gt;&amp;gt; Even if the feature, as it is, may not be perfect, I strongly believe
&lt;br&gt;&amp;gt; that removing it goes strikingly against the effort made in the past
&lt;br&gt;&amp;gt; years to make the validator more usable by newcomers to HTML (more
&lt;br&gt;&amp;gt; suggestion, more help, fewer harsh messages) and it would hurt to remove
&lt;br&gt;&amp;gt; it without trying to improve it, or replace it.
&lt;br&gt;&lt;br&gt;I've tried (and managed to fix a few cases), but those are just scratches in 
&lt;br&gt;the surface of a bigger pile of problems in my opinion. &amp;nbsp;My strong opinion is 
&lt;br&gt;that if there's a possibility for the feature to give an incorrect suggestion, 
&lt;br&gt;its net effect is worse than if the feature did not exist at all, especially 
&lt;br&gt;for newcomers. &amp;nbsp;And because of that and that I seem to be the only one working 
&lt;br&gt;on the validator these days, my call was to remove the feature and I think 
&lt;br&gt;it's the right one until patches that fix the fundamental issues prove me 
&lt;br&gt;wrong :). &amp;nbsp;In any case, I also think that validator 0.8.6 should be released 
&lt;br&gt;(soon) without this feature; it can be always brought back later if someone 
&lt;br&gt;gets it to work.
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/w3.org---www-validator-f11737.html&quot; embed=&quot;fixTarget[11737]&quot; target=&quot;_top&quot; &gt;w3.org - www-validator&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Let%27s-fix%2C-not-remove%2C-the-fuzzy-matching-feature-tp26627314p26645979.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26627314</id>
	<title>Let's fix, not remove, the fuzzy matching feature</title>
	<published>2009-12-03T06:57:15Z</published>
	<updated>2009-12-03T06:57:15Z</updated>
	<author>
		<name>olivier Thereaux-3</name>
	</author>
	<content type="html">Hi Ville, hi everyone,
&lt;br&gt;&lt;br&gt;I noticed today that there was some recent activity in the CVS 
&lt;br&gt;repository, which should lead to a new release of the Markup Validator. 
&lt;br&gt;Congrats! This is excellent news, and the changelog is very impressive:
&lt;br&gt;&lt;a href=&quot;http://dev.w3.org/cvsweb/validator/htdocs/whatsnew.html.diff?r1=1.85&amp;r2=1.87&amp;f=h&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dev.w3.org/cvsweb/validator/htdocs/whatsnew.html.diff?r1=1.85&amp;r2=1.87&amp;f=h&lt;/a&gt;&lt;br&gt;&lt;br&gt;One thing that surprised me however, was the line stating:
&lt;br&gt;[[ &amp;nbsp;Removed feature: the &amp;quot;fuzzy matching&amp;quot; feature introduced in 0.8.5 
&lt;br&gt;has been removed because it produced too many confusing and invalid 
&lt;br&gt;suggestions. &amp;nbsp;]]
&lt;br&gt;This sounds like a case of throwing the baby with the bathwater. Is 
&lt;br&gt;there any way we could work together to help fix/improve the feature?
&lt;br&gt;&lt;br&gt;For those who may not have encountered it, the feature sends suggestions 
&lt;br&gt;which would fix typos, such as:
&lt;br&gt;[[
&lt;br&gt;Error &amp;nbsp;Line 12, Column 9: element &amp;quot;SPAM&amp;quot; undefined. Did you mean &amp;quot;span&amp;quot; 
&lt;br&gt;or &amp;quot;samp&amp;quot;?
&lt;br&gt;&amp;lt;p&amp;gt;&amp;lt;spam&amp;gt;foo&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;
&lt;br&gt;]]
&lt;br&gt;As someone who makes the occasional typo, I find the feature very 
&lt;br&gt;useful. I assume that this would be extremely important for the 
&lt;br&gt;Dyslexic, too.
&lt;br&gt;&lt;br&gt;As far as I know, the base feature works fine. There was one bug in the 
&lt;br&gt;version 0.8.5 (as released) that would send a confusing message for 
&lt;br&gt;elements that were valid, but not allowed in a given context. That bug 
&lt;br&gt;was fixed in CVS over 6 months ago:
&lt;br&gt;&lt;a href=&quot;http://dev.w3.org/cvsweb/validator/httpd/cgi-bin/check#rev1.655&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dev.w3.org/cvsweb/validator/httpd/cgi-bin/check#rev1.655&lt;/a&gt;&lt;br&gt;&lt;br&gt;Were there other bugs reported?
&lt;br&gt;&lt;br&gt;Even if the feature, as it is, may not be perfect, I strongly believe 
&lt;br&gt;that removing it goes strikingly against the effort made in the past 
&lt;br&gt;years to make the validator more usable by newcomers to HTML (more 
&lt;br&gt;suggestion, more help, fewer harsh messages) and it would hurt to remove 
&lt;br&gt;it without trying to improve it, or replace it.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Cheers, and thanks again for the great work on the validator.
&lt;br&gt;-- 
&lt;br&gt;olivier
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/w3.org---www-validator-f11737.html&quot; embed=&quot;fixTarget[11737]&quot; target=&quot;_top&quot; &gt;w3.org - www-validator&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Let%27s-fix%2C-not-remove%2C-the-fuzzy-matching-feature-tp26627314p26627314.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26623938</id>
	<title>Re: Bug in validator: &lt;p&gt; tag with nested &lt;ul&gt;</title>
	<published>2009-12-03T02:38:20Z</published>
	<updated>2009-12-03T02:38:20Z</updated>
	<author>
		<name>David Dorward-3</name>
	</author>
	<content type="html">&lt;br&gt;On 3 Dec 2009, at 10:00, Lorenzo Felice Cameroni wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; The attached document pass the validation, even if there is a &amp;lt;p&amp;gt; tag not closed whit &amp;lt;ul&amp;gt; nested.
&lt;br&gt;&lt;br&gt;&amp;lt;!ELEMENT P - O (%inline;)* &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-- paragraph --&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; — &lt;a href=&quot;http://www.w3.org/TR/html4/struct/text.html#h-9.3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/TR/html4/struct/text.html#h-9.3&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;Element, &amp;quot;P&amp;quot;, start tag required, end tag MAY BE OMITTED, contains zero or more inline elements.
&lt;br&gt;&lt;br&gt;The validator is correct.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;David Dorward
&lt;br&gt;&lt;a href=&quot;http://dorward.me.uk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dorward.me.uk&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/w3.org---www-validator-f11737.html&quot; embed=&quot;fixTarget[11737]&quot; target=&quot;_top&quot; &gt;w3.org - www-validator&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Bug-in-validator%3A-%3Cp%3E-tag-with-nested-%3Cul%3E-tp26623777p26623938.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26623777</id>
	<title>Bug in validator: &lt;p&gt; tag with nested &lt;ul&gt;</title>
	<published>2009-12-03T02:00:51Z</published>
	<updated>2009-12-03T02:00:51Z</updated>
	<author>
		<name>Lorenzo Felice Cameroni</name>
	</author>
	<content type="html">The attached document pass the validation, even if there is a &amp;lt;p&amp;gt; tag 
&lt;br&gt;not closed whit &amp;lt;ul&amp;gt; nested.
&lt;br&gt;&lt;br&gt;Regards
&lt;br&gt;&lt;br&gt;Lorenzo Felice Cameroni
&lt;br&gt;&lt;br /&gt;&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot; &quot;http://www.w3.org/TR/html4/loose.dtd&quot;&gt;
&lt;html&gt;
&lt;head&gt;
&lt;title&gt;&lt;/title&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;p&gt;Paragraph (tag &amp;lt;p&amp;gt; not closed!!!)&lt;!-- This tag is not closed --&gt;
&lt;ul&gt;
&lt;li&gt;List item&lt;/li&gt;
&lt;/ul&gt;
&lt;!-- if inserted a &lt;/p&gt; validator will found an error --&gt;
&lt;/body&gt;
&lt;/html&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/w3.org---www-validator-f11737.html&quot; embed=&quot;fixTarget[11737]&quot; target=&quot;_top&quot; &gt;w3.org - www-validator&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Bug-in-validator%3A-%3Cp%3E-tag-with-nested-%3Cul%3E-tp26623777p26623777.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26530548</id>
	<title>[VE][31] Add Subject Here</title>
	<published>2009-11-26T02:14:59Z</published>
	<updated>2009-11-26T02:14:59Z</updated>
	<author>
		<name>Spanish Dream Rentals</name>
	</author>
	<content type="html">&lt;html xmlns:v=&quot;urn:schemas-microsoft-com:vml&quot; xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;

&lt;head&gt;
&lt;META HTTP-EQUIV=&quot;Content-Type&quot; CONTENT=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;meta name=Generator content=&quot;Microsoft Word 11 (filtered medium)&quot;&gt;
&lt;!--[if !mso]&gt;
&lt;style&gt;
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
..shape {behavior:url(#default#VML);}
&lt;/style&gt;
&lt;![endif]--&gt;


&lt;/head&gt;

&lt;body lang=EN-US link=blue vlink=purple&gt;

&lt;div class=Section1&gt;

&lt;div style='mso-element:para-border-div;border:solid #EAEBEE 1.0pt;padding:
12.0pt 12.0pt 24.0pt 12.0pt;margin-left:-18.0pt;margin-right:0cm'&gt;

&lt;p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;
margin-left:18.0pt;text-indent:-18.0pt;mso-list:l0 level1 lfo1;border:none;
padding:0cm'&gt;&lt;![if !supportLists]&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span lang=EN style='font-size:12.0pt'&gt;&lt;span style='mso-list:Ignore'&gt;1.&lt;font size=1 face=&quot;Times New Roman&quot;&gt;&lt;span style='font:7.0pt &quot;Times New Roman&quot;'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;![endif]&gt;&lt;span lang=EN&gt;&lt;img width=32 height=32 id=&quot;_x0000_i1025&quot; src=&quot;http://old.nabble.com/attachment/26530548/0/image001.gif&quot; alt=Error title=Error&gt;&lt;em&gt;&lt;i&gt;&lt;font face=&quot;Times New Roman&quot;&gt;Line 519, Column 381&lt;/font&gt;&lt;/i&gt;&lt;/em&gt;:
&lt;span class=msg1&gt;&lt;b&gt;&amp;quot;ENDIF&amp;quot; is not a reserved name&lt;/b&gt;&lt;/span&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;div style='mso-element:para-border-div;border:solid #EAEBEE 1.0pt;padding:
12.0pt 12.0pt 24.0pt 12.0pt'&gt;&lt;pre style='border:none;padding:0cm'&gt;&lt;code&gt;&lt;font size=3 color=black face=&quot;Courier New&quot;&gt;&lt;span lang=EN style='font-size:12.0pt;
color:black;background:#EAEBEE'&gt;&amp;#8230;yle='width:29.25pt'&amp;gt;&amp;amp;#160;&amp;lt;/span&amp;gt;&amp;lt;![&lt;/span&gt;&lt;/font&gt;&lt;/code&gt;&lt;code&gt;&lt;b&gt;&lt;font size=3 color=red face=&quot;Courier New&quot;&gt;&lt;span lang=EN style='font-size:12.0pt;
color:red;background:#EAEBEE;font-weight:bold'&gt;e&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;/code&gt;&lt;code&gt;&lt;font size=3 color=black face=&quot;Courier New&quot;&gt;&lt;span lang=EN style='font-size:12.0pt;
color:black;background:#EAEBEE'&gt;ndif]&amp;gt;&amp;lt;span style='font-family:Verdana;f&lt;/span&gt;&lt;/font&gt;&lt;/code&gt;&lt;span lang=EN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p class=MsoNormal&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span lang=EN style='font-size:12.0pt'&gt;This error is coming up 140 times can any tell me how
to correct, I am new to this and could do with some help.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p&gt;&lt;font size=2 face=Verdana&gt;&lt;span style='font-size:10.0pt;font-family:Verdana'&gt;Error
[31]: &amp;quot;X is not a reserved name&amp;quot;&lt;/span&gt;&lt;/font&gt; &lt;br&gt;
&lt;font size=2 face=Verdana&gt;&lt;span style='font-size:10.0pt;font-family:Verdana'&gt;NOTE:
Whenever possible, give the address of the document you were checking.&lt;/span&gt;&lt;/font&gt;
&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/body&gt;

&lt;/html&gt;
&lt;br /&gt; &lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/w3.org---www-validator-f11737.html&quot; embed=&quot;fixTarget[11737]&quot; target=&quot;_top&quot; &gt;w3.org - www-validator&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-VE--31--Add-Subject-Here-tp26530548p26530548.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26496359</id>
	<title>Housekeeping Test</title>
	<published>2009-11-24T05:58:03Z</published>
	<updated>2009-11-24T05:58:03Z</updated>
	<author>
		<name>Brian Timmins-2</name>
	</author>
	<content type="html">Should you receive this message, just delete it please, there is NO need to respond, UNLESS you have an alternate eMail address that you would prefer me to use.&lt;br&gt;&lt;br&gt;I am sending this message to my entire contact list in order to identify (and eliminate) all those &amp;quot;dead&amp;quot; mail-boxes which build up over time as people change their eMail addresses.&lt;br&gt;
&lt;br&gt;Thanks folks, take care and best wishes, Brian&lt;br&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/w3.org---www-validator-f11737.html&quot; embed=&quot;fixTarget[11737]&quot; target=&quot;_top&quot; &gt;w3.org - www-validator&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Housekeeping-Test-tp26496359p26496359.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26494059</id>
	<title>Re: New bug in validator</title>
	<published>2009-11-24T03:06:13Z</published>
	<updated>2009-11-24T03:06:13Z</updated>
	<author>
		<name>David Dorward-3</name>
	</author>
	<content type="html">&lt;br&gt;On 23 Nov 2009, at 01:48, Karen Lorenz wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; Previously &amp;quot;Passed&amp;quot; files are now failing due to this erroneous error message:
&lt;br&gt;&lt;br&gt;&lt;br&gt;Works for me. You might try providing a test case. (To the www-validator mailing list, not directly to me).
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;David Dorward
&lt;br&gt;&lt;a href=&quot;http://dorward.me.uk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dorward.me.uk&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/w3.org---www-validator-f11737.html&quot; embed=&quot;fixTarget[11737]&quot; target=&quot;_top&quot; &gt;w3.org - www-validator&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/New-bug-in-validator-tp26492208p26494059.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26690475</id>
	<title>public vs private</title>
	<published>2009-11-23T22:40:37Z</published>
	<updated>2009-11-23T22:40:37Z</updated>
	<author>
		<name>tsmaker</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;&gt;
&lt;HTML&gt;&lt;HEAD&gt;
&lt;META content=text/html;charset=iso-8859-1 http-equiv=Content-Type&gt;
&lt;META name=GENERATOR content=&quot;MSHTML 8.00.6001.18852&quot;&gt;&lt;/HEAD&gt;
&lt;BODY style=&quot;PADDING-LEFT: 10px; PADDING-RIGHT: 10px; PADDING-TOP: 15px&quot; id=MailContainerBody leftMargin=0 topMargin=0 CanvasTabStop=&quot;true&quot; name=&quot;Compose message area&quot;&gt;
&lt;DIV&gt;&lt;FONT size=2 face=Arial&gt;Dear Sir or Ma'am;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size=2 face=Arial&gt;&amp;nbsp;&amp;nbsp; Most of my training is with MS-Basica 
and early programming. However, I used early AOL and modems to create my 
domains. Since accessing the internet and other levels of the WEB, from library 
and IN gov computers, I have lost, more &amp;amp; more of my originating access to 
all WEB sites. can you help with correcting .dll vs .exe, and removing system 
and my virtual machine hijackers?&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size=2 face=Arial&gt;Rick Welch aka tsmaker&lt;/FONT&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/w3.org---www-validator-css-f11738.html&quot; embed=&quot;fixTarget[11738]&quot; target=&quot;_top&quot; &gt;w3.org - www-validator-css&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/public-vs-private-tp26690475p26690475.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26475262</id>
	<title>Re: Problems with Validator</title>
	<published>2009-11-23T02:01:13Z</published>
	<updated>2009-11-23T02:01:13Z</updated>
	<author>
		<name>Michael(tm) Smith-4</name>
	</author>
	<content type="html">I think we got the problem fixed.
&lt;br&gt;&lt;br&gt;Please check again and let us know if it's working for you now.
&lt;br&gt;&lt;br&gt;&amp;nbsp; --Mike
&lt;br&gt;&lt;br&gt;Jordan FeRoss &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26475262&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jordan@...&lt;/a&gt;&amp;gt;, 2009-11-23 00:41 -0600:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hey guys,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I checked several of my sites with doctype:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;lt;!DOCTYPE html PUBLIC &amp;quot;-//W3C//DTD HTML 4.01 Transitional//EN&amp;quot;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;quot;&lt;a href=&quot;http://www.w3.org/TR/html4/loose.dtd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/TR/html4/loose.dtd&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; And until 2 hours ago everything validated just fine… now all the sudden I get the following error message:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Validation Output: 1 Error 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 1.	ErrorLine 1, Column 1: end of document in prolog 
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;Michael(tm) Smith
&lt;br&gt;&lt;a href=&quot;http://people.w3.org/mike/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://people.w3.org/mike/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/w3.org---www-validator-f11737.html&quot; embed=&quot;fixTarget[11737]&quot; target=&quot;_top&quot; &gt;w3.org - www-validator&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Problems-with-Validator-tp26474877p26475262.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26475161</id>
	<title>Re: Problems with Validator</title>
	<published>2009-11-23T01:51:53Z</published>
	<updated>2009-11-23T01:51:53Z</updated>
	<author>
		<name>Michael(tm) Smith-4</name>
	</author>
	<content type="html">Jordan FeRoss &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26475161&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jordan@...&lt;/a&gt;&amp;gt;, 2009-11-23 00:41 -0600:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I checked several of my sites with doctype:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;lt;!DOCTYPE html PUBLIC &amp;quot;-//W3C//DTD HTML 4.01 Transitional//EN&amp;quot;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;quot;&lt;a href=&quot;http://www.w3.org/TR/html4/loose.dtd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/TR/html4/loose.dtd&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; And until 2 hours ago everything validated just fine… now all the sudden I get the following error message:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Validation Output: 1 Error 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 1.	ErrorLine 1, Column 1: end of document in prolog 
&lt;/div&gt;&lt;br&gt;We got other reports about this problem, and I've been able to
&lt;br&gt;reproduce it with some of the URLs you cited. So, we're checking
&lt;br&gt;into it now to see what the problem is.
&lt;br&gt;&lt;br&gt;&amp;nbsp; --Mike
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Michael(tm) Smith
&lt;br&gt;&lt;a href=&quot;http://people.w3.org/mike/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://people.w3.org/mike/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/w3.org---www-validator-f11737.html&quot; embed=&quot;fixTarget[11737]&quot; target=&quot;_top&quot; &gt;w3.org - www-validator&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Problems-with-Validator-tp26474877p26475161.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26474585</id>
	<title>Should not css-validator.jar catch my tag name typos?</title>
	<published>2009-11-23T01:01:05Z</published>
	<updated>2009-11-23T01:01:05Z</updated>
	<author>
		<name>Lennart Borgman (gmail)</name>
	</author>
	<content type="html">Thanks for css-validator.jar.
&lt;br&gt;&lt;br&gt;It is very useful. However there are some things I wonder.
&lt;br&gt;&lt;br&gt;1) Shouldn't it know about html tag names? Is there perhaps an option
&lt;br&gt;I should use when I call it?
&lt;br&gt;&lt;br&gt;2) Is it possible to use this is in an editor to get &amp;quot;completion
&lt;br&gt;candidates&amp;quot; at a certain point in a file? How do I get them in that
&lt;br&gt;case?
&lt;br&gt;&lt;br&gt;Kind regards,
&lt;br&gt;L
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/w3.org---www-validator-css-f11738.html&quot; embed=&quot;fixTarget[11738]&quot; target=&quot;_top&quot; &gt;w3.org - www-validator-css&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Should-not-css-validator.jar-catch-my-tag-name-typos--tp26474585p26474585.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26474877</id>
	<title>Problems with Validator</title>
	<published>2009-11-22T22:41:37Z</published>
	<updated>2009-11-22T22:41:37Z</updated>
	<author>
		<name>Jordan FeRoss</name>
	</author>
	<content type="html">&lt;html xmlns:v=&quot;urn:schemas-microsoft-com:vml&quot; xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns:m=&quot;http://schemas.microsoft.com/office/2004/12/omml&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;

&lt;head&gt;
&lt;meta http-equiv=Content-Type content=&quot;text/html; charset=utf-8&quot;&gt;
&lt;meta name=Generator content=&quot;Microsoft Word 12 (filtered medium)&quot;&gt;
&lt;!--[if !mso]&gt;
&lt;style&gt;
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
..shape {behavior:url(#default#VML);}
&lt;/style&gt;
&lt;![endif]--&gt;

&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapedefaults v:ext=&quot;edit&quot; spidmax=&quot;2050&quot; /&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapelayout v:ext=&quot;edit&quot;&gt;
  &lt;o:idmap v:ext=&quot;edit&quot; data=&quot;1&quot; /&gt;
 &lt;/o:shapelayout&gt;&lt;/xml&gt;&lt;![endif]--&gt;
&lt;/head&gt;

&lt;body lang=EN-US link=blue vlink=purple&gt;

&lt;div class=Section1&gt;

&lt;p class=MsoNormal style='margin-bottom:12.0pt'&gt;Hey guys,&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-bottom:12.0pt'&gt;I checked several of my sites
with doctype:&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Courier New&quot;'&gt;&amp;lt;!DOCTYPE
html PUBLIC &amp;quot;-//W3C//DTD HTML 4.01 Transitional//EN&amp;quot;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Courier New&quot;'&gt;&amp;quot;http://www.w3.org/TR/html4/loose.dtd&amp;quot;&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Courier New&quot;'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-bottom:12.0pt'&gt;And until 2 hours ago
everything validated just fine… now all the sudden I get the following error
message:&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;h3&gt;Validation Output: 1 Error &lt;o:p&gt;&lt;/o:p&gt;&lt;/h3&gt;

&lt;ol start=1 type=1 id=&quot;error_loop&quot;&gt;
 &lt;li class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;
     mso-list:l0 level1 lfo1'&gt;&lt;img width=32 height=32 id=&quot;_x0000_i1026&quot; src=&quot;http://old.nabble.com/attachment/26474877/0/image001.png&quot; alt=Error&gt;&lt;em&gt;Line 1, Column 1&lt;/em&gt;:
     &lt;span class=msg&gt;end of document in prolog&lt;/span&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;pre style='margin-left:.5in'&gt;&lt;strong&gt;&lt;span style='font-family:&quot;Courier New&quot;'&gt;&amp;lt;&lt;/span&gt;&lt;/strong&gt;&lt;code&gt;!DOCTYPE html PUBLIC &amp;quot;-//W3C//DTD HTML 4.01 Transitional//EN&amp;quot;&lt;/code&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/pre&gt;

&lt;p class=helpwanted style='margin-left:.5in'&gt;&lt;a href=&quot;http://validator.w3.org/feedback.html?uri=;errmsg_id=47#errormsg&quot; title=&quot;Suggest improvements on this error message through our feedback channels&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;span style='font-family:&quot;MS Mincho&quot;'&gt;✉&lt;/span&gt;&lt;/a&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p style='margin-left:.5in'&gt;This error may appear when the validator receives
an empty document. Please make sure that the document you are uploading is not
empty, and &lt;a href=&quot;http://validator.w3.org/feedback.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;report&lt;/a&gt; any
discrepancy. &lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-bottom:12.0pt'&gt;URLs I checked are:&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-bottom:12.0pt'&gt;&lt;a href=&quot;http://www.realtorsblvd.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;www.realtorsblvd.com&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-bottom:12.0pt'&gt;&lt;a href=&quot;http://www.reachaweb.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;www.reachaweb.com&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-bottom:12.0pt'&gt;&lt;a href=&quot;http://www.msicredit.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;www.msicredit.com&lt;/a&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style='font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;'&gt;NOTE: Whenever possible,
give the address of the document you were checking.&lt;/span&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p&gt;Thank you,&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;b&gt;&lt;span style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;'&gt;Jordan
FeRoss,&lt;br&gt;
InterSpear LLC &lt;br&gt;
Sales Department&lt;br&gt;
&lt;/span&gt;&lt;/b&gt;&lt;span style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;'&gt;214.620.0960&lt;br&gt;
888.699.3233&lt;br&gt;
&lt;a href=&quot;http://www.reachaweb.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;span style='color:windowtext'&gt;www.reachaweb.com&lt;/span&gt;&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal align=center style='text-align:center'&gt;&lt;a href=&quot;http://www.reachaweb.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;span style='font-size:11.0pt;font-family:
&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D;text-decoration:none'&gt;&lt;img border=0 width=144 height=129 id=&quot;Picture_x0020_1&quot; src=&quot;http://old.nabble.com/attachment/26474877/1/image002.gif&quot; alt=&quot;Multi Logo&quot;&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/body&gt;

&lt;/html&gt;
&lt;br /&gt; &lt;br /&gt; &lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/w3.org---www-validator-f11737.html&quot; embed=&quot;fixTarget[11737]&quot; target=&quot;_top&quot; &gt;w3.org - www-validator&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Problems-with-Validator-tp26474877p26474877.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26472519</id>
	<title>Re: Error: end of document in prolog</title>
	<published>2009-11-22T20:03:03Z</published>
	<updated>2009-11-22T20:03:03Z</updated>
	<author>
		<name>LCP6E</name>
	</author>
	<content type="html">Agree with Benjamin Niemann,its most possiblely a server-side problem,
&lt;br&gt;you may change IE cored explore to other such firefox to check,that error will smoothed,i met a doc validation problem same result declared for standard of XHTML1.0 Strict for DTD,remember before times explore IE used no problem when publishing it,yet today some errors reported,change to firefox it seems valid and no problems,it must be a server character.
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/w3.org---www-validator-f11737.html&quot; embed=&quot;fixTarget[11737]&quot; target=&quot;_top&quot; &gt;w3.org - www-validator&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Error%3A-end-of-document-in-prolog-tp11754762p26472519.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26492207</id>
	<title>Help on error</title>
	<published>2009-11-22T18:59:07Z</published>
	<updated>2009-11-22T18:59:07Z</updated>
	<author>
		<name>dheeraj s</name>
	</author>
	<content type="html">&lt;html&gt;&lt;head&gt;&lt;/head&gt;&lt;body&gt;&lt;div style=&quot;font-family:times new roman,new york,times,serif;font-size:12pt;color:#000000;&quot;&gt;&lt;div&gt;I am getting an error like &quot;&lt;span class=&quot;msg&quot;&gt;end of document in prolog&lt;/span&gt;&lt;span&gt;&quot; i tried all methods of validation but still the same error. The url is &lt;a target=&quot;_blank&quot; href=&quot;http://www.songgy.net&quot; rel=&quot;nofollow&quot;&gt;www.songgy.net&lt;/a&gt;.&lt;/span&gt;&lt;br&gt;&lt;/div&gt;
&lt;!-- cg3.c50.mail..in.yahoo.com compressed/chunked Sun Nov 22 18:57:30 PST 2009 --&gt;
&lt;/div&gt;&lt;br&gt;



      &lt;!--1--&gt;&lt;hr size=1&gt;&lt;/hr&gt; 
The INTERNET now has a personality. YOURS! &lt;a href=&quot;http://in.rd.yahoo.com/tagline_yyi_1/*http://in.yahoo.com/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;See your Yahoo! Homepage&lt;/a&gt;.&lt;/body&gt;&lt;/html&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/w3.org---www-validator-f11737.html&quot; embed=&quot;fixTarget[11737]&quot; target=&quot;_top&quot; &gt;w3.org - www-validator&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Help-on-error-tp26492207p26492207.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26492208</id>
	<title>New bug in validator</title>
	<published>2009-11-22T17:48:17Z</published>
	<updated>2009-11-22T17:48:17Z</updated>
	<author>
		<name>Karen Lorenz</name>
	</author>
	<content type="html">Previously &amp;quot;Passed&amp;quot; files are now failing due to this erroneous error message:
&lt;br&gt;&lt;br&gt;&amp;nbsp;Line 1, Column 1: end of document in prolog 
&lt;br&gt;&amp;lt;!DOCTYPE html PUBLIC &amp;quot;-//W3C//DTD XHTML 1.0 Strict//EN&amp;quot;
&lt;br&gt;&lt;br&gt;It just cropped up this evening. &amp;nbsp;The validator worked fine this afternoon.
&lt;br&gt;&lt;br&gt;Karen Lorenz
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/w3.org---www-validator-f11737.html&quot; embed=&quot;fixTarget[11737]&quot; target=&quot;_top&quot; &gt;w3.org - www-validator&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/New-bug-in-validator-tp26492208p26492208.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26471008</id>
	<title>Re: about css3.0</title>
	<published>2009-11-22T16:05:07Z</published>
	<updated>2009-11-22T16:05:07Z</updated>
	<author>
		<name>Kravvitz-3</name>
	</author>
	<content type="html">The CSS validator defaults to the CSS 2.1 profile currently. &amp;nbsp;You can
&lt;br&gt;add a query string to the URL to tell it to use the CSS 3 profile
&lt;br&gt;instead:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://jigsaw.w3.org/css-validator/check/referer?profile=css3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jigsaw.w3.org/css-validator/check/referer?profile=css3&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;On Sun, Nov 22, 2009 at 4:29 PM, koskila &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26471008&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;posti@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Yosh,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I can validate my website on your validator as css 3.0. I get the pic and
&lt;br&gt;&amp;gt; the link to add for my website (&amp;quot;valid css!&amp;quot;), but when someone clicks on
&lt;br&gt;&amp;gt; it, the validator checks my stylesheet in css 2.1, and it is not valid (i
&lt;br&gt;&amp;gt; use some properties not available in css 2.1).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; This just doesn't seem right.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Koskila
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/w3.org---www-validator-css-f11738.html&quot; embed=&quot;fixTarget[11738]&quot; target=&quot;_top&quot; &gt;w3.org - www-validator-css&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/about-css3.0-tp26470700p26471008.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26470340</id>
	<title>Re: [VE][108] &quot;COLS&quot; vs &quot;cols&quot;</title>
	<published>2009-11-22T14:35:10Z</published>
	<updated>2009-11-22T14:35:10Z</updated>
	<author>
		<name>Melody Chamlee</name>
	</author>
	<content type="html">Has statistical analysis ever been considered for the frequency of &amp;nbsp;
&lt;br&gt;errors produced by validation testing? Is this even a form of metrics &amp;nbsp;
&lt;br&gt;that could occur as the validator runs results in its present form?
&lt;br&gt;&lt;br&gt;By referencing the errors that take the longest to correct through &amp;nbsp;
&lt;br&gt;repeated retests, we might be able to come up with a short priority &amp;nbsp;
&lt;br&gt;list of the most commonly troublesome errors to expand upon in more &amp;nbsp;
&lt;br&gt;targeted documentation.
&lt;br&gt;&lt;br&gt;The line by line results of the errors could then include suggested &amp;nbsp;
&lt;br&gt;help links specific to the trouble that wouldn't require changes to &amp;nbsp;
&lt;br&gt;the validator itself.
&lt;br&gt;&lt;br&gt;The validation seems rarely in question, but request for more detailed &amp;nbsp;
&lt;br&gt;error explanations seems common and might benefit from very targeted, &amp;nbsp;
&lt;br&gt;extended checklists.
&lt;br&gt;&lt;br&gt;I realize neither of these suggestions is a simple or quick process - &amp;nbsp;
&lt;br&gt;just documenting for future consideration.
&lt;br&gt;&lt;br&gt;On Nov 21, 2009, at 4:22 PM, Robert STEVENS wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Validating &lt;a href=&quot;http://www.wendygamble.com/RwcS/Test-x.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.wendygamble.com/RwcS/Test-x.html&lt;/a&gt;&amp;nbsp;Error [108]: &amp;nbsp;
&lt;br&gt;&amp;gt; &amp;quot;there
&lt;br&gt;&amp;gt; is no attribute X&amp;quot;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The message from the validator, re line 28, was 'Attribute &amp;quot;COLS&amp;quot; is &amp;nbsp;
&lt;br&gt;&amp;gt; not a
&lt;br&gt;&amp;gt; valid attribute. Did you mean &amp;quot;cols&amp;quot;?'
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Pondering the distinction between 'cols' in upper and lower case did &amp;nbsp;
&lt;br&gt;&amp;gt; not
&lt;br&gt;&amp;gt; help.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Just plain deleting 'cols=&amp;quot;2&amp;quot; ' was disastrous.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I eventually made the error message and the formatting problem go &amp;nbsp;
&lt;br&gt;&amp;gt; away by
&lt;br&gt;&amp;gt; removing the 'cols=&amp;quot;2&amp;quot; ' also the '&amp;lt;tbody&amp;gt;' (and of course '&amp;lt;/ 
&lt;br&gt;&amp;gt; tbody&amp;gt;') --
&lt;br&gt;&amp;gt; something which was not mentioned at all in the error message.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Perhaps the generator for this error message needs a little more
&lt;br&gt;&amp;gt; intelligibility in its output-message; and more intelligence in its
&lt;br&gt;&amp;gt; processing.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Regards.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Robert
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/w3.org---www-validator-f11737.html&quot; embed=&quot;fixTarget[11737]&quot; target=&quot;_top&quot; &gt;w3.org - www-validator&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A--VE--108--%22COLS%22-vs-%22cols%22-tp26469796p26470340.html" />
</entry>

</feed>
