The document discusses why HTML forms have traditionally only supported GET and POST methods, not PUT and DELETE. It provides historical context, from the origins of HTTP/1.0 and HTML 4.0 through proposals in XForms and the current discussions in HTML5. While forms were originally designed for GET/POST submission before Ajax existed, recent draft extensions aim to enhance HTTP request generation from forms to support the full HTTP/1.1 method set through new attributes.