- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 29 Sep 2011 18:46:25 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv5680
Modified Files:
history.html spec.html
Log Message:
typo (whatwg r6598)
[updated by splitter]
Index: history.html
===================================================================
RCS file: /sources/public/html5/spec/history.html,v
retrieving revision 1.1073
retrieving revision 1.1074
diff -u -d -r1.1073 -r1.1074
--- history.html 29 Sep 2011 00:46:42 -0000 1.1073
+++ history.html 29 Sep 2011 18:46:22 -0000 1.1074
@@ -1200,7 +1200,7 @@
<a href="browsers.html#browsing-context">browsing context</a>, including canceling any instances of
the <a href="fetching-resources.html#fetch">fetch</a> algorithm started by those attempts. If one
of those attempts has already <a href="#create-a-document-object" title="create a document
- object">created a new <code>Document</code> object</a>, <a href="#abort-a-document" title="abort a document">Abort</a> that <code><a href="infrastructure.html#document">Document</a></code>
+ object">created a new <code>Document</code> object</a>, <a href="#abort-a-document" title="abort a document">abort</a> that <code><a href="infrastructure.html#document">Document</a></code>
also. (Previous navigation attempts whose <a href="fetching-resources.html#fetch">fetch</a>
requests have <em>finished</em> are unaffected, however.)</p></li>
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1686
retrieving revision 1.1687
diff -u -d -r1.1686 -r1.1687
--- spec.html 29 Sep 2011 00:46:44 -0000 1.1686
+++ spec.html 29 Sep 2011 18:46:22 -0000 1.1687
@@ -350,7 +350,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.5291.
+This is revision 1.5292.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2011 <a href="http://www.w3.org/"><abbr title="World Wide
Received on Thursday, 29 September 2011 18:46:28 UTC