- From: poot <cvsmail@w3.org>
- Date: Thu, 07 Jul 2011 19:12:12 -0400
- To: public-html-diffs@w3.org
microdata; hixie: Example was out of date. (whatwg r6282) http://dev.w3.org/cvsweb/html5/md/Overview.html?r1=1.142&r2=1.143&f=h http://html5.org/tools/web-apps-tracker?from=6281&to=6282 =================================================================== 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:13 UTC