Skip to content

Commit

Permalink
[e] (0) xref
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7854

git-svn-id: http://svn.whatwg.org/webapps@4205 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 20, 2009
1 parent 3e90f4f commit fe4230c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions complete.html
Expand Up @@ -63993,9 +63993,9 @@ <h5 id=the-workerglobalscope-abstract-interface><span class=secno>9.2.1.1 </span

<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>



Expand Down Expand Up @@ -64026,10 +64026,10 @@ <h5 id=shared-workers-and-the-sharedworkerglobalscope-inteface><span class=secno

<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
Expand Down
14 changes: 7 additions & 7 deletions source
Expand Up @@ -71759,9 +71759,9 @@ interface <dfn>DedicatedWorkerGlobalScope</dfn> : <span>WorkerGlobalScope</span>
<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>



Expand Down Expand Up @@ -71799,10 +71799,10 @@ interface <dfn>SharedWorkerGlobalScope</dfn> : <span>WorkerGlobalScope</span> {
<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>
Expand Down

0 comments on commit fe4230c

Please sign in to comment.