- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 14 Oct 2010 09:36:27 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv29005 Modified Files: Overview.html Log Message: MD exclusion (whatwg r5629) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4504 retrieving revision 1.4505 diff -u -d -r1.4504 -r1.4505 --- Overview.html 14 Oct 2010 09:07:14 -0000 1.4504 +++ Overview.html 14 Oct 2010 09:36:22 -0000 1.4505 @@ -6058,8 +6058,8 @@ </div><h4 id="collections-0"><span class="secno">2.8.2 </span>Collections</h4><p>The <code><a href="#htmlcollection">HTMLCollection</a></code>, <code><a href="#htmlallcollection">HTMLAllCollection</a></code>, <code><a href="#htmlformcontrolscollection">HTMLFormControlsCollection</a></code>, - <code><a href="#htmloptionscollection">HTMLOptionsCollection</a></code>, and - <code>HTMLPropertiesCollection</code> interfaces represent various + <code><a href="#htmloptionscollection">HTMLOptionsCollection</a></code>, + interfaces represent various lists of DOM nodes. Collectively, objects implementing these interfaces are called <dfn id="collections">collections</dfn>.<p>When a <a href="#collections" title="collections">collection</a> is created, a filter and a root are associated with the collection.<p class="example">For example, when the <code><a href="#htmlcollection">HTMLCollection</a></code>
Received on Thursday, 14 October 2010 09:36:29 UTC