- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 18 Feb 2010 02:07:02 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view In directory hutz:/tmp/cvs-serv29946 Modified Files: Overview.html common-input-element-attributes.html spec.html the-button-element.html Log Message: I apparently don't know how to write HTML. (whatwg r4771) [updated by splitter] Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec-author-view/Overview.html,v retrieving revision 1.716 retrieving revision 1.717 diff -u -d -r1.716 -r1.717 --- Overview.html 18 Feb 2010 00:47:55 -0000 1.716 +++ Overview.html 18 Feb 2010 02:07:00 -0000 1.717 @@ -304,7 +304,7 @@ </dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>. -This is revision 1.3816. +This is revision 1.3819. </p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2009 <a href="http://www.w3.org/"><abbr title="World Wide Index: common-input-element-attributes.html =================================================================== RCS file: /sources/public/html5/spec-author-view/common-input-element-attributes.html,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- common-input-element-attributes.html 17 Feb 2010 04:57:08 -0000 1.20 +++ common-input-element-attributes.html 18 Feb 2010 02:07:00 -0000 1.21 @@ -408,7 +408,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> Index: the-button-element.html =================================================================== RCS file: /sources/public/html5/spec-author-view/the-button-element.html,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- the-button-element.html 17 Feb 2010 23:17:00 -0000 1.21 +++ the-button-element.html 18 Feb 2010 02:07:00 -0000 1.22 @@ -993,7 +993,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> Index: spec.html =================================================================== RCS file: /sources/public/html5/spec-author-view/spec.html,v retrieving revision 1.721 retrieving revision 1.722 diff -u -d -r1.721 -r1.722 --- spec.html 18 Feb 2010 00:47:55 -0000 1.721 +++ spec.html 18 Feb 2010 02:07:00 -0000 1.722 @@ -302,7 +302,7 @@ </dl><p>This specification is available in the following formats: <a href=spec.html>single page HTML</a>, <a href=Overview.html>multipage HTML</a>. -This is revision 1.3816. +This is revision 1.3819. </p> <p class=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a> © 2009 <a href=http://www.w3.org/><abbr title="World Wide @@ -16176,7 +16176,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> @@ -17183,7 +17183,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:07:04 UTC