html5/md Overview.html,1.96,1.97

Update of /sources/public/html5/md
In directory hutz:/tmp/cvs-serv18590

Modified Files:
	Overview.html 
Log Message:
update to new webidl terminology (whatwg r5622)

Index: Overview.html
===================================================================
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:05:42 UTC