[html5] r5566 - [acgiow] (0) Put method=DELETE and method=PUT to rest. Fixing http://www.w3.org/ [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Sep 30 00:58:37 PDT 2010


Author: ianh
Date: 2010-09-30 00:58:35 -0700 (Thu, 30 Sep 2010)
New Revision: 5566

Modified:
   complete.html
   index
   source
Log:
[acgiow] (0) Put method=DELETE and method=PUT to rest.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10671

Modified: complete.html
===================================================================
--- complete.html	2010-09-30 03:58:32 UTC (rev 5565)
+++ complete.html	2010-09-30 07:58:35 UTC (rev 5566)
@@ -45905,19 +45905,11 @@
    to the state <dfn id=attr-fs-method-post title=attr-fs-method-POST>POST</dfn>, indicating
    the HTTP POST method.</li>
 
-   <li>The keyword <dfn id=attr-fs-method-put-keyword title=attr-fs-method-PUT-keyword><code>put</code></dfn>, mapping
-   to the state <dfn id=attr-fs-method-put title=attr-fs-method-PUT>PUT</dfn>, indicating
-   the HTTP PUT method.</li>
-
-   <li>The keyword <dfn id=attr-fs-method-delete-keyword title=attr-fs-method-DELETE-keyword><code>delete</code></dfn>, mapping
-   to the state <dfn id=attr-fs-method-delete title=attr-fs-method-DELETE>DELETE</dfn>, indicating
-   the HTTP DELETE method.</li>
-
   </ul><p>The <i>missing value default</i> for these attributes is the
   <a href=#attr-fs-method-get title=attr-fs-method-GET>GET</a> state.</p>
 
   <p>The <dfn id=concept-fs-method title=concept-fs-method>method</dfn> of an element is
-  one of those four states. If the element is a <a href=#concept-submit-button title=concept-submit-button>submit button</a> and has a <code title=attr-fs-formmethod><a href=#attr-fs-formmethod>formmethod</a></code> attribute, then the
+  one of those states. If the element is a <a href=#concept-submit-button title=concept-submit-button>submit button</a> and has a <code title=attr-fs-formmethod><a href=#attr-fs-formmethod>formmethod</a></code> attribute, then the
   element's <a href=#concept-fs-method title=concept-fs-method>method</a> is that
   attribute's state; otherwise, it is the <a href=#form-owner>form owner</a>'s
   <code title=attr-fs-method><a href=#attr-fs-method>method</a></code> attribute's state.</p>
@@ -46750,38 +46742,24 @@
     <table><thead><tr><td>
       <th> <a href=#attr-fs-method-get title=attr-fs-method-GET>GET</a>
       <th> <a href=#attr-fs-method-post title=attr-fs-method-POST>POST</a>
-      <th> <a href=#attr-fs-method-put title=attr-fs-method-PUT>PUT</a>
-      <th> <a href=#attr-fs-method-delete title=attr-fs-method-DELETE>DELETE</a>
      <tbody><tr><th> <code title="">http</code>
       <td> <a href=#submit-mutate-action title=submit-mutate-action>Mutate action</a>
       <td> <a href=#submit-body title=submit-body>Submit as entity body</a>
-      <td> <a href=#submit-body title=submit-body>Submit as entity body</a>
-      <td> <a href=#submit-delete-action title=submit-delete-action>Delete action</a>
      <tr><th> <code title="">https</code>
       <td> <a href=#submit-mutate-action title=submit-mutate-action>Mutate action</a>
       <td> <a href=#submit-body title=submit-body>Submit as entity body</a>
-      <td> <a href=#submit-body title=submit-body>Submit as entity body</a>
-      <td> <a href=#submit-delete-action title=submit-delete-action>Delete action</a>
      <tr><th> <code title="">ftp</code>
       <td> <a href=#submit-get-action title=submit-get-action>Get action</a>
       <td> <a href=#submit-get-action title=submit-get-action>Get action</a>
