html5/spec Overview.html,1.1382,1.1383

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

Modified Files:
	Overview.html 
Log Message:
WF2: Reorder the types to make more sense (whatwg r2210)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1382
retrieving revision 1.1383
diff -u -d -r1.1382 -r1.1383
--- Overview.html	18 Sep 2008 00:10:23 -0000	1.1382
+++ Overview.html	18 Sep 2008 00:13:21 -0000	1.1383
@@ -1052,52 +1052,52 @@
            <li><a href="#password"><span class=secno>4.9.4.1.2.
             </span>Password state</a>
 
-           <li><a href="#image"><span class=secno>4.9.4.1.3. </span>Image
-            Button state</a>
+           <li><a href="#e-mail"><span class=secno>4.9.4.1.3. </span>E-mail
+            state</a>
 
-           <li><a href="#date-and"><span class=secno>4.9.4.1.4. </span>Date
+           <li><a href="#url-state"><span class=secno>4.9.4.1.4. </span>URL
+            state</a>
[...1231 lines suppressed...]
    title=attr-input-type-reset>Reset Button</dfn> state</h6>
 
@@ -30067,7 +30067,7 @@
        <li>
         <p>The <var title="">field</var> element is <var
          title="">submitter</var>, and before this algorithm was invoked the
-         user <a href="#selected"
+         user <a href="#selected0"
          title=concept-input-type-image-coordinate>indicated a
          coordinate</a>. Let <var title="">x</var> be the x-component of the
          coordindate selected by the user, and let <var title="">y</var> be
@@ -30123,7 +30123,7 @@
        href="#input0">input</a></code> element whose <code
        title=attr-input-type><a href="#type12">type</a></code> attribute is
        in the <span title=attr-input-type-file-state>File Upload</span>
-       state, then for each file <a href="#selected0"
+       state, then for each file <a href="#selected"
        title=concept-input-type-file-selected>selected</a> in the <code><a
        href="#input0">input</a></code> element, append an entry in the <var
        title="">form data set</var> with the <var title="">name</var> as the

Received on Thursday, 18 September 2008 00:13:57 UTC