[html5] r2521 - [e] (0) typos and c/p... (credit: pt)

whatwg at whatwg.org whatwg at whatwg.org
Tue Dec 2 02:48:36 PST 2008


Author: ianh
Date: 2008-12-02 02:48:35 -0800 (Tue, 02 Dec 2008)
New Revision: 2521

Modified:
   index
   source
Log:
[e] (0) typos and c/p... (credit: pt)

Modified: index
===================================================================
--- index	2008-12-02 10:40:44 UTC (rev 2520)
+++ index	2008-12-02 10:48:35 UTC (rev 2521)
@@ -28377,7 +28377,7 @@
   following keywords and states:</p>
 
   <ul><li>The "<dfn id=attr-fs-enctype-urlencoded title=attr-fs-enctype-urlencoded><code>application/x-www-form-urlencoded</code></dfn>" keyword and corresponding state.</li>
-   <li>The "<dfn id=attr-fs-enctype-formdata title=attr-fs-enctype-formdata><code>multpart/form-data</code></dfn>" keyword and corresponding state.</li>
+   <li>The "<dfn id=attr-fs-enctype-formdata title=attr-fs-enctype-formdata><code>multipart/form-data</code></dfn>" keyword and corresponding state.</li>
    <li>The "<dfn id=attr-fs-enctype-text title=attr-fs-enctype-text><code>text/plain</code></dfn>" keyword and corresponding state.</li>
   </ul><p>The <i>missing value default</i> is the <code title=attr-fs-enctype-urlencoded><a href=#attr-fs-enctype-urlencoded>application/x-www-form-urlencoded</a></code>
   state.</p>
@@ -29013,7 +29013,7 @@
 
        <dd>Let <var title="">MIME type</var> be "<code title="">application/x-www-form-urlencoded</code>".</dd>
 
-       <dt>If <var title="">enctype</var> is <code title=attr-fs-enctype-formdata><a href=#attr-fs-enctype-formdata>multpart/form-data</a></code></dt>
+       <dt>If <var title="">enctype</var> is <code title=attr-fs-enctype-formdata><a href=#attr-fs-enctype-formdata>multipart/form-data</a></code></dt>
 
        <dd>Let <var title="">MIME type</var> be "<code title="">multipart/form-data</code>".</dd>
 
@@ -29105,7 +29105,7 @@
 
        <dd>Let <var title="">MIME type</var> be "<code title="">application/x-www-form-urlencoded</code>".</dd>
 
-       <dt>If <var title="">enctype</var> is <code title=attr-fs-enctype-formdata><a href=#attr-fs-enctype-formdata>multpart/form-data</a></code></dt>
+       <dt>If <var title="">enctype</var> is <code title=attr-fs-enctype-formdata><a href=#attr-fs-enctype-formdata>multipart/form-data</a></code></dt>
 
        <dd>Let <var title="">MIME type</var> be "<code title="">multipart/form-data</code>".</dd>
 
@@ -29214,7 +29214,7 @@
      <dd>Use the <a href=#application/x-www-form-urlencoded-encoding-algorithm><code title="">application/x-www-form-urlencoded</code> encoding
      algorithm</a>.</dd>
 
-     <dt>If <var title="">enctype</var> is <code title=attr-fs-enctype-formdata><a href=#attr-fs-enctype-formdata>multpart/form-data</a></code></dt>
+     <dt>If <var title="">enctype</var> is <code title=attr-fs-enctype-formdata><a href=#attr-fs-enctype-formdata>multipart/form-data</a></code></dt>
 
      <dd>Use the <a href=#multipart/form-data-encoding-algorithm><code title="">multipart/form-data</code> encoding
      algorithm</a>.</dd>

Modified: source
===================================================================
--- source	2008-12-02 10:40:44 UTC (rev 2520)
+++ source	2008-12-02 10:48:35 UTC (rev 2521)
@@ -31952,7 +31952,7 @@
 
   <ul>
    <li>The "<dfn title="attr-fs-enctype-urlencoded"><code>application/x-www-form-urlencoded</code></dfn>" keyword and corresponding state.</li>
-   <li>The "<dfn title="attr-fs-enctype-formdata"><code>multpart/form-data</code></dfn>" keyword and corresponding state.</li>
+   <li>The "<dfn title="attr-fs-enctype-formdata"><code>multipart/form-data</code></dfn>" keyword and corresponding state.</li>
    <li>The "<dfn title="attr-fs-enctype-text"><code>text/plain</code></dfn>" keyword and corresponding state.</li>
   </ul>
 
@@ -32758,7 +32758,7 @@
        <dd>Let <var title="">MIME type</var> be "<code
        title="">application/x-www-form-urlencoded</code>".</dd>
 
-       <dt>If <var title="">enctype</var> is <code title="attr-fs-enctype-formdata">multpart/form-data</code></dt>
+       <dt>If <var title="">enctype</var> is <code title="attr-fs-enctype-formdata">multipart/form-data</code></dt>
 
        <dd>Let <var title="">MIME type</var> be "<code
        title="">multipart/form-data</code>".</dd>
@@ -32867,7 +32867,7 @@
        <dd>Let <var title="">MIME type</var> be "<code
        title="">application/x-www-form-urlencoded</code>".</dd>
 
-       <dt>If <var title="">enctype</var> is <code title="attr-fs-enctype-formdata">multpart/form-data</code></dt>
+       <dt>If <var title="">enctype</var> is <code title="attr-fs-enctype-formdata">multipart/form-data</code></dt>
 
        <dd>Let <var title="">MIME type</var> be "<code
        title="">multipart/form-data</code>".</dd>
@@ -33000,7 +33000,7 @@
      title="">application/x-www-form-urlencoded</code> encoding
      algorithm</span>.</dd>
 
-     <dt>If <var title="">enctype</var> is <code title="attr-fs-enctype-formdata">multpart/form-data</code></dt>
+     <dt>If <var title="">enctype</var> is <code title="attr-fs-enctype-formdata">multipart/form-data</code></dt>
 
      <dd>Use the <span><code
      title="">multipart/form-data</code> encoding




More information about the Commit-Watchers mailing list