- From: Ian Hickson <ian@hixie.ch>
- Date: Tue, 5 Apr 2005 22:50:17 +0000 (UTC)
On Sat, 26 Mar 2005, Joe Gregorio wrote: > In the Web Forms 2.0 Working Draft dated 16 March 2005 > > 5.6. Submitting the encoded form data set > > "If the specified method is not one of get, post, > put, or delete then it is treated as get in the tables below." > > It would be much better if just one word of that sentence was changed: > > "If the specified method is not one of get, post, > put, or delete then it is treated as *post* in the tables below." I agree. Sadly, doing this would break compatibility with existing implementations, which all treat unknown values as "get". -- Ian Hickson U+1047E )\._.,--....,'``. fL http://ln.hixie.ch/ U+263A /, _.. \ _\ ;`._ ,. Things that are impossible just take longer. `._.-(,_..'--(,_..'`-.;.'
Received on Tuesday, 5 April 2005 15:50:17 UTC