-      <td> <a href=#submit-get-action title=submit-get-action>Get action</a>
-      <td> <a href=#submit-get-action title=submit-get-action>Get action</a>
      <tr><th> <code title="">javascript</code>
       <td> <a href=#submit-get-action title=submit-get-action>Get action</a>
       <td> <a href=#submit-get-action title=submit-get-action>Get action</a>
-      <td> <a href=#submit-get-action title=submit-get-action>Get action</a>
-      <td> <a href=#submit-get-action title=submit-get-action>Get action</a>
      <tr><th> <code title="">data</code>
       <td> <a href=#submit-get-action title=submit-get-action>Get action</a>
       <td> <a href=#submit-data-post title=submit-data-post>Post to data:</a>
-      <td> <a href=#submit-data-put title=submit-data-put>Put to data:</a>
-      <td> <a href=#submit-get-action title=submit-get-action>Get action</a>
      <tr><th> <code title="">mailto</code>
       <td> <a href=#submit-mailto-headers title=submit-mailto-headers>Mail with headers</a>
       <td> <a href=#submit-mailto-body title=submit-mailto-body>Mail as body</a>
-      <td> <a href=#submit-mailto-headers title=submit-mailto-headers>Mail with headers</a>
-      <td> <a href=#submit-mailto-headers title=submit-mailto-headers>Mail with headers</a>
     </table><p>If <var title="">scheme</var> is not one of those listed in
     this table, then the behavior is not defined by this
     specification. User agents should, in the absence of another
@@ -46856,25 +46834,6 @@
 
      </dd>
 
-     <dt><dfn id=submit-delete-action title=submit-delete-action>Delete action</dfn>
-     <dd>
-
-      <p>Let <var title="">target browsing context</var> be <a href=#the-form-submission-target-browsing-context>the
-      form submission target browsing context</a>.</p>
-
-      <p>If the <a href=#origin>origin</a> of <var title="">action</var> is
-      not the <a href=#same-origin>same origin</a> as that of the
-      <code><a href=#the-form-element>form</a></code> element's <code><a href=#document>Document</a></code>, then abort
-      these steps.</p> <!-- CORS, one day -->
-
-      <p>Otherwise, <a href=#navigate>navigate</a> <var title="">target
-      browsing context</var> to <var title="">action</var> using the
-      DELETE method. If <var title="">target browsing context</var>
-      was newly created for this purpose by the steps above, then it
-      must be navigated with <a href=#replacement-enabled>replacement enabled</a>.</p>
-
-     </dd>
-
      <dt><dfn id=submit-get-action title=submit-get-action>Get action</dfn>
      <dd>
 
@@ -46922,49 +46881,6 @@
 
      </dd>
 
-     <dt><dfn id=submit-data-put title=submit-data-put>Put to data:</dfn>
-     <dd>
-
-      <p>Let <var title="">data</var> be the result of encoding the
-      <var title="">form data set</var> using the <a href=#appropriate-form-encoding-algorithm>appropriate
-      form encoding algorithm</a>.</p>
-
-      <p>Let <var title="">MIME type</var> be determined as
-      follows:</p>
-
-      <dl><dt>If <var title="">enctype</var> is <code title=attr-fs-enctype-urlencoded><a href=#attr-fs-enctype-urlencoded>application/x-www-form-urlencoded</a></code></dt>
-
-       <dd>Let <var title="">MIME type</var> be "<code title="">application/x-www-form-urlencoded</code>".</dd>
-
-       <dt>If <var title="">enctype</var> is <code title=attr-fs-enctype-formdata><a href=#attr-fs-enctype-formdata>multipart/form-data</a></code></dt>
-
-       <dd>Let <var title="">MIME type</var> be "<code title="">multipart/form-data</code>".</dd>
-
-       <dt>If <var title="">enctype</var> is <code title=attr-fs-enctype-text><a href=#attr-fs-enctype-text>text/plain</a></code></dt>
-
-       <dd>Let <var title="">MIME type</var> be "<code title="">text/plain</code>".</dd>
-
-      </dl><p>Let <var title="">destination</var> be the result of
-      concatenating the following:</p>
-
-      <ol class=brief><li>The string "<code title="">data:</code>".</li>
-
-       <li>The value of <var title="">MIME type</var>.</li>
-
-       <li>The string "<code title="">;base64,</code>".</li>
-
-       <li>A base64-encoded representation of <var title="">data</var>. <a href=#refsRFC4648>[RFC4648]</a></li>
-
-      </ol><p>Let <var title="">target browsing context</var> be <a href=#the-form-submission-target-browsing-context>the
-      form submission target browsing context</a>.</p>
-
-      <p><a href=#navigate>Navigate</a> <var title="">target browsing
-      context</var> to <var title="">destination</var>. If <var title="">target browsing context</var> was newly created for
-      this purpose by the steps above, then it must be navigated with
-      <a href=#replacement-enabled>replacement enabled</a>.</p>
-
-     </dd>
-
      <dt><dfn id=submit-mailto-headers title=submit-mailto-headers>Mail with headers</dfn>
      <dd>
 
