- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 14 Oct 2010 09:46:53 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv32100 Modified Files: common-dom-interfaces.html spec.html Log Message: MD exclusion (whatwg r5629) [updated by splitter] Index: common-dom-interfaces.html =================================================================== RCS file: /sources/public/html5/spec/common-dom-interfaces.html,v retrieving revision 1.24 retrieving revision 1.25 diff -u -d -r1.24 -r1.25 --- common-dom-interfaces.html 14 Oct 2010 08:16:57 -0000 1.24 +++ common-dom-interfaces.html 14 Oct 2010 09:46:51 -0000 1.25 @@ -543,8 +543,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><p>When a <a href="#collections" title="collections">collection</a> is created, a filter and a root are associated with the collection.</p><p class="example">For example, when the <code><a href="#htmlcollection">HTMLCollection</a></code> Index: spec.html =================================================================== RCS file: /sources/public/html5/spec/spec.html,v retrieving revision 1.1298 retrieving revision 1.1299 diff -u -d -r1.1298 -r1.1299 --- spec.html 14 Oct 2010 09:16:50 -0000 1.1298 +++ spec.html 14 Oct 2010 09:46:51 -0000 1.1299 @@ -367,7 +367,7 @@ <a href="Overview.html">single page HTML</a>, <a href="spec.html">multipage HTML</a>, <a href="author/">web developer edition</a>. -This is revision 1.4504. +This is revision 1.4505. </p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2010 <a href="http://www.w3.org/"><abbr title="World Wide
Received on Thursday, 14 October 2010 09:46:55 UTC