Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) correctness in index
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13899

git-svn-id: http://svn.whatwg.org/webapps@6671 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 12, 2011
1 parent 6c29ecd commit c9481ca
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 @@ -99753,7 +99753,7 @@ <h3 class=no-num id=element-content-categories>Element content categories</h3>
<tr><th> <code title="">action</code>
<td> <code title=attr-fs-action><a href=#attr-fs-action>form</a></code>
<td> <a href=#url>URL</a> to use for <a href=#form-submission>form submission</a>
<td> <a href=#valid-url-potentially-surrounded-by-spaces>Valid URL potentially surrounded by spaces</a>
<td> <a href=#valid-non-empty-url-potentially-surrounded-by-spaces>Valid non-empty URL potentially surrounded by spaces</a>
<tr><th> <code title="">alt</code>
<td> <code title=attr-area-alt><a href=#attr-area-alt>area</a></code>;
<code title=attr-img-alt><a href=#attr-img-alt>img</a></code>;
Expand Down Expand Up @@ -99935,7 +99935,7 @@ <h3 class=no-num id=element-content-categories>Element content categories</h3>
<td> <code title=attr-fs-formaction><a href=#attr-fs-formaction>button</a></code>;
<code title=attr-fs-formaction><a href=#attr-fs-formaction>input</a></code>
<td> <a href=#url>URL</a> to use for <a href=#form-submission>form submission</a>
<td> <a href=#valid-url-potentially-surrounded-by-spaces>Valid URL potentially surrounded by spaces</a>
<td> <a href=#valid-non-empty-url-potentially-surrounded-by-spaces>Valid non-empty URL potentially surrounded by spaces</a>
<tr><th> <code title="">formenctype</code>
<td> <code title=attr-fs-formenctype><a href=#attr-fs-formenctype>button</a></code>;
<code title=attr-fs-formenctype><a href=#attr-fs-formenctype>input</a></code>
Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -99753,7 +99753,7 @@ if (s = prompt('What is your name?')) {
<tr><th> <code title="">action</code>
<td> <code title=attr-fs-action><a href=#attr-fs-action>form</a></code>
<td> <a href=#url>URL</a> to use for <a href=#form-submission>form submission</a>
<td> <a href=#valid-url-potentially-surrounded-by-spaces>Valid URL potentially surrounded by spaces</a>
<td> <a href=#valid-non-empty-url-potentially-surrounded-by-spaces>Valid non-empty URL potentially surrounded by spaces</a>
<tr><th> <code title="">alt</code>
<td> <code title=attr-area-alt><a href=#attr-area-alt>area</a></code>;
<code title=attr-img-alt><a href=#attr-img-alt>img</a></code>;
Expand Down Expand Up @@ -99935,7 +99935,7 @@ if (s = prompt('What is your name?')) {
<td> <code title=attr-fs-formaction><a href=#attr-fs-formaction>button</a></code>;
<code title=attr-fs-formaction><a href=#attr-fs-formaction>input</a></code>
<td> <a href=#url>URL</a> to use for <a href=#form-submission>form submission</a>
<td> <a href=#valid-url-potentially-surrounded-by-spaces>Valid URL potentially surrounded by spaces</a>
<td> <a href=#valid-non-empty-url-potentially-surrounded-by-spaces>Valid non-empty URL potentially surrounded by spaces</a>
<tr><th> <code title="">formenctype</code>
<td> <code title=attr-fs-formenctype><a href=#attr-fs-formenctype>button</a></code>;
<code title=attr-fs-formenctype><a href=#attr-fs-formenctype>input</a></code>
Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -113338,7 +113338,7 @@ if (s = prompt('What is your name?')) {
<th> <code title="">action</code>
<td> <code title="attr-fs-action">form</code>
<td> <span>URL</span> to use for <span>form submission</span>
<td> <span>Valid URL potentially surrounded by spaces</span>
<td> <span>Valid non-empty URL potentially surrounded by spaces</span>
<tr>
<th> <code title="">alt</code>
<td> <code title="attr-area-alt">area</code>;
Expand Down Expand Up @@ -113556,7 +113556,7 @@ if (s = prompt('What is your name?')) {
<td> <code title="attr-fs-formaction">button</code>;
<code title="attr-fs-formaction">input</code>
<td> <span>URL</span> to use for <span>form submission</span>
<td> <span>Valid URL potentially surrounded by spaces</span>
<td> <span>Valid non-empty URL potentially surrounded by spaces</span>
<tr>
<th> <code title="">formenctype</code>
<td> <code title="attr-fs-formenctype">button</code>;
Expand Down

0 comments on commit c9481ca

Please sign in to comment.