@@ -91647,7 +91563,7 @@
      <td> <code title=attr-fs-formmethod><a href=#attr-fs-formmethod>button</a></code>;
           <code title=attr-fs-formmethod><a href=#attr-fs-formmethod>input</a></code>
      <td> HTTP method to use for <a href=#form-submission>form submission</a>
-     <td> "<code title="">GET</code>"; "<code title="">POST</code>"; "<code title="">PUT</code>"; "<code title="">DELETE</code>"
+     <td> "<code title="">GET</code>"; "<code title="">POST</code>"
     <tr><th> <code title="">formnovalidate</code>
      <td> <code title=attr-fs-formnovalidate><a href=#attr-fs-formnovalidate>button</a></code>;
           <code title=attr-fs-formnovalidate><a href=#attr-fs-formnovalidate>input</a></code>
@@ -91808,7 +91724,7 @@
     <tr><th> <code title="">method</code>
      <td> <code title=attr-fs-method><a href=#attr-fs-method>form</a></code>
      <td> HTTP method to use for <a href=#form-submission>form submission</a>
-     <td> "<code title="">GET</code>"; "<code title="">POST</code>"; "<code title="">PUT</code>"; "<code title="">DELETE</code>"
+     <td> "<code title="">GET</code>"; "<code title="">POST</code>"
     <tr><th> <code title="">min</code>
      <td> <code title=attr-input-min><a href=#attr-input-min>input</a></code>
      <td> Minimum value

Modified: index
===================================================================
--- index	2010-09-30 03:58:32 UTC (rev 5565)
+++ index	2010-09-30 07:58:35 UTC (rev 5566)
@@ -45885,19 +45885,11 @@
    to the state <dfn id=attr-fs-method-post title=attr-fs-method-POST>POST</dfn>, indicating
    the HTTP POST method.</li>
 
-   <li>The keyword <dfn id=attr-fs-method-put-keyword title=attr-fs-method-PUT-keyword><code>put</code></dfn>, mapping
-   to the state <dfn id=attr-fs-method-put title=attr-fs-method-PUT>PUT</dfn>, indicating
-   the HTTP PUT method.</li>
-
-   <li>The keyword <dfn id=attr-fs-method-delete-keyword title=attr-fs-method-DELETE-keyword><code>delete</code></dfn>, mapping
-   to the state <dfn id=attr-fs-method-delete title=attr-fs-method-DELETE>DELETE</dfn>, indicating
-   the HTTP DELETE method.</li>
-
   </ul><p>The <i>missing value default</i> for these attributes is the
   <a href=#attr-fs-method-get title=attr-fs-method-GET>GET</a> state.</p>
 
   <p>The <dfn id=concept-fs-method title=concept-fs-method>method</dfn> of an element is
-  one of those four states. If the element is a <a href=#concept-submit-button title=concept-submit-button>submit button</a> and has a <code title=attr-fs-formmethod><a href=#attr-fs-formmethod>formmethod</a></code> attribute, then the
+  one of those states. If the element is a <a href=#concept-submit-button title=concept-submit-button>submit button</a> and has a <code title=attr-fs-formmethod><a href=#attr-fs-formmethod>formmethod</a></code> attribute, then the
   element's <a href=#concept-fs-method title=concept-fs-method>method</a> is that
   attribute's state; otherwise, it is the <a href=#form-owner>form owner</a>'s
   <code title=attr-fs-method><a href=#attr-fs-method>method</a></code> attribute's state.</p>
