Support PUT, PATCH, and DELETE in HTML Forms
A spec proposal by Alexander Petros and Carson Gross:
we simply urge that HTML support the relevant, existing HTTP methods, which are so useful that they are universally-supported by servers in spite of their absence from the HTML standard.
I’m all for it! Let’s have HTML catch up to HTTP.
The usefulness of methods as an HTTP semantic—a priori to the semantics of the methods themselves—is so self-evident that the hypertext transfer protocol has long standardized a bunch of additional methods; all that remains is for the dominant hypertext markup to support them.
This is one part of the Triptych Proposals which look exciting to me.
it should be easy to use HTML to declare page behavior that makes HTTP requests, and then tell the browser to either do a full-page navigation or replace part of the page with the response.