[html5] r4117 - [e] (0) Oops, these got pasted too high beore.

whatwg at whatwg.org whatwg at whatwg.org
Mon Oct 12 16:33:55 PDT 2009


Author: ianh
Date: 2009-10-12 16:33:53 -0700 (Mon, 12 Oct 2009)
New Revision: 4117

Modified:
   complete.html
   index
   source
Log:
[e] (0) Oops, these got pasted too high beore.

Modified: complete.html
===================================================================
--- complete.html	2009-10-12 11:46:04 UTC (rev 4116)
+++ complete.html	2009-10-12 23:33:53 UTC (rev 4117)
@@ -39486,19 +39486,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 (&), a U+0023 NUMBER SIGN character (#),

Modified: index
===================================================================
--- index	2009-10-12 11:46:04 UTC (rev 4116)
+++ index	2009-10-12 23:33:53 UTC (rev 4117)
@@ -39322,19 +39322,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 (&), a U+0023 NUMBER SIGN character (#),

Modified: source
===================================================================
--- source	2009-10-12 11:46:04 UTC (rev 4116)
+++ source	2009-10-12 23:33:53 UTC (rev 4117)
@@ -44123,13 +44123,6 @@
    <li><p>Let <var title="">charset</var> be the <span>preferred MIME
    name</span> of the selected character encoding.</p></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>.</p></li>
-
-   <li><p>If the entry's type is "<code title="">file</code>", replace
-   its value with the file's filename only.</p></li>
-
    <li>
 
     <p>For each entry in the <var title="">form data set</var>,
@@ -44137,6 +44130,13 @@
 
     <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>.</p></li>
+
+     <li><p>If the entry's type is "<code title="">file</code>",
+     replace its value with the file's filename only.</p></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




More information about the Commit-Watchers mailing list