Case sensitive doctype (was: Validator Logo)

On Feb 19, 2004, at 07:18, olivier Thereaux wrote:
> On Feb 18, 2004, at 06:35, Richard Hurrell wrote:
>
>> I've just validated a few of my pages with you validator and was  
>> surprised to see if you produce a valid XHTML 1.0 Transitional page  
>> you are allowed to use the W3C XHTML 1.0 logo, but if you go to the  
>> trouble of making it conform to the strict definition you're not  
>> offered the logo to use.
>
> Could you tell us the address of the XHTML 1.0 strict you're  
> validating?
[the document was not online and Richard sent it to me]

Your answer is here:
http://lists.w3.org/Archives/Public/www-validator/2003Sep/ 
thread.html#121

instead of
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 strict//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

try

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

-- 
olivier

Received on Thursday, 19 February 2004 16:37:58 UTC