Skip to content

Commit

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

git-svn-id: http://svn.whatwg.org/webapps@4355 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 27, 2009
1 parent 6b34684 commit 4794d62
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 @@ -7668,7 +7668,7 @@ <h4 id=semantics-0><span class=secno>3.2.1 </span>Semantics</h4>
&lt;h2&gt;Leading the way in widget design since 1432&lt;/h2&gt;
...</pre>

<p>The <code><a href=#the-hgroup-element>hgroup</a></code> element should be used in these kinds of
<p>The <code><a href=#the-hgroup-element>hgroup</a></code> element is intended for these kinds of
situations:</p>

<pre>&lt;body&gt;
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -7486,7 +7486,7 @@ interface <dfn id=domhtmlimplementation>DOMHTMLImplementation</dfn> {
&lt;h2&gt;Leading the way in widget design since 1432&lt;/h2&gt;
...</pre>

<p>The <code><a href=#the-hgroup-element>hgroup</a></code> element should be used in these kinds of
<p>The <code><a href=#the-hgroup-element>hgroup</a></code> element is intended for these kinds of
situations:</p>

<pre>&lt;body&gt;
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -7565,7 +7565,7 @@ interface <dfn>DOMHTMLImplementation</dfn> {
&lt;h2&gt;Leading the way in widget design since 1432&lt;/h2&gt;
...</pre>

<p>The <code>hgroup</code> element should be used in these kinds of
<p>The <code>hgroup</code> element is intended for these kinds of
situations:</p>

<pre>&lt;body&gt;
Expand Down

0 comments on commit 4794d62

Please sign in to comment.