html5/spec Overview.html,1.1342,1.1343

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv11479

Modified Files:
	Overview.html 
Log Message:
WF2: Various tweaks, mostly editorial. (whatwg r2170)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1342
retrieving revision 1.1343
diff -u -d -r1.1342 -r1.1343
--- Overview.html	12 Sep 2008 09:10:14 -0000	1.1342
+++ Overview.html	12 Sep 2008 09:54:58 -0000	1.1343
@@ -1078,6 +1078,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>
@@ -27713,13 +27723,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>
@@ -28051,11 +28061,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:
@@ -28069,6 +28078,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:
 
@@ -28081,6 +28092,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:
 
@@ -38481,6 +38494,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

Received on Friday, 12 September 2008 09:55:34 UTC