html5/spec Overview.html,1.3426,1.3427

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

Modified Files:
	Overview.html 
Log Message:
Update the structure of this specification section to match recent edits again. (whatwg r4291)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3426
retrieving revision 1.3427
diff -u -d -r1.3426 -r1.3427
--- Overview.html	23 Oct 2009 05:37:40 -0000	1.3426
+++ Overview.html	23 Oct 2009 05:50:26 -0000	1.3427
@@ -1205,7 +1205,7 @@
      <li><a href="#the-marquee-element"><span class="secno">12.3.2 </span>The <code>marquee</code> element</a></li>
      <li><a href="#frames"><span class="secno">12.3.3 </span>Frames</a></li>
      <li><a href="#other-elements-attributes-and-apis"><span class="secno">12.3.4 </span>Other elements, attributes and APIs</a></ol></ol></li>
- <li><a href="#iana-considerations"><span class="secno">13 </span>IANA considerations</a>
+ <li><a href="#iana"><span class="secno">13 </span>IANA considerations</a>
   <ol>
    <li><a href="#text-html"><span class="secno">13.1 </span><code>text/html</code></a></li>
    <li><a href="#application-xhtml-xml"><span class="secno">13.2 </span><code>application/xhtml+xml</code></a></li>
@@ -1399,7 +1399,8 @@
    extract trees of name/value pairs from the document. This section
    describes this mechanism<span class="impl"> and some algorithms
    that can be used to convert HTML documents into other
-   formats</span>.</dd>
+   formats</span>.
+   </dd>
 
 
    <dt><a href="#browsers">Web Browsers</a></dt>
@@ -1420,7 +1421,8 @@
 
    <dd>This section describes some mechanisms that applications
    written in HTML can use to communicate with other applications from
-   different domains running on the same client.</dd>
+   different domains running on the same client.
+   </dd>
 
 
    <dt><a href="#syntax">The HTML Syntax</a></dt>
@@ -1432,9 +1434,9 @@
    how to parse content using those syntaxes.</dd>
 
 
-  </dl><p>There are also a couple of appendices, defining <a href="#rendering">rendering rules</a> for Web browsers and listing
-  <a href="#obsolete">obsolete features</a> and <a href="#no">areas
-  that are out of scope</a> for this specification.<h4 id="how-to-read-this-specification"><span class="secno">1.7.1 </span>How to read this specification</h4><p>This specification should be read like all other specifications.
+  </dl><p>There are also some appendices, defining <a href="#rendering">rendering rules</a> for Web browsers and listing
+  <a href="#obsolete">obsolete features</a> and <a href="#iana">IANA
+  considerations</a>.<h4 id="how-to-read-this-specification"><span class="secno">1.7.1 </span>How to read this specification</h4><p>This specification should be read like all other specifications.
   First, it should be read cover-to-cover, multiple times. Then, it
   should be read backwards at least once. Then it should be read by
   picking random sections from the contents list and following all the
@@ -67880,7 +67882,7 @@
   legacy user agents and uses the <code title="dom-document-all"><a href="#dom-document-all">document.all</a></code> object without testing
   for its presence first. <a href="#refsECMA262">[ECMA262]</a></p>
 
-  </div><h2 id="iana-considerations"><span class="secno">13 </span>IANA considerations</h2><p class="XXX annotation"><b>Status: </b><i>First draft</i></p><!-- http://www.w3.org/2002/06/registering-mediatype.html --><h3 id="text-html"><span class="secno">13.1 </span><dfn><code>text/html</code></dfn></h3><p>This registration is for community review and will be submitted
+  </div><h2 id="iana"><span class="secno">13 </span>IANA considerations</h2><!-- http://www.w3.org/2002/06/registering-mediatype.html --><h3 id="text-html"><span class="secno">13.1 </span><dfn><code>text/html</code></dfn></h3><p>This registration is for community review and will be submitted
   to the IESG for review, approval, and registration with IANA.</p><!--
    To: ietf-types@iana.org
    Subject: Registration of media type text/html

Received on Friday, 23 October 2009 05:50:31 UTC