editorial cleanup and reference collection (whatwg r3246)

editorial cleanup and reference collection (whatwg r3246)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2393&r2=1.2394&f=h
http://html5.org/tools/web-apps-tracker?from=3245&to=3246

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2393
retrieving revision 1.2394
diff -u -d -r1.2393 -r1.2394
--- Overview.html 14 Jun 2009 00:21:09 -0000 1.2393
+++ Overview.html 14 Jun 2009 00:29:00 -0000 1.2394
@@ -4275,8 +4275,7 @@
    for instance, with a progressively interlaced JPEG or an HTML file,
    additional tasks may be queued to process the data as it is
    downloaded. The <a href="#task-source">task source</a> for these tasks is the
-   <a href="#networking-task-source">networking task source</a>.</p> <!-- XXX make sure each
-   use of 'fetch' defines what the appropriate task is -->
+   <a href="#networking-task-source">networking task source</a>.</p>
 
   </ol><p class="note">The <a href="#application-cache">application cache</a> processing model
   introduces some <a href="#changesToNetworkingModel">changes to the
@@ -4316,10 +4315,6 @@
   headers are equivalent to the authentication aspects of the FTP
   protocol.</p>
 
-  <p class="XXX">If there are any specific questions with what should
-  be considered equivalent to what, let me know, and I'll make it more
-  explicit for those cases.</p>
-
 
   <h4 id="encrypted-http-and-related-security-concerns"><span class="secno">2.6.2 </span>Encrypted HTTP and related security concerns</h4>
 
@@ -4403,8 +4398,7 @@
   <p>When comparing a string specifying a character encoding with the
   name or alias of a character encoding to determine if they are
   equal, user agents must use the Charset Alias Matching rules defined
-  in Unicode Technical Standard #22. <a href="#references">[UTS22]</a></p> <!-- XXXrefs
-  http://unicode.org/reports/tr22/#Charset_Alias_Matching -->
+  in Unicode Technical Standard #22. <a href="#references">[UTS22]</a></p>
 
   <p class="example">For instance, "GB_2312-80" and "g.b.2312(80)" are
   considered equivalent names.</p>
@@ -63708,7 +63702,7 @@
   implements the <code><a href="#window">Window</a></code> interface. The other views can be
   reached using the <code><a href="#view">view</a></code> attribute of the
   <code>UIEvent</code> interface, during event propagation. There is no
-  way currently to enumerate all the views.</p><!-- XXX examples! --><h2 class="no-num" id="index">Index</h2><p><em>This section is non-normative.</em><p class="XXX">List of elements<p class="XXX">List of attributes<p class="XXX">List of <dfn id="reflecting-dom-attributes">reflecting DOM attributes</dfn> and their corresponding content attributes</p><!-- include option.text; textarea.defaultValue, and other attributes that "reflect" the element's textContent --><p class="XXX">List of interfaces<p class="XXX">List of events<h2 class="no-num" id="references">References</h2><p class="XXX">This section will be written in a future draft.</p><!-- XXX check that #references is always for [RFC\1] --><!--
+  way currently to enumerate all the views.</p><!-- XXX examples! --><h2 class="no-num" id="index">Index</h2><p><em>This section is non-normative.</em><p class="XXX">List of elements<p class="XXX">List of attributes<p class="XXX">List of <dfn id="reflecting-dom-attributes">reflecting DOM attributes</dfn> and their corresponding content attributes</p><!-- include option.text; textarea.defaultValue, and other attributes that "reflect" the element's textContent --><p class="XXX">List of interfaces<p class="XXX">List of events<h2 class="no-num" id="references">References</h2><p class="XXX">This section will be written in a future draft.</p><!-- XXX check that #references is always for [RFC\1] --><!-- REFS
 
   [COMPUTABLE] On computable numbers, with an application to the
   Entscheidungsproblem. Alan M. Turing. In Proceedings of the London
@@ -63722,6 +63716,8 @@
 
   [UNICODECASE] Unicode Standard Annex #21, Case Mappings
 
+  [UTS22] http://unicode.org/reports/tr22/#Charset_Alias_Matching
+
   --><h2 class="no-num" id="acknowledgements">Acknowledgements</h2><!-- ACKS --><p>Thanks to
 
   Aankhen,

Received on Sunday, 14 June 2009 00:29:49 UTC