- From: poot <cvsmail@w3.org>
- Date: Thu, 14 Oct 2010 17:05:48 +0900 (JST)
- To: public-html-diffs@w3.org
microdata; hixie: update to new webidl terminology (whatwg r5622) http://dev.w3.org/cvsweb/html5/md/Overview.html?r1=1.96&r2=1.97&f=h http://html5.org/tools/web-apps-tracker?from=5621&to=5622 =================================================================== RCS file: /sources/public/html5/md/Overview.html,v retrieving revision 1.96 retrieving revision 1.97 diff -u -d -r1.96 -r1.97 --- Overview.html 13 Oct 2010 10:12:07 -0000 1.96 +++ Overview.html 14 Oct 2010 08:05:38 -0000 1.97 @@ -676,13 +676,12 @@ </dl><div class="impl"> - <p>The object's <span>indices of the supported indexed - properties</span> are as defined for <code>HTMLCollection</code> - objects.</p> + <p>The object's <span>supported property indices</span> are as + defined for <code>HTMLCollection</code> objects.</p> - <p>The <span>names of the supported named properties</span> consist - of the <a href="#property-names">property names</a> of all the elements - <span>represented by the collection</span>.</p> + <p>The <span>supported property names</span> consist of the + <a href="#property-names">property names</a> of all the elements <span>represented by + the collection</span>.</p> <p>The <dfn id="dom-htmlpropertiescollection-names" title="dom-HTMLPropertiesCollection-names"><code>names</code></dfn> attribute must return a <span>live</span> <code>DOMStringList</code>
Received on Thursday, 14 October 2010 08:06:17 UTC