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

Dear Validator!

On http://validator.w3.org/check?uri=http%3A%2F%2Fwww.freebsd.org%2F 
you wrote:
>     * Line 26, column 21:
> 	    method="GET">
> 		       ^
>       Error: value of attribute "method" cannot be "GET"; must be one 
> of
>       "get", "post"
>
> 			     Source Listing
>
>   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"?


-- 
Olivier Thereaux - W3C - QA : http://ww.w3.org/QA/
http://www.w3.org/People/olivier | http://yoda.zoy.org

Received on Friday, 18 October 2002 22:57:04 UTC