@@ -46730,38 +46722,24 @@
     <table><thead><tr><td>
       <th> <a href=#attr-fs-method-get title=attr-fs-method-GET>GET</a>
       <th> <a href=#attr-fs-method-post title=attr-fs-method-POST>POST</a>
-      <th> <a href=#attr-fs-method-put title=attr-fs-method-PUT>PUT</a>
-      <th> <a href=#attr-fs-method-delete title=attr-fs-method-DELETE>DELETE</a>
      <tbody><tr><th> <code title="">http</code>
       <td> <a href=#submit-mutate-action title=submit-mutate-action>Mutate action</a>
       <td> <a href=#submit-body title=submit-body>Submit as entity body</a>
-      <td> <a href=#submit-body title=submit-body>Submit as entity body</a>
-      <td> <a href=#submit-delete-action title=submit-delete-action>Delete action</a>
      <tr><th> <code title="">https</code>
       <td> <a href=#submit-mutate-action title=submit-mutate-action>Mutate action</a>
       <td> <a href=#submit-body title=submit-body>Submit as entity body</a>
-      <td> <a href=#submit-body title=submit-body>Submit as entity body</a>
-      <td> <a href=#submit-delete-action title=submit-delete-action>Delete action</a>
      <tr><th> <code title="">ftp</code>
       <td> <a href=#submit-get-action title=submit-get-action>Get action</a>
       <td> <a href=#submit-get-action title=submit-get-action>Get action</a>
-      <td> <a href=#submit-get-action title=submit-get-action>Get action</a>
-      <td> <a href=#submit-get-action title=submit-get-action>Get action</a>
      <tr><th> <code title="">javascript</code>
       <td> <a href=#submit-get-action title=submit-get-action>Get action</a>
       <td> <a href=#submit-get-action title=submit-get-action>Get action</a>
-      <td> <a href=#submit-get-action title=submit-get-action>Get action</a>
-      <td> <a href=#submit-get-action title=submit-get-action>Get action</a>
      <tr><th> <code title="">data</code>
       <td> <a href=#submit-get-action title=submit-get-action>Get action</a>
       <td> <a href=#submit-data-post title=submit-data-post>Post to data:</a>
-      <td> <a href=#submit-data-put title=submit-data-put>Put to data:</a>
-      <td> <a href=#submit-get-action title=submit-get-action>Get action</a>
      <tr><th> <code title="">mailto</code>
       <td> <a href=#submit-mailto-headers title=submit-mailto-headers>Mail with headers</a>
       <td> <a href=#submit-mailto-body title=submit-mailto-body>Mail as body</a>
-      <td> <a href=#submit-mailto-headers title=submit-mailto-headers>Mail with headers</a>
-      <td> <a href=#submit-mailto-headers title=submit-mailto-headers>Mail with headers</a>
     </table><p>If <var title="">scheme</var> is not one of those listed in
     this table, then the behavior is not defined by this
     specification. User agents should, in the absence of another
@@ -46836,25 +46814,6 @@
 
      </dd>
 
-     <dt><dfn id=submit-delete-action title=submit-delete-action>Delete action</dfn>
-     <dd>
-
-      <p>Let <var title="">target browsing context</var> be <a href=#the-form-submission-target-browsing-context>the
-      form submission target browsing context</a>.</p>
-
-      <p>If the <a href=#origin>origin</a> of <var title="">action</var> is
-      not the <a href=#same-origin>same origin</a> as that of the
-      <code><a href=#the-form-element>form</a></code> element's <code><a href=#document>Document</a></code>, then abort
-      these steps.</p> <!-- CORS, one day -->
-
-      <p>Otherwise, <a href=#navigate>navigate</a> <var title="">target
-      browsing context</var> to <var title="">action</var> using the
-      DELETE method. If <var title="">target browsing context</var>
-      was newly created for this purpose by the steps above, then it
-      must be navigated with <a href=#replacement-enabled>replacement enabled</a>.</p>
-
-     </dd>
-
      <dt><dfn id=submit-get-action title=submit-get-action>Get action</dfn>
      <dd>
 
