- From: poot <cvsmail@w3.org>
- Date: Tue, 11 Aug 2009 16:15:28 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: More reference cleanup (whatwg r3586)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2778&r2=1.2779&f=h
http://html5.org/tools/web-apps-tracker?from=3585&to=3586
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2778
retrieving revision 1.2779
diff -u -d -r1.2778 -r1.2779
--- Overview.html 11 Aug 2009 06:52:40 -0000 1.2778
+++ Overview.html 11 Aug 2009 07:09:46 -0000 1.2779
@@ -5534,7 +5534,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>
@@ -21676,10 +21676,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>
- ->
@@ -56828,7 +56828,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,
Received on Tuesday, 11 August 2009 07:16:06 UTC