Re: a small bug(?) in validator ("method" must be "get" or "post", not "GET")

* Sergii Laskavyi (1024D/CF017E57) wrote:
>>   Below is the source input I used for this validation:
>>   1: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
>[...]
>>  25:		<form action="http://www.FreeBSD.org/cgi/mirror.cgi"
>>  26:		method="GET">
>
>Are you sure it should be "get" and not "GET"?

Yes. XHTML is case-sensitive and the DTD only allows "get" and "post".

Received on Saturday, 19 October 2002 02:33:26 UTC