@@ -46902,49 +46861,6 @@
 
      </dd>
 
-     <dt><dfn id=submit-data-put title=submit-data-put>Put to data:</dfn>
-     <dd>
-
-      <p>Let <var title="">data</var> be the result of encoding the
-      <var title="">form data set</var> using the <a href=#appropriate-form-encoding-algorithm>appropriate
-      form encoding algorithm</a>.</p>
-
-      <p>Let <var title="">MIME type</var> be determined as
-      follows:</p>
-
-      <dl><dt>If <var title="">enctype</var> is <code title=attr-fs-enctype-urlencoded><a href=#attr-fs-enctype-urlencoded>application/x-www-form-urlencoded</a></code></dt>
-
-       <dd>Let <var title="">MIME type</var> be "<code title="">application/x-www-form-urlencoded</code>".</dd>
-
-       <dt>If <var title="">enctype</var> is <code title=attr-fs-enctype-formdata><a href=#attr-fs-enctype-formdata>multipart/form-data</a></code></dt>
-
-       <dd>Let <var title="">MIME type</var> be "<code title="">multipart/form-data</code>".</dd>
-
-       <dt>If <var title="">enctype</var> is <code title=attr-fs-enctype-text><a href=#attr-fs-enctype-text>text/plain</a></code></dt>
-
-       <dd>Let <var title="">MIME type</var> be "<code title="">text/plain</code>".</dd>
-
-      </dl><p>Let <var title="">destination</var> be the result of
-      concatenating the following:</p>
-
-      <ol class=brief><li>The string "<code title="">data:</code>".</li>
-
-       <li>The value of <var title="">MIME type</var>.</li>
-
-       <li>The string "<code title="">;base64,</code>".</li>
-
-       <li>A base64-encoded representation of <var title="">data</var>. <a href=#refsRFC4648>[RFC4648]</a></li>
-
-      </ol><p>Let <var title="">target browsing context</var> be <a href=#the-form-submission-target-browsing-context>the
-      form submission target browsing context</a>.</p>
-
-      <p><a href=#navigate>Navigate</a> <var title="">target browsing
-      context</var> to <var title="">destination</var>. If <var title="">target browsing context</var> was newly created for
-      this purpose by the steps above, then it must be navigated with
-      <a href=#replacement-enabled>replacement enabled</a>.</p>
-
-     </dd>
-
      <dt><dfn id=submit-mailto-headers title=submit-mailto-headers>Mail with headers</dfn>
      <dd>
 
@@ -87561,7 +87477,7 @@
      <td> <code title=attr-fs-formmethod><a href=#attr-fs-formmethod>button</a></code>;
           <code title=attr-fs-formmethod><a href=#attr-fs-formmethod>input</a></code>
      <td> HTTP method to use for <a href=#form-submission>form submission</a>
-     <td> "<code title="">GET</code>"; "<code title="">POST</code>"; "<code title="">PUT</code>"; "<code title="">DELETE</code>"
+     <td> "<code title="">GET</code>"; "<code title="">POST</code>"
     <tr><th> <code title="">formnovalidate</code>
      <td> <code title=attr-fs-formnovalidate><a href=#attr-fs-formnovalidate>button</a></code>;
           <code title=attr-fs-formnovalidate><a href=#attr-fs-formnovalidate>input</a></code>
@@ -87722,7 +87638,7 @@
     <tr><th> <code title="">method</code>
      <td> <code title=attr-fs-method><a href=#attr-fs-method>form</a></code>
      <td> HTTP method to use for <a href=#form-submission>form submission</a>
