Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) Example was out of date.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12911

git-svn-id: http://svn.whatwg.org/webapps@6282 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 7, 2011
1 parent 1b56596 commit c8dcba9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions complete.html
Expand Up @@ -57018,13 +57018,13 @@ <h4 id=names:-the-itemprop-attribute><span class=secno>5.2.3 </span>Names: the <

<p>And the following:</p>

<pre>&lt;div itemscope itemref="x"&gt;
<pre>&lt;div id="x"&gt;
&lt;p itemprop="a"&gt;1&lt;/p&gt;
&lt;/div&gt;
&lt;div itemscope itemref="x"&gt;
&lt;p itemprop="b"&gt;test&lt;/p&gt;
&lt;p itemprop="a"&gt;2&lt;/p&gt;
&lt;/div&gt;
&lt;div id="x"&gt;
&lt;p itemprop="a"&gt;1&lt;/p&gt;
&lt;/div&gt;
</pre>

</div>
Expand Down
8 changes: 4 additions & 4 deletions index
Expand Up @@ -56890,13 +56890,13 @@ document.body.appendChild(outer);</pre>

<p>And the following:</p>

<pre>&lt;div itemscope itemref="x"&gt;
<pre>&lt;div id="x"&gt;
&lt;p itemprop="a"&gt;1&lt;/p&gt;
&lt;/div&gt;
&lt;div itemscope itemref="x"&gt;
&lt;p itemprop="b"&gt;test&lt;/p&gt;
&lt;p itemprop="a"&gt;2&lt;/p&gt;
&lt;/div&gt;
&lt;div id="x"&gt;
&lt;p itemprop="a"&gt;1&lt;/p&gt;
&lt;/div&gt;
</pre>

</div>
Expand Down
8 changes: 4 additions & 4 deletions source
Expand Up @@ -64358,13 +64358,13 @@ document.body.appendChild(outer);</pre>

<p>And the following:</p>

<pre>&lt;div itemscope itemref="x">
<pre>&lt;div id="x">
&lt;p itemprop="a">1&lt;/p>
&lt;/div>
&lt;div itemscope itemref="x">
&lt;p itemprop="b">test&lt;/p>
&lt;p itemprop="a">2&lt;/p>
&lt;/div>
&lt;div id="x">
&lt;p itemprop="a">1&lt;/p>
&lt;/div>
</pre>

</div>
Expand Down

0 comments on commit c8dcba9

Please sign in to comment.