[html5] r4998 - [e] (0) add some worker demo links Fixing http://www.w3.org/Bugs/Public/show_bug [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Apr 12 01:04:09 PDT 2010
Author: ianh
Date: 2010-04-12 01:04:08 -0700 (Mon, 12 Apr 2010)
New Revision: 4998
Modified:
complete.html
index
source
Log:
[e] (0) add some worker demo links
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9387
Modified: complete.html
===================================================================
--- complete.html 2010-04-12 07:57:45 UTC (rev 4997)
+++ complete.html 2010-04-12 08:04:08 UTC (rev 4998)
@@ -57297,6 +57297,9 @@
application cache before the user agent has updated it, and even
applications served over TLS can be made to work offline.</p>
+<!--(doesn't currently function)
+ <p><a href="http://www.whatwg.org/demos/offline/clock/clock2.html">View this example online</a>.</p>
+-->
<h5 id=appcacheevents><span class=secno>6.6.1.1 </span>Event summary</h5>
@@ -65734,6 +65737,8 @@
}
</pre>
+ <p><a href=http://www.whatwg.org/demos/workers/shared/001.html>View this example online</a>.</p>
+
<hr><p>This second example extends the first one by changing two things:
first, messages are received using <code title="">addEventListener()</code> instead of an <a href=#event-handler-idl-attributes title="event
handler IDL attributes">event handler IDL attribute</a>, and
@@ -65769,6 +65774,8 @@
}
</pre>
+ <p><a href=http://www.whatwg.org/demos/workers/shared/002.html>View this example online</a>.</p>
+
<hr><p>Finally, the example is extended to show how two pages can
connect to the same worker; in this case, the second page is merely
in an <code><a href=#the-iframe-element>iframe</a></code> on the first page, but the same principle
@@ -65819,7 +65826,9 @@
}
</pre>
+ <p><a href=http://www.whatwg.org/demos/workers/shared/003.html>View this example online</a>.</p>
+
<h5 id=shared-state-using-a-shared-worker><span class=secno>9.1.2.5 </span>Shared state using a shared worker</h5>
<p><i>This section is non-normative.</i></p>
Modified: index
===================================================================
--- index 2010-04-12 07:57:45 UTC (rev 4997)
+++ index 2010-04-12 08:04:08 UTC (rev 4998)
@@ -57201,6 +57201,9 @@
application cache before the user agent has updated it, and even
applications served over TLS can be made to work offline.</p>
+<!--(doesn't currently function)
+ <p><a href="http://www.whatwg.org/demos/offline/clock/clock2.html">View this example online</a>.</p>
+-->
<h5 id=appcacheevents><span class=secno>6.6.1.1 </span>Event summary</h5>
Modified: source
===================================================================
--- source 2010-04-12 07:57:45 UTC (rev 4997)
+++ source 2010-04-12 08:04:08 UTC (rev 4998)
@@ -64472,6 +64472,9 @@
application cache before the user agent has updated it, and even
applications served over TLS can be made to work offline.</p>
+<!--(doesn't currently function)
+ <p><a href="http://www.whatwg.org/demos/offline/clock/clock2.html">View this example online</a>.</p>
+-->
<h5 id="appcacheevents">Event summary</h5>
@@ -74212,6 +74215,8 @@
<pre>EXAMPLE workers/shared/001/test.js</pre>
+ <p><a href="http://www.whatwg.org/demos/workers/shared/001.html">View this example online</a>.</p>
+
<hr>
<p>This second example extends the first one by changing two things:
@@ -74230,6 +74235,8 @@
<pre>EXAMPLE workers/shared/002/test.js</pre>
+ <p><a href="http://www.whatwg.org/demos/workers/shared/002.html">View this example online</a>.</p>
+
<hr>
<p>Finally, the example is extended to show how two pages can
@@ -74250,7 +74257,9 @@
<pre>EXAMPLE workers/shared/003/test.js</pre>
+ <p><a href="http://www.whatwg.org/demos/workers/shared/003.html">View this example online</a>.</p>
+
<h5>Shared state using a shared worker</h5>
<p><i>This section is non-normative.</i></p>
More information about the Commit-Watchers
mailing list