Bug 63552

Summary: Validation errors due to CAPs in attribute values
Product: Documentation Reporter: Vladimir Tchoukharev <chu>
Component: Books & ArticlesAssignee: Gabor Kovesdan <gabor>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Vladimir Tchoukharev 2004-02-29 21:30:14 UTC
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
Comment 1 Remko Lodder freebsd_committer freebsd_triage 2005-05-11 19:36:04 UTC
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
Comment 2 Vladimir Chukharev 2005-10-06 07:41:47 UTC
> 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 :((
Comment 3 Gabor Kovesdan freebsd_committer freebsd_triage 2007-03-18 22:04:22 UTC
Responsible Changed
From-To: remko->gabor

I'll fix this soon.
Comment 4 Gabor Kovesdan freebsd_committer freebsd_triage 2012-09-14 15:53:41 UTC
State Changed
From-To: open->closed

It took a long time but finally we could solve it.  Thanks for the report!