Skip to content

Commit

Permalink
[e] (0) I apparently don't know how to write HTML.
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8971

git-svn-id: http://svn.whatwg.org/webapps@4771 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 18, 2010
1 parent 39c5826 commit e875bed
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions complete.html
Expand Up @@ -36448,7 +36448,7 @@ <h6 id=the-readonly-attribute><span class=secno>4.10.7.2.3 </span>The <code titl
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;
Expand Down Expand Up @@ -38742,7 +38742,7 @@ <h4 id=the-keygen-element><span class=secno>4.10.14 </span>The <dfn><code>keygen
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>
Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -36350,7 +36350,7 @@ interface <dfn id=htmlformelement>HTMLFormElement</dfn> : <a href=#htmlelement>H
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;
Expand Down Expand Up @@ -38644,7 +38644,7 @@ interface <dfn id=htmloptionelement>HTMLOptionElement</dfn> : <a href=#htmleleme
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>
Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -40363,7 +40363,7 @@ interface <dfn>HTMLFormElement</dfn> : <span>HTMLElement</span> {
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">
<pre>&lt;form action="products.cgi" method=post enctype="multipart/form-data">
&lt;table>
&lt;tr> &lt;th> Product ID &lt;th> Product name &lt;th> Price &lt;th> Action
&lt;tr>
Expand Down Expand Up @@ -43136,7 +43136,7 @@ interface <dfn>HTMLOptionElement</dfn> : <span>HTMLElement</span> {
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">
<pre>&lt;form action="processkey.cgi" method="post" enctype="multipart/form-data">
&lt;p>&lt;keygen name="key">&lt;/p>
&lt;p>&lt;input type=submit value="Submit key...">&lt;/p>
&lt;/form></pre>
Expand Down

0 comments on commit e875bed

Please sign in to comment.