hixie: I apparently don't know how to write HTML. (whatwg r4771)

hixie: I apparently don't know how to write HTML. (whatwg r4771)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3818&r2=1.3819&f=h
http://html5.org/tools/web-apps-tracker?from=4770&to=4771

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3818
retrieving revision 1.3819
diff -u -d -r1.3818 -r1.3819
--- Overview.html 18 Feb 2010 02:02:01 -0000 1.3818
+++ Overview.html 18 Feb 2010 02:05:56 -0000 1.3819
@@ -29349,7 +29349,7 @@
    form, for consistency with the row representing a new product
    (where the identifier is not yet filled in).</p>
 
-   <pre>&lt;form action="products.cgi" method=post enctype="multipart/formdata"&gt;
+   <pre>&lt;form action="products.cgi" method=post enctype="multipart/form-data"&gt;
  &lt;table&gt;
   &lt;tr&gt; &lt;th&gt; Product ID &lt;th&gt; Product name &lt;th&gt; Price &lt;th&gt; Action
   &lt;tr&gt;
@@ -31350,7 +31350,7 @@
    store, and submit the public key to the server, markup such as the
    following can be used:</p>
 
-   <pre>&lt;form action="processkey.cgi" method="post" enctype="multipart/formdata"&gt;
+   <pre>&lt;form action="processkey.cgi" method="post" enctype="multipart/form-data"&gt;
  &lt;p&gt;&lt;keygen name="key"&gt;&lt;/p&gt;
  &lt;p&gt;&lt;input type=submit value="Submit key..."&gt;&lt;/p&gt;
 &lt;/form&gt;</pre>

Received on Thursday, 18 February 2010 02:06:35 UTC