workers/Overview.html 1.16 19 typo (whatwg r19) (changed by: Ian Hickso

typo (whatwg r19) (changed by: Ian Hickson)

Diffs for this change per section: 
  2.2 Base URLs and origins of workers
  http://people.w3.org/mike/diffs/html5/workers/Overview.1.16.html#base-urls
  2.3 The queue of events
  http://people.w3.org/mike/diffs/html5/workers/Overview.1.16.html#the-queue

Current content per affected section: 
  http://dev.w3.org/html5/workers/Overview.html#base-urls
  http://dev.w3.org/html5/workers/Overview.html#the-queue

Previously published WD content per affected section: 
  http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#base-urls
  http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#the-queue

Cumulative diff: http://people.w3.org/mike/diffs/html5/workers/Overview.diff.html

http://dev.w3.org/cvsweb/html5/workers/Overview.html?r1=1.15&r2=1.16&f=h

http://html5.org/tools/web-apps-tracker?from=18&to=19

===================================================================
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:54:08 UTC