Skip to content

Commit

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

git-svn-id: http://svn.whatwg.org/webapps@4433 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Dec 11, 2009
1 parent ae6fae6 commit 6cdd648
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions complete.html
Expand Up @@ -108,7 +108,7 @@

<header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<hgroup><h1>Web Applications 1.0</h1>
<h2 class="no-num no-toc">Draft Standard &mdash; 10 December 2009</h2>
<h2 class="no-num no-toc">Draft Standard &mdash; 11 December 2009</h2>
</hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
Expand Down Expand Up @@ -84971,7 +84971,7 @@ <h3 class=no-num id=attributes-0>Attributes</h3>
<td> Text
<tr><th> <code title="">title</code>
<td> <code title=attr-abbr-title><a href=#attr-abbr-title>abbr</a></code>;
<code title=attr-dfn-title><a href=#attr-dfn-title>dfn</a></code>;
<code title=attr-dfn-title><a href=#attr-dfn-title>dfn</a></code>
<td> Full term or expansion of abbreviation
<td> Text
<tr><th> <code title="">title</code>
Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -110,7 +110,7 @@

<header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<hgroup><h1>HTML5</h1>
<h2 class="no-num no-toc">Draft Standard &mdash; 10 December 2009</h2>
<h2 class="no-num no-toc">Draft Standard &mdash; 11 December 2009</h2>
</hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
Expand Down Expand Up @@ -76637,7 +76637,7 @@ interface <a href=#htmldocument>HTMLDocument</a> {
<td> Text
<tr><th> <code title="">title</code>
<td> <code title=attr-abbr-title><a href=#attr-abbr-title>abbr</a></code>;
<code title=attr-dfn-title><a href=#attr-dfn-title>dfn</a></code>;
<code title=attr-dfn-title><a href=#attr-dfn-title>dfn</a></code>
<td> Full term or expansion of abbreviation
<td> Text
<tr><th> <code title="">title</code>
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -94733,7 +94733,7 @@ interface <span>HTMLDocument</span> {
<tr>
<th> <code title="">title</code>
<td> <code title="attr-abbr-title">abbr</code>;
<code title="attr-dfn-title">dfn</code>;
<code title="attr-dfn-title">dfn</code>
<td> Full term or expansion of abbreviation
<td> Text
<tr>
Expand Down

0 comments on commit 6cdd648

Please sign in to comment.