html5/spec-author-view Overview.html,1.650,1.651 offline.html,1.562,1.563 spec.html,1.655,1.656

Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv5431

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

[updated by splitter]


Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/Overview.html,v
retrieving revision 1.650
retrieving revision 1.651
diff -u -d -r1.650 -r1.651
--- Overview.html	6 Feb 2010 10:17:05 -0000	1.650
+++ Overview.html	6 Feb 2010 10:47:04 -0000	1.651
@@ -302,7 +302,7 @@
    </dl><p>This specification is available in the following formats: 
     <a href="spec.html">single page HTML</a>,
     <a href="Overview.html">multipage HTML</a>.
-This is revision 1.3734.
+This is revision 1.3735.
    </p> 
    <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2009 <a href="http://www.w3.org/"><abbr title="World Wide

Index: offline.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/offline.html,v
retrieving revision 1.562
retrieving revision 1.563
diff -u -d -r1.562 -r1.563
--- offline.html	6 Feb 2010 00:17:08 -0000	1.562
+++ offline.html	6 Feb 2010 10:47:04 -0000	1.563
@@ -648,7 +648,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="references.html#refsWEBWORKERS">[WEBWORKERS]</a>
+    
+    </p>
 
    </dd>
 

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.655
retrieving revision 1.656
diff -u -d -r1.655 -r1.656
--- spec.html	6 Feb 2010 10:17:05 -0000	1.655
+++ spec.html	6 Feb 2010 10:47:04 -0000	1.656
@@ -300,7 +300,7 @@
    </dl><p>This specification is available in the following formats: 
     <a href=spec.html>single page HTML</a>,
     <a href=Overview.html>multipage HTML</a>.
-This is revision 1.3734.
+This is revision 1.3735.
    </p> 
    <p class=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a>
    © 2009 <a href=http://www.w3.org/><abbr title="World Wide
@@ -22382,7 +22382,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:47:08 UTC