[html5] r4205 - [e] (0) xref Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7854
whatwg at whatwg.org
whatwg at whatwg.org
Tue Oct 20 03:38:48 PDT 2009
Author: ianh
Date: 2009-10-20 03:38:45 -0700 (Tue, 20 Oct 2009)
New Revision: 4205
Modified:
complete.html
source
Log:
[e] (0) xref
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7854
Modified: complete.html
===================================================================
--- complete.html 2009-10-20 10:37:12 UTC (rev 4204)
+++ complete.html 2009-10-20 10:38:45 UTC (rev 4205)
@@ -63993,9 +63993,9 @@
<table><thead><tr><th><a href=#event-handlers title="event handlers">Event handler</a> <th><a href=#event-handler-event-type>Event handler event type</a>
<tbody><tr><td><dfn id=handler-dedicatedworkerglobalscope-onmessage title=handler-DedicatedWorkerGlobalScope-onmessage><code>onmessage</code></dfn> <td> <code title=event-message><a href=#event-message>message</a></code>
- </table><p>For the purposes of the <span>offline application cache</span>
- networking model, a dedicated worker is an extension of the
- <a href=#cache-host>cache host</a> from which it was created.</p>
+ </table><p>For the purposes of the <a href=#application-cache>application cache</a> networking
+ model, a dedicated worker is an extension of the <a href=#cache-host>cache
+ host</a> from which it was created.</p>
@@ -64026,10 +64026,10 @@
<table><thead><tr><th><a href=#event-handlers title="event handlers">Event handler</a> <th><a href=#event-handler-event-type>Event handler event type</a>
<tbody><tr><td><dfn id=handler-sharedworkerglobalscope-onconnect title=handler-SharedWorkerGlobalScope-onconnect><code>onconnect</code></dfn> <td> <code title=event-connect>connect</code>
- </table><p>For the purposes of the <span>offline application cache</span>
- networking model, a shared worker is its own <a href=#cache-host>cache
- host</a>. The <a href=#run-a-worker>run a worker</a> algorithm takes care of
- associating the worker with an <a href=#application-cache>application cache</a>.</p>
+ </table><p>For the purposes of the <a href=#application-cache>application cache</a> networking
+ model, a shared worker is its own <a href=#cache-host>cache host</a>. The
+ <a href=#run-a-worker>run a worker</a> algorithm takes care of associating the
+ worker with an <a href=#application-cache>application cache</a>.</p>
<p class=note>The <code title=dom-SharedWorkerGlobalScope-applicationCache><a href=#dom-sharedworkerglobalscope-applicationcache>applicationCache</a></code>
attribute returns the <code><a href=#applicationcache>ApplicationCache</a></code> object for the
Modified: source
===================================================================
--- source 2009-10-20 10:37:12 UTC (rev 4204)
+++ source 2009-10-20 10:38:45 UTC (rev 4205)
@@ -71759,9 +71759,9 @@
<tr><td><dfn title="handler-DedicatedWorkerGlobalScope-onmessage"><code>onmessage</code></dfn> <td> <code title="event-message">message</code>
</table>
- <p>For the purposes of the <span>offline application cache</span>
- networking model, a dedicated worker is an extension of the
- <span>cache host</span> from which it was created.</p>
+ <p>For the purposes of the <span>application cache</span> networking
+ model, a dedicated worker is an extension of the <span>cache
+ host</span> from which it was created.</p>
@@ -71799,10 +71799,10 @@
<tr><td><dfn title="handler-SharedWorkerGlobalScope-onconnect"><code>onconnect</code></dfn> <td> <code title="event-connect">connect</code>
</table>
- <p>For the purposes of the <span>offline application cache</span>
- networking model, a shared worker is its own <span>cache
- host</span>. The <span>run a worker</span> algorithm takes care of
- associating the worker with an <span>application cache</span>.</p>
+ <p>For the purposes of the <span>application cache</span> networking
+ model, a shared worker is its own <span>cache host</span>. The
+ <span>run a worker</span> algorithm takes care of associating the
+ worker with an <span>application cache</span>.</p>
<p class="note">The <code
title="dom-SharedWorkerGlobalScope-applicationCache">applicationCache</code>
More information about the Commit-Watchers
mailing list