Skip to content

Commit

Permalink
[e] (0) typo
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@2881 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Mar 20, 2009
1 parent e370217 commit fe2ab43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index
Expand Up @@ -39,7 +39,7 @@
<div class=head>
<p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<h1>HTML 5</h1>
<h2 class="no-num no-toc" id=draft-recommendation-&mdash;-date:-01-jan-1901>Draft Recommendation &mdash; 19 March 2009</h2>
<h2 class="no-num no-toc" id=draft-recommendation-&mdash;-date:-01-jan-1901>Draft Recommendation &mdash; 20 March 2009</h2>
<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>
<dl><dt>Multiple-page version:</dt>
Expand Down Expand Up @@ -14441,7 +14441,7 @@ this specification: the &lt;abbr&gt;WHATWG&lt;/abbr&gt; and the
match local conventions, while the year is not marked up at all,
since marking it up would not be particularly useful.</p>

<pre>&lt;p&gt;I usually have a snack &lt;time&gt;16:00&lt;/time&gt;.&lt;/p&gt;
<pre>&lt;p&gt;I usually have a snack at &lt;time&gt;16:00&lt;/time&gt;.&lt;/p&gt;
&lt;p&gt;I've liked model trains since at least 1983.&lt;/p&gt;</pre>

<p>Using a styling technology that supports restyling times, the
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -15464,7 +15464,7 @@ this specification: the &lt;abbr>WHATWG&lt;/abbr> and the
match local conventions, while the year is not marked up at all,
since marking it up would not be particularly useful.</p>

<pre>&lt;p>I usually have a snack &lt;time>16:00&lt;/time>.&lt;/p>
<pre>&lt;p>I usually have a snack at &lt;time>16:00&lt;/time>.&lt;/p>
&lt;p>I've liked model trains since at least 1983.&lt;/p></pre>

<p>Using a styling technology that supports restyling times, the
Expand Down

0 comments on commit fe2ab43

Please sign in to comment.