- From: poot <cvsmail@w3.org>
- Date: Thu, 18 Feb 2010 11:06:07 +0900 (JST)
- To: public-html-diffs@w3.org
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><form action="products.cgi" method=post enctype="multipart/formdata"> + <pre><form action="products.cgi" method=post enctype="multipart/form-data"> <table> <tr> <th> Product ID <th> Product name <th> Price <th> Action <tr> @@ -31350,7 +31350,7 @@ store, and submit the public key to the server, markup such as the following can be used:</p> - <pre><form action="processkey.cgi" method="post" enctype="multipart/formdata"> + <pre><form action="processkey.cgi" method="post" enctype="multipart/form-data"> <p><keygen name="key"></p> <p><input type=submit value="Submit key..."></p> </form></pre>
Received on Thursday, 18 February 2010 02:06:35 UTC