-     <td> "<code title="">GET</code>"; "<code title="">POST</code>"; "<code title="">PUT</code>"; "<code title="">DELETE</code>"
+     <td> "<code title="">GET</code>"; "<code title="">POST</code>"
     <tr><th> <code title="">min</code>
      <td> <code title=attr-input-min><a href=#attr-input-min>input</a></code>
      <td> Minimum value

Modified: source
===================================================================
--- source	2010-09-30 03:58:32 UTC (rev 5565)
+++ source	2010-09-30 07:58:35 UTC (rev 5566)
@@ -51486,23 +51486,13 @@
    to the state <dfn title="attr-fs-method-POST">POST</dfn>, indicating
    the HTTP POST method.</li>
 
-   <li>The keyword <dfn
-   title="attr-fs-method-PUT-keyword"><code>put</code></dfn>, mapping
-   to the state <dfn title="attr-fs-method-PUT">PUT</dfn>, indicating
-   the HTTP PUT method.</li>
-
-   <li>The keyword <dfn
-   title="attr-fs-method-DELETE-keyword"><code>delete</code></dfn>, mapping
-   to the state <dfn title="attr-fs-method-DELETE">DELETE</dfn>, indicating
-   the HTTP DELETE method.</li>
-
   </ul>
 
   <p>The <i>missing value default</i> for these attributes is the
   <span title="attr-fs-method-GET">GET</span> state.</p>
 
   <p>The <dfn title="concept-fs-method">method</dfn> of an element is
-  one of those four states. If the element is a <span
+  one of those states. If the element is a <span
   title="concept-submit-button">submit button</span> and has a <code
   title="attr-fs-formmethod">formmethod</code> attribute, then the
   element's <span title="concept-fs-method">method</span> is that
@@ -52523,45 +52513,31 @@
       <td>
       <th> <span title="attr-fs-method-GET">GET</span>
       <th> <span title="attr-fs-method-POST">POST</span>
-      <th> <span title="attr-fs-method-PUT">PUT</span>
-      <th> <span title="attr-fs-method-DELETE">DELETE</span>
      <tbody>
      <tr>
       <th> <code title="">http</code>
       <td> <span title="submit-mutate-action">Mutate action</span>
       <td> <span title="submit-body">Submit as entity body</span>
-      <td> <span title="submit-body">Submit as entity body</span>
-      <td> <span title="submit-delete-action">Delete action</span>
      <tr>
       <th> <code title="">https</code>
       <td> <span title="submit-mutate-action">Mutate action</span>
       <td> <span title="submit-body">Submit as entity body</span>
-      <td> <span title="submit-body">Submit as entity body</span>
-      <td> <span title="submit-delete-action">Delete action</span>
      <tr>
       <th> <code title="">ftp</code>
       <td> <span title="submit-get-action">Get action</span>
       <td> <span title="submit-get-action">Get action</span>
-      <td> <span title="submit-get-action">Get action</span>
-      <td> <span title="submit-get-action">Get action</span>
      <tr>
       <th> <code title="">javascript</code>
       <td> <span title="submit-get-action">Get action</span>
       <td> <span title="submit-get-action">Get action</span>
-      <td> <span title="submit-get-action">Get action</span>
-      <td> <span title="submit-get-action">Get action</span>
      <tr>
       <th> <code title="">data</code>
       <td> <span title="submit-get-action">Get action</span>
       <td> <span title="submit-data-post">Post to data:</span>
-      <td> <span title="submit-data-put">Put to data:</span>
-      <td> <span title="submit-get-action">Get action</span>
      <tr>
       <th> <code title="">mailto</code>
       <td> <span title="submit-mailto-headers">Mail with headers</span>
       <td> <span title="submit-mailto-body">Mail as body</span>
-      <td> <span title="submit-mailto-headers">Mail with headers</span>
-      <td> <span title="submit-mailto-headers">Mail with headers</span>
     </table>
 
     <p>If <var title="">scheme</var> is not one of those listed in
@@ -52650,25 +52626,6 @@
 
      </dd>
 
