Skip to content

Commit

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

git-svn-id: http://svn.whatwg.org/webapps@4243 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 21, 2009
1 parent b34f50c commit e081784
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions complete.html
Expand Up @@ -28351,10 +28351,10 @@ <h4 id=the-table-element><span class=secno>4.9.1 </span>The <dfn><code>table</co
followed by either zero or more <code><a href=#the-colgroup-element>colgroup</a></code> elements,
followed optionally by a <code><a href=#the-thead-element>thead</a></code> element, followed
optionally by a <code><a href=#the-tfoot-element>tfoot</a></code> element, followed by either zero
or more <code><a href=#the-tbody-element>tbody</a></code> elements <em>or</em> one or more
<code><a href=#the-tr-element>tr</a></code> elements, followed optionally by a
<code><a href=#the-tfoot-element>tfoot</a></code> element (but there can only be one
<code><a href=#the-tfoot-element>tfoot</a></code> element child in total).</dd>
or more <code><a href=#the-tbody-element>tbody</a></code> elements or one or more <code><a href=#the-tr-element>tr</a></code>
elements, followed optionally by a <code><a href=#the-tfoot-element>tfoot</a></code> element (but
there can only be one <code><a href=#the-tfoot-element>tfoot</a></code> element child in
total).</dd>
<dt>Content attributes:</dt>
<dd><a href=#global-attributes>Global attributes</a></dd>
<dd><code title=attr-table-summary><a href=#attr-table-summary>summary</a></code> (but see prose)</dd>
Expand Down
8 changes: 4 additions & 4 deletions index
Expand Up @@ -28181,10 +28181,10 @@ function AddCloud(data, x, y) { ... }</pre>
followed by either zero or more <code><a href=#the-colgroup-element>colgroup</a></code> elements,
followed optionally by a <code><a href=#the-thead-element>thead</a></code> element, followed
optionally by a <code><a href=#the-tfoot-element>tfoot</a></code> element, followed by either zero
or more <code><a href=#the-tbody-element>tbody</a></code> elements <em>or</em> one or more
<code><a href=#the-tr-element>tr</a></code> elements, followed optionally by a
<code><a href=#the-tfoot-element>tfoot</a></code> element (but there can only be one
<code><a href=#the-tfoot-element>tfoot</a></code> element child in total).</dd>
or more <code><a href=#the-tbody-element>tbody</a></code> elements or one or more <code><a href=#the-tr-element>tr</a></code>
elements, followed optionally by a <code><a href=#the-tfoot-element>tfoot</a></code> element (but
there can only be one <code><a href=#the-tfoot-element>tfoot</a></code> element child in
total).</dd>
<dt>Content attributes:</dt>
<dd><a href=#global-attributes>Global attributes</a></dd>
<dd><code title=attr-table-summary><a href=#attr-table-summary>summary</a></code> (but see prose)</dd>
Expand Down
8 changes: 4 additions & 4 deletions source
Expand Up @@ -30997,10 +30997,10 @@ function AddCloud(data, x, y) { ... }</pre>
followed by either zero or more <code>colgroup</code> elements,
followed optionally by a <code>thead</code> element, followed
optionally by a <code>tfoot</code> element, followed by either zero
or more <code>tbody</code> elements <em>or</em> one or more
<code>tr</code> elements, followed optionally by a
<code>tfoot</code> element (but there can only be one
<code>tfoot</code> element child in total).</dd>
or more <code>tbody</code> elements or one or more <code>tr</code>
elements, followed optionally by a <code>tfoot</code> element (but
there can only be one <code>tfoot</code> element child in
total).</dd>
<dt>Content attributes:</dt>
<dd><span>Global attributes</span></dd>
<dd><code title="attr-table-summary">summary</code> (but see prose)</dd>
Expand Down

0 comments on commit e081784

Please sign in to comment.