[html5] r2170 - [] (0) WF2: Various tweaks, mostly editorial.

whatwg at whatwg.org whatwg at whatwg.org
Fri Sep 12 02:54:54 PDT 2008


Author: ianh
Date: 2008-09-12 02:54:54 -0700 (Fri, 12 Sep 2008)
New Revision: 2170

Modified:
   index
   source
Log:
[] (0) WF2: Various tweaks, mostly editorial.

Modified: index
===================================================================
--- index	2008-09-12 09:10:10 UTC (rev 2169)
+++ index	2008-09-12 09:54:54 UTC (rev 2170)
@@ -1071,6 +1071,16 @@
 
        <li><a href="#form-submission"><span class=secno>4.9.16 </span>Form
         submission</a>
+        <ul class=toc>
+         <li><a href="#url-encoded"><span class=secno>4.9.16.1.
+          </span>URL-encoded form data</a>
+
+         <li><a href="#multipart"><span class=secno>4.9.16.2.
+          </span>Multipart form data</a>
+
+         <li><a href="#plain"><span class=secno>4.9.16.3. </span>Plain text
+          form data</a>
+        </ul>
       </ul>
 
      <li><a href="#scripting1"><span class=secno>4.10 </span>Scripting</a>
@@ -27706,13 +27716,13 @@
       <tr>
        <td>
 
-       <th> GET
+       <th> <span title=attr-fs-method-GET>GET</span>
 
-       <th> POST
+       <th> <span title=attr-fs-method-POST>POST</span>
 
-       <th> PUT
+       <th> <span title=attr-fs-method-PUT>PUT</span>
 
-       <th> DELETE
+       <th> <span title=attr-fs-method-DELETE>DELETE</span>
 
       <tr>
        <th> <code title="">http</code>
@@ -28044,11 +28054,10 @@
      <dd>Use the <a href="#textplain"><code title="">text/plain</code>
       encoding algorithm</a>.
     </dl>
-
-   <li>
-    <p class=big-issue>...
   </ol>
 
+  <h5 id=url-encoded><span class=secno>4.9.16.1. </span>URL-encoded form data</h5>
+
   <p>The <dfn id=applicationx-www-form-urlencoded><code
    title="">application/x-www-form-urlencoded</code> encoding algorithm</dfn>
    is as follows:
@@ -28062,6 +28071,8 @@
    encoding. -->
   </ol>
 
+  <h5 id=multipart><span class=secno>4.9.16.2. </span>Multipart form data</h5>
+
   <p>The <dfn id=multipartform-data><code title="">multipart/form-data</code>
    encoding algorithm</dfn> is as follows:
 
@@ -28074,6 +28085,8 @@
    encoding. -->
   </ol>
 
+  <h5 id=plain><span class=secno>4.9.16.3. </span>Plain text form data</h5>
+
   <p>The <dfn id=textplain><code title="">text/plain</code> encoding
    algorithm</dfn> is as follows:
 
@@ -38474,6 +38487,7 @@
       <li>Network errors
      </ul>
     </div>
+    <!-- XXX should we define 205 processing here? e.g. reset all forms? -->
 
    <li>
     <p>Let <var title="">type</var> be <a href="#sniffed" title="Content-Type

Modified: source
===================================================================
--- source	2008-09-12 09:10:10 UTC (rev 2169)
+++ source	2008-09-12 09:54:54 UTC (rev 2170)
@@ -24860,10 +24860,10 @@
     <table>
      <tr>
       <td>
-      <th> GET
-      <th> POST
-      <th> PUT
-      <th> DELETE
+      <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>
      <tr>
       <th> <code title="">http</code>
       <td> <span title="submit-mutate-action">Mutate action</span>
@@ -25188,10 +25188,11 @@
 
    </li>
 
-   <li><p class="big-issue">...</p></li>
-
   </ol>
 
+
+  <h5>URL-encoded form data</h5>
+
   <p>The <dfn><code
   title="">application/x-www-form-urlencoded</code> encoding
   algorithm</dfn> is as follows:</p>
@@ -25206,6 +25207,9 @@
 
   </ol>
 
+
+  <h5>Multipart form data</h5>
+
   <p>The <dfn><code title="">multipart/form-data</code> encoding
   algorithm</dfn> is as follows:</p>
 
@@ -25219,6 +25223,9 @@
 
   </ol>
 
+
+  <h5>Plain text form data</h5>
+
   <p>The <dfn><code title="">text/plain</code> encoding
   algorithm</dfn> is as follows:</p>
 
@@ -35614,6 +35621,9 @@
      <li>Network errors</li>
     </ul>
    </div>
+   
+    <!-- XXX should we define 205 processing here? e.g. reset all forms? -->
+
    </li>
 
    <li><p>Let <var title="">type</var> be <span title="Content-Type




More information about the Commit-Watchers mailing list