-     <dt><dfn title="submit-delete-action">Delete action</dfn>
-     <dd>
-
-      <p>Let <var title="">target browsing context</var> be <span>the
-      form submission target browsing context</span>.</p>
-
-      <p>If the <span>origin</span> of <var title="">action</var> is
-      not the <span>same origin</span> as that of the
-      <code>form</code> element's <code>Document</code>, then abort
-      these steps.</p> <!-- CORS, one day -->
-
-      <p>Otherwise, <span>navigate</span> <var title="">target
-      browsing context</var> to <var title="">action</var> using the
-      DELETE method. If <var title="">target browsing context</var>
-      was newly created for this purpose by the steps above, then it
-      must be navigated with <span>replacement enabled</span>.</p>
-
-     </dd>
-
      <dt><dfn title="submit-get-action">Get action</dfn>
      <dd>
 
@@ -52725,61 +52682,6 @@
 
      </dd>
 
-     <dt><dfn title="submit-data-put">Put to data:</dfn>
-     <dd>
-
-      <p>Let <var title="">data</var> be the result of encoding the
-      <var title="">form data set</var> using the <span>appropriate
-      form encoding algorithm</span>.</p>
-
-      <p>Let <var title="">MIME type</var> be determined as
-      follows:</p>
-
-      <dl>
-
-       <dt>If <var title="">enctype</var> is <code title="attr-fs-enctype-urlencoded">application/x-www-form-urlencoded</code></dt>
-
-       <dd>Let <var title="">MIME type</var> be "<code
-       title="">application/x-www-form-urlencoded</code>".</dd>
-
-       <dt>If <var title="">enctype</var> is <code title="attr-fs-enctype-formdata">multipart/form-data</code></dt>
-
-       <dd>Let <var title="">MIME type</var> be "<code
-       title="">multipart/form-data</code>".</dd>
-
-       <dt>If <var title="">enctype</var> is <code title="attr-fs-enctype-text">text/plain</code></dt>
-
-       <dd>Let <var title="">MIME type</var> be "<code title="">text/plain</code>".</dd>
-
-      </dl>
-
-      <p>Let <var title="">destination</var> be the result of
-      concatenating the following:</p>
-
-      <ol class="brief">
-
-       <li>The string "<code title="">data:</code>".</li>
-
-       <li>The value of <var title="">MIME type</var>.</li>
-
-       <li>The string "<code title="">;base64,</code>".</li>
-
-       <li>A base64-encoded representation of <var
-       title="">data</var>. <a href="#refsRFC4648">[RFC4648]</a></li>
-
-      </ol>
-
-      <p>Let <var title="">target browsing context</var> be <span>the
-      form submission target browsing context</span>.</p>
-
-      <p><span>Navigate</span> <var title="">target browsing
-      context</var> to <var title="">destination</var>. If <var
-      title="">target browsing context</var> was newly created for
-      this purpose by the steps above, then it must be navigated with
-      <span>replacement enabled</span>.</p>
-
-     </dd>
-
      <dt><dfn title="submit-mailto-headers">Mail with headers</dfn>
      <dd>
 
@@ -104854,7 +104756,7 @@
      <td> <code title="attr-fs-formmethod">button</code>;
           <code title="attr-fs-formmethod">input</code>
      <td> HTTP method to use for <span>form submission</span>
-     <td> "<code title="">GET</code>"; "<code title="">POST</code>"; "<code title="">PUT</code>"; "<code title="">DELETE</code>"
+     <td> "<code title="">GET</code>"; "<code title="">POST</code>"
     <tr>
      <th> <code title="">formnovalidate</code>
      <td> <code title="attr-fs-formnovalidate">button</code>;
@@ -105047,7 +104949,7 @@
      <th> <code title="">method</code>
      <td> <code title="attr-fs-method">form</code>
      <td> HTTP method to use for <span>form submission</span>
-     <td> "<code title="">GET</code>"; "<code title="">POST</code>"; "<code title="">PUT</code>"; "<code title="">DELETE</code>"
+     <td> "<code title="">GET</code>"; "<code title="">POST</code>"
     <tr>
      <th> <code title="">min</code>
      <td> <code title="attr-input-min">input</code>




More information about the Commit-Watchers mailing list