Many pages on www.freebsd.org have <area shape="RECT" coords=...> in them. Validator says it should be "rect", not "RECT". (Similar other capitals are around also). IIUC, all of them come from &header; in *.sgml, but I did not find, how they come in upper case. How-To-Repeat: Try e.g. http://validator.w3.org/check?uri=http://www.freebsd.org/support.html Best regards, V.Chukharev
Responsible Changed From-To: freebsd-www->remko So it seems to me (after getting a tip from murray@) that tidy might be a bit dusty. I just installed a new binary and watched the output produced by my local www/ build. the RECT doesn't survive there and is listed as just rect. I will try to work on finishing this PR once and for all ;) http://www.freebsd.org/cgi/query-pr.cgi?pr=63552 Adding to audit trail from misfiled PR www/86950: Date: Wed, 05 Oct 2005 17:03:29 +0200
> I will keep an close eye on this. Please look at http://www.freebsd.org/projects/index.html It still has those... -- V.Chukharev Materials Chemistry Institute Tampere University of Technology PS. Can you also look at http://www.freebsd.org/cgi/query-pr.cgi?pr=www/63551 , please? I apologize, it might be a bit offensive for ceri, but he seems to be overloaded... And I believe the use of semicolons rather than ampersands as param separators in URIs is less error prone. The discussion of W3C recommendation of that is left out from the PR :((
Responsible Changed From-To: remko->gabor I'll fix this soon.
State Changed From-To: open->closed It took a long time but finally we could solve it. Thanks for the report!