Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) correct an example
git-svn-id: http://svn.whatwg.org/webapps@4067 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 3, 2009
1 parent 28017bf commit 8c137b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions index
Expand Up @@ -112,7 +112,7 @@
<div class=head>
<p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<h1>HTML5</h1>
<h2 class="no-num no-toc" id=draft-standard-&mdash;-2-october-2009>Draft Standard &mdash; 2 October 2009</h2>
<h2 class="no-num no-toc" id=draft-standard-&mdash;-3-october-2009>Draft Standard &mdash; 3 October 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>
<!--<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 @@ -44210,8 +44210,8 @@ contradict people?
&lt;img itemprop="img" src="hedral.jpeg" alt="" title="Hedral, age 18 months"&gt;
&lt;/section&gt;</pre>

<p>This example has one item with two types and the following
properties:</p>
<p>This example has one item with the type "org.example.animal.cat"
and the following properties:</p>

<table><thead><tr><td>Property
<td>Value
Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -49402,8 +49402,8 @@ contradict people?
&lt;img itemprop="img" src="hedral.jpeg" alt="" title="Hedral, age 18 months">
&lt;/section></pre>

<p>This example has one item with two types and the following
properties:</p>
<p>This example has one item with the type "org.example.animal.cat"
and the following properties:</p>

<table>
<thead>
Expand Down

0 comments on commit 8c137b3

Please sign in to comment.