[Bug 23116] Form method attribute only accepts 'get' and 'post'

https://www.w3.org/Bugs/Public/show_bug.cgi?id=23116

--- Comment #4 from Moo <eldmannen@gmail.com> ---
(In reply to comment #3)
> Isn't this covered by XHR Level 2 which all browsers support?

Oh, yes it is, according to ยง 4.7.1
http://www.w3.org/TR/XMLHttpRequest2/#the-open-method

It supports CONNECT, DELETE, GET, HEAD, OPTIONS, POST, PUT, TRACE, and TRACK.

I didn't think of this. Then it is possible to use XHR so it is less needed for
forms. Although, it might be useful for forms too if the above use cases are
rational and sane (they might not be?).

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Monday, 2 September 2013 17:36:10 UTC