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

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

            Bug ID: 23116
           Summary: Form method attribute only accepts 'get' and 'post'
    Classification: Unclassified
           Product: HTML WG
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P3
         Component: HTML5 spec
          Assignee: dave.null@w3.org
          Reporter: eldmannen@gmail.com
        QA Contact: public-html-bugzilla@w3.org
                CC: mike@w3.org, public-html-admin@w3.org,
                    public-html-wg-issue-tracking@w3.org

As per chapter 4.10.19.5 Form submission

The 'method' attribute of the 'form' element only accepst the values 'get' and
'post'.

It does not support other valid and standard HTTP request methods such as PUT
and DELETE which are useful when building RESTful web applications and
services.

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

Received on Saturday, 31 August 2013 14:06:44 UTC