- From: poot <cvsmail@w3.org>
- Date: Thu, 14 Oct 2010 18:36:34 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: MD exclusion (whatwg r5629) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4504&r2=1.4505&f=h http://html5.org/tools/web-apps-tracker?from=5628&to=5629 =================================================================== 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:37:03 UTC