- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 06 Jan 2010 03:57:05 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view In directory hutz:/tmp/cvs-serv10857 Modified Files: Overview.html microdata.html spec.html Log Message: another typo (whatwg r4500) [updated by splitter] Index: microdata.html =================================================================== RCS file: /sources/public/html5/spec-author-view/microdata.html,v retrieving revision 1.557 retrieving revision 1.558 diff -u -d -r1.557 -r1.558 --- microdata.html 5 Jan 2010 08:47:54 -0000 1.557 +++ microdata.html 6 Jan 2010 03:57:02 -0000 1.558 @@ -609,7 +609,7 @@ </div><p>The <code><a href="urls.html#htmlpropertiescollection">HTMLPropertiesCollection</a></code> object, when indexed by name in this way, actually returns a <code><a href="urls.html#propertynodelist">PropertyNodeList</a></code> object with all the matching properties. The - <code><a href="urls.html#propertynodelist">PropertyNodeList</a></code> object can be used to obtained all the + <code><a href="urls.html#propertynodelist">PropertyNodeList</a></code> object can be used to obtain all the values at once using <em>its</em> <code title="dom-PropertyNodeList-values"><a href="#dom-propertynodelist-values">values</a></code> attribute, which returns an array of all the values.</p><div class="example"> @@ -617,7 +617,7 @@ "http://example.com/color" values. This script looks up the first such item and then lists all its values.</p> - <pre>var cat = document.getItems('http://example.com/animals#cat')[0]; + <pre>var cat = document.getItems('http://example.org/animals#cat')[0]; var colors = cat.properties['http://example.com/color'].values; var result; if (colors.length == 0) { Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec-author-view/Overview.html,v retrieving revision 1.586 retrieving revision 1.587 diff -u -d -r1.586 -r1.587 --- Overview.html 6 Jan 2010 03:47:09 -0000 1.586 +++ Overview.html 6 Jan 2010 03:57:02 -0000 1.587 @@ -281,7 +281,7 @@ </dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>. -This is revision 1.3597. +This is revision 1.3600. </p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2009 <a href="http://www.w3.org/"><abbr title="World Wide Index: spec.html =================================================================== RCS file: /sources/public/html5/spec-author-view/spec.html,v retrieving revision 1.591 retrieving revision 1.592 diff -u -d -r1.591 -r1.592 --- spec.html 6 Jan 2010 03:47:09 -0000 1.591 +++ spec.html 6 Jan 2010 03:57:02 -0000 1.592 @@ -279,7 +279,7 @@ </dl><p>This specification is available in the following formats: <a href=spec.html>single page HTML</a>, <a href=Overview.html>multipage HTML</a>. -This is revision 1.3597. +This is revision 1.3600. </p> <p class=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a> © 2009 <a href=http://www.w3.org/><abbr title="World Wide @@ -21800,7 +21800,7 @@ </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> object with all the matching properties. The - <code><a href=#propertynodelist>PropertyNodeList</a></code> object can be used to obtained all the + <code><a href=#propertynodelist>PropertyNodeList</a></code> object can be used to obtain all the values at once using <em>its</em> <code title=dom-PropertyNodeList-values><a href=#dom-propertynodelist-values>values</a></code> attribute, which returns an array of all the values.</p><div class=example> @@ -21808,7 +21808,7 @@ "http://example.com/color" values. This script looks up the first such item and then lists all its values.</p> - <pre>var cat = document.getItems('http://example.com/animals#cat')[0]; + <pre>var cat = document.getItems('http://example.org/animals#cat')[0]; var colors = cat.properties['http://example.com/color'].values; var result; if (colors.length == 0) {
Received on Wednesday, 6 January 2010 03:57:06 UTC