html5/spec-author-view Overview.html,1.716,1.717 common-input-element-attributes.html,1.20,1.21 spec.html,1.721,1.722 the-button-element.html,1.21,1.22

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>
    &#169; 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>&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;

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>&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>

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>&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;
@@ -17183,7 +17183,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:07:04 UTC