- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 07 Jul 2011 23:12:06 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/md
In directory hutz:/tmp/cvs-serv2286
Modified Files:
Overview.html
Log Message:
Example was out of date. (whatwg r6282)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/md/Overview.html,v
retrieving revision 1.142
retrieving revision 1.143
diff -u -d -r1.142 -r1.143
--- Overview.html 7 Jul 2011 23:10:14 -0000 1.142
+++ Overview.html 7 Jul 2011 23:12:04 -0000 1.143
@@ -1157,13 +1157,13 @@
<p>And the following:</p>
- <pre><div itemscope itemref="x">
+ <pre><div id="x">
+ <p itemprop="a">1</p>
+</div>
+<div itemscope itemref="x">
<p itemprop="b">test</p>
<p itemprop="a">2</p>
</div>
-<div id="x">
- <p itemprop="a">1</p>
-</div>
</pre>
</div><h3 id="values"><span class="secno">2.4 </span>Values</h3><p>The <dfn id="concept-property-value" title="concept-property-value">property value</dfn> of a
Received on Thursday, 7 July 2011 23:12:07 UTC