HTML spec error

In section "17.13.3 Processing form data" of HTML4.01:

    "If the method is "post" and the action is an HTTP URI, the user agent 
conducts an HTTP "post" transaction ..."

This should read "... an HTTP "POST" transaction ...", since HTTP method 
names are case-sensitive.

Brian Kelley
QUALCOMM, Inc.
bkelley@qualcomm.com
+1-858-658-1803

Received on Wednesday, 20 November 2002 14:57:00 UTC