- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 14 Oct 2009 10:30:37 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/workers In directory hutz:/tmp/cvs-serv22551 Modified Files: Overview.html Log Message: xref errors found by complete.html (whatwg r4137) Index: Overview.html =================================================================== RCS file: /sources/public/html5/workers/Overview.html,v retrieving revision 1.184 retrieving revision 1.185 diff -u -d -r1.184 -r1.185 --- Overview.html 14 Oct 2009 10:17:08 -0000 1.184 +++ Overview.html 14 Oct 2009 10:30:35 -0000 1.185 @@ -1580,23 +1580,23 @@ </li> - <li><p><span>Create a new <code><a href="#dedicatedworkerglobalscope">DedicatedWorkerGlobalScope</a></code> - object</span>. Let <var title="">worker global scope</var> be this - new object.</li> + <li><p>Create a new <code><a href="#dedicatedworkerglobalscope">DedicatedWorkerGlobalScope</a></code> + object. Let <var title="">worker global scope</var> be this new + object.</li> <li><p>Create a new <code><a href="#worker">Worker</a></code> object, associated with <var title="">worker global scope</var>. Let <var title="">worker</var> be this new object.</li> - <li><p><span>Create a <code>MessagePort</code> object</span> owned - by the <span title="script's global scope">global scope</span> of - the <span title="concept-script">script</span> that invoked the - constructor. Let this be the <var title="">outside + <li><p><span>Create a new <code>MessagePort</code> object</span> + owned by the <span title="script's global scope">global + scope</span> of the <span title="concept-script">script</span> that + invoked the constructor. Let this be the <var title="">outside port</var>.</li> <li><p>Associate the <var title="">outside port</var> with <var title="">worker</var>.</li> - <li><p><span>Create a <code>MessagePort</code> object</span> owned - by <var title="">worker global scope</var>. Let <var title="">inside port</var> be this new object.</li> + <li><p><span>Create a new <code>MessagePort</code> object</span> + owned by <var title="">worker global scope</var>. Let <var title="">inside port</var> be this new object.</li> <li><p>Associate <var title="">inside port</var> with <var title="">worker global scope</var>.</li> @@ -1704,7 +1704,7 @@ shortly be associated with a <code><a href="#sharedworkerglobalscope">SharedWorkerGlobalScope</a></code> object. Let this <code><a href="#sharedworker">SharedWorker</a></code> object be <var title="">worker</var>.</li> - <li><p><span>Create a <code>MessagePort</code> object</span> + <li><p><span>Create a new <code>MessagePort</code> object</span> owned by the <span title="script's global scope">global scope</span> of the script that invoked the method. Let this be the <var title="">outside port</var>.</li> @@ -1743,9 +1743,10 @@ <li><p>Associate <var title="">worker</var> with <var title="">worker global scope</var>.</li> - <li><p><span>Create a <code>MessagePort</code> object</span> - owned by <var title="">worker global scope</var>. Let this - be the <var title="">inside port</var>.</li> + <li><p><span>Create a new <code>MessagePort</code> + object</span> owned by <var title="">worker global + scope</var>. Let this be the <var title="">inside + port</var>.</li> <li><p><span>Entangle</span> <var title="">outside port</var> and <var title="">inside port</var>.</li> @@ -1786,16 +1787,16 @@ </ol></li> - <li><p><span>Create a new <code><a href="#sharedworkerglobalscope">SharedWorkerGlobalScope</a></code> - object</span>. Let <var title="">worker global scope</var> be - this new object.</li> + <li><p>Create a new <code><a href="#sharedworkerglobalscope">SharedWorkerGlobalScope</a></code> + object. Let <var title="">worker global scope</var> be this new + object.</li> <li><p>Associate <var title="">worker</var> with <var title="">worker global scope</var>.</li> <li><p>Set the <code title="dom-SharedWorkerGlobalScope-name"><a href="#dom-sharedworkerglobalscope-name">name</a></code> attribute of <var title="">worker global scope</var> to <var title="">name</var>.</li> - <li><p><span>Create a <code>MessagePort</code> object</span> + <li><p><span>Create a new <code>MessagePort</code> object</span> owned by <var title="">worker global scope</var>. Let <var title="">inside port</var> be this new object.</li> <li><p><span>Entangle</span> <var title="">outside port</var> and
Received on Wednesday, 14 October 2009 10:30:41 UTC