Skip to content

Commit

Permalink
[e] (0) fix example that was missed in the earlier fixes.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@4272 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 22, 2009
1 parent 7ff1789 commit e364e34
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 @@ -44848,7 +44848,7 @@ <h4 id=using-the-microdata-dom-api><span class=secno>5.1.6 </span>Using the micr

<p>If faced with the following from an earlier example:</p>

<pre>&lt;section itemscope item="http://example.org/animals#cat"&gt;
<pre>&lt;section itemscope itemtype="http://example.org/animals#cat"&gt;
&lt;h1 itemprop="name http://example.com/fn"&gt;Hedral&lt;/h1&gt;
&lt;p itemprop="desc"&gt;Hedral is a male american domestic
shorthair, with a fluffy &lt;span
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -44678,7 +44678,7 @@ document.body.appendChild(outer);</pre>

<p>If faced with the following from an earlier example:</p>

<pre>&lt;section itemscope item="http://example.org/animals#cat"&gt;
<pre>&lt;section itemscope itemtype="http://example.org/animals#cat"&gt;
&lt;h1 itemprop="name http://example.com/fn"&gt;Hedral&lt;/h1&gt;
&lt;p itemprop="desc"&gt;Hedral is a male american domestic
shorthair, with a fluffy &lt;span
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -49863,7 +49863,7 @@ document.body.appendChild(outer);</pre>

<p>If faced with the following from an earlier example:</p>

<pre>&lt;section itemscope item="http://example.org/animals#cat">
<pre>&lt;section itemscope itemtype="http://example.org/animals#cat">
&lt;h1 itemprop="name http://example.com/fn">Hedral&lt;/h1>
&lt;p itemprop="desc">Hedral is a male american domestic
shorthair, with a fluffy &lt;span
Expand Down

0 comments on commit e364e34

Please sign in to comment.