html5/spec Overview.html,1.3734,1.3735

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv4246

Modified Files:
	Overview.html 
Log Message:
Add missing reference. (whatwg r4681)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3734
retrieving revision 1.3735
diff -u -d -r1.3734 -r1.3735
--- Overview.html	6 Feb 2010 10:06:33 -0000	1.3734
+++ Overview.html	6 Feb 2010 10:39:18 -0000	1.3735
@@ -43732,7 +43732,11 @@
    <dt><var title="">cache</var> = <var title="">self</var> . <code title="dom-applicationCache"><a href="#dom-applicationcache">applicationCache</a></code></dt>
    <dd>
 
-    <p>(In a shared worker.) Returns the <code><a href="#applicationcache">ApplicationCache</a></code> object that applies to the current shared worker.</p>
+    <p>(In a shared worker.) Returns the <code><a href="#applicationcache">ApplicationCache</a></code> object that applies to the current shared worker.
+    
+    <a href="#refsWEBWORKERS">[WEBWORKERS]</a>
+    
+    </p>
 
    </dd>
 

Received on Saturday, 6 February 2010 10:39:23 UTC