- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 29 Sep 2010 06:16:40 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv23280
Modified Files:
common-dom-interfaces.html spec.html
Log Message:
typo (whatwg r5547)
[updated by splitter]
Index: common-dom-interfaces.html
===================================================================
RCS file: /sources/public/html5/spec/common-dom-interfaces.html,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- common-dom-interfaces.html 28 Sep 2010 23:16:32 -0000 1.18
+++ common-dom-interfaces.html 29 Sep 2010 06:16:38 -0000 1.19
@@ -664,7 +664,7 @@
<p>Let <var title="">collection</var> be an
<code><a href="#htmlallcollection">HTMLAllCollection</a></code> object rooted at the same node as
the <code><a href="#htmlallcollection">HTMLAllCollection</a></code> object on which the method was
- invoked, whose filter matches only only elements that already
+ invoked, whose filter matches only elements that already
match the filter of the <code><a href="#htmlallcollection">HTMLAllCollection</a></code> object on
which the method was invoked and that are either:</p>
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1251
retrieving revision 1.1252
diff -u -d -r1.1251 -r1.1252
--- spec.html 29 Sep 2010 02:16:34 -0000 1.1251
+++ spec.html 29 Sep 2010 06:16:38 -0000 1.1252
@@ -338,7 +338,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.4433.
+This is revision 1.4434.
</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 Wednesday, 29 September 2010 06:16:43 UTC