Skip to content

Commit

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

git-svn-id: http://svn.whatwg.org/webapps@6412 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 10, 2011
1 parent 58ef4be commit e58c73d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -97754,7 +97754,7 @@ <h3 class=no-num id=elements-1>Elements</h3>
<td><a href=#global-attributes title="global attributes">globals</a></td>
<td><code><a href=#htmlelement>HTMLElement</a></code></td>
<tr><th><code><a href=#the-address-element>address</a></code></th>
<td>Contact information for a page or section</td>
<td>Contact information for a page or <code><a href=#the-article-element>article</a></code> element</td>
<td><a href=#flow-content title="Flow content">flow</a>;
<a href=#formatblock-candidate title="formatBlock candidate"><code title="">formatBlock</code> candidate</a></td>
<td><a href=#flow-content title="Flow content">flow</a></td>
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -93201,7 +93201,7 @@ if (s = prompt('What is your name?')) {
<td><a href=#global-attributes title="global attributes">globals</a></td>
<td><code><a href=#htmlelement>HTMLElement</a></code></td>
<tr><th><code><a href=#the-address-element>address</a></code></th>
<td>Contact information for a page or section</td>
<td>Contact information for a page or <code><a href=#the-article-element>article</a></code> element</td>
<td><a href=#flow-content title="Flow content">flow</a>;
<a href=#formatblock-candidate title="formatBlock candidate"><code title="">formatBlock</code> candidate</a></td>
<td><a href=#flow-content title="Flow content">flow</a></td>
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -110924,7 +110924,7 @@ if (s = prompt('What is your name?')) {

<tr>
<th><code>address</code></th>
<td>Contact information for a page or section</td>
<td>Contact information for a page or <code>article</code> element</td>
<td><span title="Flow content">flow</span>;
<span title="formatBlock candidate"><code title="">formatBlock</code> candidate</span></td>
<td><span title="Flow content">flow</span></td>
Expand Down

0 comments on commit e58c73d

Please sign in to comment.