- From: poot <cvsmail@w3.org>
- Date: Tue, 04 Oct 2011 20:07:40 -0400
- To: public-html-diffs@w3.org
microdata; hixie: typo (whatwg r6631) http://dev.w3.org/cvsweb/html5/md/Overview.html?r1=1.164&r2=1.165&f=h http://html5.org/tools/web-apps-tracker?from=6630&to=6631 =================================================================== RCS file: /sources/public/html5/md/Overview.html,v retrieving revision 1.164 retrieving revision 1.165 diff -u -d -r1.164 -r1.165 --- Overview.html 4 Oct 2011 17:01:07 -0000 1.164 +++ Overview.html 5 Oct 2011 00:07:34 -0000 1.165 @@ -320,7 +320,7 @@ <h1>HTML Microdata</h1> <h2 class="no-num no-toc" id="generatedID"></h2> - <h2 class="no-num no-toc" id="editor-s-draft-4-october-2011">Editor's Draft 4 October 2011</h2> + <h2 class="no-num no-toc" id="editor-s-draft-5-october-2011">Editor's Draft 5 October 2011</h2> <dl><dt>Latest Published Version:</dt> <dd><a href="http://www.w3.org/TR/microdata/">http://www.w3.org/TR/microdata/</a></dd> <dt>Latest Editor's Draft:</dt> @@ -454,7 +454,7 @@ Group</a> is the W3C working group responsible for this specification's progress along the W3C Recommendation track. - This specification is the 4 October 2011 Editor's Draft. + This specification is the 5 October 2011 Editor's Draft. </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>Work on this specification is also done at the <a href="http://www.whatwg.org/">WHATWG</a>. The W3C HTML working group actively pursues convergence with the WHATWG, as required by the <a href="http://www.w3.org/2007/03/HTML-WG-charter">W3C HTML working group charter</a>.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>This specification is an extension to the HTML5 language. All @@ -949,7 +949,7 @@ that item.</p> <pre>var user = document.getItems('http://example.net/user')[0]; -alert('Hello ' + user.properties['name'][0].content + '!');</pre> +alert('Hello ' + user.properties['name'][0].itemValue + '!');</pre> </div><p>The <code><a href="#htmlpropertiescollection">HTMLPropertiesCollection</a></code> object, when indexed by name in this way, actually returns a <code><a href="#propertynodelist">PropertyNodeList</a></code>
Received on Wednesday, 5 October 2011 00:07:46 UTC