hixie: Oops, these got pasted too high beore. (whatwg r4117)

hixie: Oops, these got pasted too high beore. (whatwg r4117)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3275&r2=1.3276&f=h
http://html5.org/tools/web-apps-tracker?from=4116&to=4117

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3275
retrieving revision 1.3276
diff -u -d -r1.3275 -r1.3276
--- Overview.html 12 Oct 2009 11:35:05 -0000 1.3275
+++ Overview.html 12 Oct 2009 23:22:49 -0000 1.3276
@@ -34959,19 +34959,19 @@
    <li><p>Let <var title="">charset</var> be the <a href="#preferred-mime-name">preferred MIME
    name</a> of the selected character encoding.</li>
 
-   <li><p>If the entry's name is "<code title="">_charset_</code>" and
-   its type is "<code title="">hidden</code>", replace its value with
-   <var title="">charset</var>.</li>
-
-   <li><p>If the entry's type is "<code title="">file</code>", replace
-   its value with the file's filename only.</li>
-
    <li>
 
     <p>For each entry in the <var title="">form data set</var>,
     perform these substeps:</p>
 
-    <ol><li><p>For each character in the entry's name and value that
+    <ol><li><p>If the entry's name is "<code title="">_charset_</code>"
+     and its type is "<code title="">hidden</code>", replace its value
+     with <var title="">charset</var>.</li>
+
+     <li><p>If the entry's type is "<code title="">file</code>",
+     replace its value with the file's filename only.</li>
+
+     <li><p>For each character in the entry's name and value that
      cannot be expressed using the selected character encoding,
      replace the character by a string consisting of a U+0026
      AMPERSAND character (&amp;), a U+0023 NUMBER SIGN character (#),

Received on Monday, 12 October 2009 23:23:36 UTC