[html5] r3586 - [e] (0) More reference cleanup

whatwg at whatwg.org whatwg at whatwg.org
Tue Aug 11 00:09:42 PDT 2009


Author: ianh
Date: 2009-08-11 00:09:40 -0700 (Tue, 11 Aug 2009)
New Revision: 3586

Modified:
   index
   source
Log:
[e] (0) More reference cleanup

Modified: index
===================================================================
--- index	2009-08-11 06:52:35 UTC (rev 3585)
+++ index	2009-08-11 07:09:40 UTC (rev 3586)
@@ -5322,7 +5322,7 @@
 
      <li><p>Take ownership of the <a href=#storage-mutex>storage mutex</a>.</li>
 
-     <li><p>Update the cookies. <a href=#refsCOOKIES>[COOKIES]</a></li>
+     <li><p>Update the cookies. <a href=#refsRFC2109>[RFC2109]</a> <a href=#refsCOOKIES>[COOKIES]</a></li>
 
      <li><p>Release the <a href=#storage-mutex>storage mutex</a> so that it is once
      again free.</li>
@@ -21464,10 +21464,10 @@
   <p>User agents must support the WAVE container format with audio
   encoded using the 16 bit PCM (LE) codec, at sampling frequencies of
   11.025kHz, 22.050kHz, and 44.100kHz, and for both mono and
-  stereo. <a href="#refsWAVE">[WAVE]</a></p>
+  stereo. <a href="#- -refsWAVE">[WAVE]</a></p>
 
   <!- -
-   <dt id="refsWAVE">WAVE</dt>
+   <dt id="- -refsWAVE">WAVE</dt>
    <dd>http://en.wikipedia.org/wiki/WAV? </dd>
   - ->
 
@@ -56616,7 +56616,7 @@
   the HTTP headers (including, in particular, redirects and HTTP
   cookie headers), but must ignore any entity bodies returned in the
   responses. User agents may close the connection prematurely once
-  they start receiving an entity body. <a href=#refsRFC2109>[RFC2109]</a> <a href=#refsRFC2965>[RFC2965]</a></p>
+  they start receiving an entity body. <a href=#refsRFC2109>[RFC2109]</a> <a href=#refsCOOKIES>[COOKIES]</a></p>
 
   <p>For URLs that are not HTTP URLs, the requests must be performed
   by <a href=#fetch title=fetch>fetching</a> the specified URL normally,

Modified: source
===================================================================
--- source	2009-08-11 06:52:35 UTC (rev 3585)
+++ source	2009-08-11 07:09:40 UTC (rev 3586)
@@ -4610,7 +4610,7 @@
 
      <li><p>Take ownership of the <span>storage mutex</span>.</p></li>
 
-     <li><p>Update the cookies. <a
+     <li><p>Update the cookies. <a href="#refsRFC2109">[RFC2109]</a> <a
      href="#refsCOOKIES">[COOKIES]</a></p></li>
 
      <li><p>Release the <span>storage mutex</span> so that it is once
@@ -21630,10 +21630,10 @@
   <p>User agents must support the WAVE container format with audio
   encoded using the 16 bit PCM (LE) codec, at sampling frequencies of
   11.025kHz, 22.050kHz, and 44.100kHz, and for both mono and
-  stereo. <a href="#refsWAVE">[WAVE]</a></p>
+  stereo. <a href="#- -refsWAVE">[WAVE]</a></p>
 
   <!- -
-   <dt id="refsWAVE">WAVE</dt>
+   <dt id="- -refsWAVE">WAVE</dt>
    <dd>http://en.wikipedia.org/wiki/WAV? </dd>
   - ->
 
@@ -60142,7 +60142,7 @@
   <p>This specification introduces two related mechanisms, similar to
   HTTP session cookies, for storing structured data on the client
   side. <a href="#refsRFC2109">[RFC2109]</a> <a
-  href="#refsRFC2965">[RFC2965]</a></p>
+  href="#refsCOOKIES">[COOKIES]</a></p>
 
   <p>The first is designed for scenarios where the user is carrying
   out a single transaction, but could be carrying out multiple
@@ -61676,7 +61676,7 @@
     <!--START storage-->
     to the user in a way that does not distinguish them from HTTP
     session cookies. <a href="#refsRFC2109">[RFC2109]</a> <a
-    href="#refsRFC2965">[RFC2965]</a></p>
+    href="#refsCOOKIES">[COOKIES]</a></p>
 
     <p>This might encourage users to view such storage with healthy
     suspicion.</p>
@@ -62098,7 +62098,7 @@
   responses. User agents may close the connection prematurely once
   they start receiving an entity body. <a
   href="#refsRFC2109">[RFC2109]</a> <a
-  href="#refsRFC2965">[RFC2965]</a></p>
+  href="#refsCOOKIES">[COOKIES]</a></p>
 
   <p>For URLs that are not HTTP URLs, the requests must be performed
   by <span title="fetch">fetching</span> the specified URL normally,




More information about the Commit-Watchers mailing list