- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 18 Jul 2008 08:52:39 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/workers
In directory hutz:/tmp/cvs-serv27149
Modified Files:
Overview.html
Log Message:
typo (whatwg r19)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/workers/Overview.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- Overview.html 18 Jul 2008 08:51:11 -0000 1.15
+++ Overview.html 18 Jul 2008 08:52:37 -0000 1.16
@@ -441,15 +441,15 @@
workers</h3>
<p>The <span>base URL</span> of a <span>URL</span> passed to an API in a
- worker is the <span>absolute URL</span> given by the value of the <a
- href="#url" title=dom-WindowWorker-URL>URL attribute of the worker's
- <code>WindowWorker</code> object.</a>
+ worker is the <span>absolute URL</span> given by the value of the <code
+ title=dom-WindowWorker-URL><a href="#url">URL</a></code> attribute of the
+ worker's <code><a href="#windowworker">WindowWorker</a></code> object.
<p>The <span>origin</span> and <span>effective script origin</span> of
scripts running in workers are both the <span>origin</span> of the
- <span>absolute URL</span> given by the value of the <a href="#url"
- title=dom-WindowWorker-URL>URL attribute of the worker's
- <code>WindowWorker</code> object.</a>
+ <span>absolute URL</span> given by the value of the <code
+ title=dom-WindowWorker-URL><a href="#url">URL</a></code> attribute of the
+ worker's <code><a href="#windowworker">WindowWorker</a></code> object.
<h3 id=the-queue><span class=secno>2.3 </span>The queue of events</h3>
Received on Friday, 18 July 2008 08:53:12 UTC