[html5] r6621 - [e] (0) Move the abstract to the intro

whatwg at whatwg.org whatwg at whatwg.org
Tue Oct 4 11:04:47 PDT 2011


Author: ianh
Date: 2011-10-04 11:04:46 -0700 (Tue, 04 Oct 2011)
New Revision: 6621

Modified:
   index
   source
Log:
[e] (0) Move the abstract to the intro

Modified: index
===================================================================
--- index	2011-10-04 17:05:48 UTC (rev 6620)
+++ index	2011-10-04 18:04:46 UTC (rev 6621)
@@ -269,47 +269,37 @@
    Mozilla Foundation, and Opera Software ASA.</p>
    <p class=copyright>You are granted a license to use, reproduce
    and create derivative works of this document.</p>
-  </header><hr><h2 class="no-num no-toc" id=abstract>Abstract</h2>
-
-  <p>This specification defines a big part of the Web platform, in
-  lots of detail. Its place in the Web platform specification stack
-  relative to other specifications can be best summed up as
-  follows:</p>
-
-  <p><img alt="It consists of everything else, above such core technologies as HTTP, URI/IRIs, DOM Core, XML, Unicode, and ECMAScript; below presentation-layer technologies like CSS, XBL, and the NPAPI; and to the side of technologies like Geolocation, SVG, MathML, and XHR." height=359 src=http://images.whatwg.org/abstract.png width=398></p>
-
-
-
-  <h2 class="no-num no-toc" id=contents>Table of contents</h2>
+  </header><hr><h2 class="no-num no-toc" id=contents>Table of contents</h2>
   
 <!--begin-toc-->
 <ol class=toc>
  <li><a href=#introduction><span class=secno>1 </span>Introduction</a>
   <ol>
-   <li><a href=#is-this-html5?><span class=secno>1.1 </span>Is this HTML5?</a></li>
-   <li><a href=#background><span class=secno>1.2 </span>Background</a></li>
-   <li><a href=#audience><span class=secno>1.3 </span>Audience</a></li>
-   <li><a href=#scope><span class=secno>1.4 </span>Scope</a></li>
-   <li><a href=#history-1><span class=secno>1.5 </span>History</a></li>
-   <li><a href=#design-notes><span class=secno>1.6 </span>Design notes</a>
+   <li><a href=#abstract><span class=secno>1.1 </span>Where does this specification fit?</a></li>
+   <li><a href=#is-this-html5?><span class=secno>1.2 </span>Is this HTML5?</a></li>
+   <li><a href=#background><span class=secno>1.3 </span>Background</a></li>
+   <li><a href=#audience><span class=secno>1.4 </span>Audience</a></li>
+   <li><a href=#scope><span class=secno>1.5 </span>Scope</a></li>
+   <li><a href=#history-1><span class=secno>1.6 </span>History</a></li>
+   <li><a href=#design-notes><span class=secno>1.7 </span>Design notes</a>
     <ol>
-     <li><a href=#serializability-of-script-execution><span class=secno>1.6.1 </span>Serializability of script execution</a></li>
-     <li><a href=#compliance-with-other-specifications><span class=secno>1.6.2 </span>Compliance with other specifications</a></ol></li>
-   <li><a href=#html-vs-xhtml><span class=secno>1.7 </span>HTML vs XHTML</a></li>
-   <li><a href=#structure-of-this-specification><span class=secno>1.8 </span>Structure of this specification</a>
+     <li><a href=#serializability-of-script-execution><span class=secno>1.7.1 </span>Serializability of script execution</a></li>
+     <li><a href=#compliance-with-other-specifications><span class=secno>1.7.2 </span>Compliance with other specifications</a></ol></li>
+   <li><a href=#html-vs-xhtml><span class=secno>1.8 </span>HTML vs XHTML</a></li>
+   <li><a href=#structure-of-this-specification><span class=secno>1.9 </span>Structure of this specification</a>
     <ol>
-     <li><a href=#how-to-read-this-specification><span class=secno>1.8.1 </span>How to read this specification</a></li>
-     <li><a href=#typographic-conventions><span class=secno>1.8.2 </span>Typographic conventions</a></ol></li>
-   <li><a href=#a-quick-introduction-to-html><span class=secno>1.9 </span>A quick introduction to HTML</a>
+     <li><a href=#how-to-read-this-specification><span class=secno>1.9.1 </span>How to read this specification</a></li>
+     <li><a href=#typographic-conventions><span class=secno>1.9.2 </span>Typographic conventions</a></ol></li>
+   <li><a href=#a-quick-introduction-to-html><span class=secno>1.10 </span>A quick introduction to HTML</a>
     <ol>
-     <li><a href=#writing-secure-applications-with-html><span class=secno>1.9.1 </span>Writing secure applications with HTML</a></li>
-     <li><a href=#common-pitfalls-to-avoid-when-using-the-scripting-apis><span class=secno>1.9.2 </span>Common pitfalls to avoid when using the scripting APIs</a></ol></li>
-   <li><a href=#conformance-requirements-for-authors><span class=secno>1.10 </span>Conformance requirements for authors</a>
+     <li><a href=#writing-secure-applications-with-html><span class=secno>1.10.1 </span>Writing secure applications with HTML</a></li>
+     <li><a href=#common-pitfalls-to-avoid-when-using-the-scripting-apis><span class=secno>1.10.2 </span>Common pitfalls to avoid when using the scripting APIs</a></ol></li>
+   <li><a href=#conformance-requirements-for-authors><span class=secno>1.11 </span>Conformance requirements for authors</a>
     <ol>
-     <li><a href=#presentational-markup><span class=secno>1.10.1 </span>Presentational markup</a></li>
-     <li><a href=#syntax-errors><span class=secno>1.10.2 </span>Syntax errors</a></li>
-     <li><a href=#restrictions-on-content-models-and-on-attribute-values><span class=secno>1.10.3 </span>Restrictions on content models and on attribute values</a></ol></li>
-   <li><a href=#recommended-reading><span class=secno>1.11 </span>Recommended reading</a></ol></li>
+     <li><a href=#presentational-markup><span class=secno>1.11.1 </span>Presentational markup</a></li>
+     <li><a href=#syntax-errors><span class=secno>1.11.2 </span>Syntax errors</a></li>
+     <li><a href=#restrictions-on-content-models-and-on-attribute-values><span class=secno>1.11.3 </span>Restrictions on content models and on attribute values</a></ol></li>
+   <li><a href=#recommended-reading><span class=secno>1.12 </span>Recommended reading</a></ol></li>
  <li><a href=#infrastructure><span class=secno>2 </span>Common infrastructure</a>
   <ol>
    <li><a href=#terminology><span class=secno>2.1 </span>Terminology</a>
@@ -1382,10 +1372,22 @@
         this would cause. We'll probably be able to fix them some day,
         but for now we are living with them. --><h2 id=introduction><span class=secno>1 </span>Introduction</h2>
 
-<!--VERSION-->
 
-  <h3 id=is-this-html5?><span class=secno>1.1 </span>Is this HTML5?</h3>
 
+
+  <h3 id=abstract><span class=secno>1.1 </span>Where does this specification fit?</h3>
+
+  <p>This specification defines a big part of the Web platform, in
+  lots of detail. Its place in the Web platform specification stack
+  relative to other specifications can be best summed up as
+  follows:</p>
+
+  <p><img alt="It consists of everything else, above such core technologies as HTTP, URI/IRIs, DOM Core, XML, Unicode, and ECMAScript; below presentation-layer technologies like CSS, XBL, and the NPAPI; and to the side of technologies like Geolocation, SVG, MathML, and XHR." height=359 src=http://images.whatwg.org/abstract.png width=398></p>
+
+
+
+  <h3 id=is-this-html5?><span class=secno>1.2 </span>Is this HTML5?</h3><!--VERSION-->
+
   <p><i>This section is non-normative.</i></p>
 
   <p>In short: Yes.</p>
@@ -1440,7 +1442,7 @@
 -->
 
 
-  <h6 class=no-toc id=how-do-the-whatwg-and-w3c-specifications-differ?><span class=secno>1.1.1 </span>How do the WHATWG and W3C specifications differ?</h6>
+  <h6 class=no-toc id=how-do-the-whatwg-and-w3c-specifications-differ?><span class=secno>1.2.1 </span>How do the WHATWG and W3C specifications differ?</h6>
 
   <p>The features present in both the WHATWG and W3C specifications
   are specified using identical text, except for the following (mostly
@@ -1564,7 +1566,7 @@
   <p>See also <a
   href="http://wiki.whatwg.org/wiki/FAQ#What_are_the_various_versions_of_the_spec.3F">the
   relevant FAQ entry</a>.</p>
---><!--VERSION--><h3 id=background><span class=secno>1.2 </span>Background</h3>
+--><!--VERSION--><h3 id=background><span class=secno>1.3 </span>Background</h3>
 
   <p><i>This section is non-normative.</i></p>
 
@@ -1580,7 +1582,7 @@
   specifications to address issues raised in the past few years.</p>
 
 
-  <h3 id=audience><span class=secno>1.3 </span>Audience</h3>
+  <h3 id=audience><span class=secno>1.4 </span>Audience</h3>
 
   <p><i>This section is non-normative.</i></p>
 
@@ -1603,7 +1605,7 @@
   also be helpful in places but is not essential.</p>
 
 
-  <h3 id=scope><span class=secno>1.4 </span>Scope</h3>
+  <h3 id=scope><span class=secno>1.5 </span>Scope</h3>
 
   <p><i>This section is non-normative.</i></p>
 
@@ -1632,7 +1634,7 @@
   software), document editing software, etc.</p>
 
 
-  <h3 id=history-1><span class=secno>1.5 </span>History</h3>
+  <h3 id=history-1><span class=secno>1.6 </span>History</h3>
 
   <p><i>This section is non-normative.</i></p>
 
@@ -1730,7 +1732,7 @@
 
 
 
-  <h3 id=design-notes><span class=secno>1.6 </span>Design notes</h3>
+  <h3 id=design-notes><span class=secno>1.7 </span>Design notes</h3>
 
   <p><i>This section is non-normative.</i></p>
 
@@ -1753,7 +1755,7 @@
   design goals. These are described in the next few subsections.</p>
 
 
-  <h4 id=serializability-of-script-execution><span class=secno>1.6.1 </span>Serializability of script execution</h4>
+  <h4 id=serializability-of-script-execution><span class=secno>1.7.1 </span>Serializability of script execution</h4>
 
   <p><i>This section is non-normative.</i></p>
 
@@ -1769,7 +1771,7 @@
   run while the calling script is blocked.</p>
 
 
-  <h4 id=compliance-with-other-specifications><span class=secno>1.6.2 </span>Compliance with other specifications</h4>
+  <h4 id=compliance-with-other-specifications><span class=secno>1.7.2 </span>Compliance with other specifications</h4>
 
   <p><i>This section is non-normative.</i></p>
 
@@ -1784,7 +1786,7 @@
 
 
 
-  <h3 id=html-vs-xhtml><span class=secno>1.7 </span>HTML vs XHTML</h3>
+  <h3 id=html-vs-xhtml><span class=secno>1.8 </span>HTML vs XHTML</h3>
 
   <p><i>This section is non-normative.</i></p>
 
@@ -1835,7 +1837,7 @@
   the HTML and XML syntaxes.</p>
 
 
-  <h3 id=structure-of-this-specification><span class=secno>1.8 </span>Structure of this specification</h3>
+  <h3 id=structure-of-this-specification><span class=secno>1.9 </span>Structure of this specification</h3>
 
   <p><i>This section is non-normative.</i></p>
 
@@ -1938,7 +1940,7 @@
 
 
 
-  <h4 id=how-to-read-this-specification><span class=secno>1.8.1 </span>How to read this specification</h4>
+  <h4 id=how-to-read-this-specification><span class=secno>1.9.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
@@ -1988,7 +1990,7 @@
 
 
 
-  <h4 id=typographic-conventions><span class=secno>1.8.2 </span>Typographic conventions</h4>
+  <h4 id=typographic-conventions><span class=secno>1.9.2 </span>Typographic conventions</h4>
 
   <p>This is a definition, requirement, or explanation.</p>
 
@@ -2030,7 +2032,7 @@
 
 
 
-  <h3 id=a-quick-introduction-to-html><span class=secno>1.9 </span>A quick introduction to HTML</h3>
+  <h3 id=a-quick-introduction-to-html><span class=secno>1.10 </span>A quick introduction to HTML</h3>
 
   <p><i>This section is non-normative.</i></p>
 
@@ -2178,7 +2180,7 @@
   understand at first.</p>
 
 
-  <h4 id=writing-secure-applications-with-html><span class=secno>1.9.1 </span>Writing secure applications with HTML</h4>
+  <h4 id=writing-secure-applications-with-html><span class=secno>1.10.1 </span>Writing secure applications with HTML</h4>
 
   <p><i>This section is non-normative.</i></p>
 
@@ -2298,7 +2300,7 @@
 
    </dd>
 
-  </dl><h4 id=common-pitfalls-to-avoid-when-using-the-scripting-apis><span class=secno>1.9.2 </span>Common pitfalls to avoid when using the scripting APIs</h4>
+  </dl><h4 id=common-pitfalls-to-avoid-when-using-the-scripting-apis><span class=secno>1.10.2 </span>Common pitfalls to avoid when using the scripting APIs</h4>
 
   <p><i>This section is non-normative.</i></p>
 
@@ -2361,7 +2363,7 @@
 
 
 
-  <h3 id=conformance-requirements-for-authors><span class=secno>1.10 </span>Conformance requirements for authors</h3>
+  <h3 id=conformance-requirements-for-authors><span class=secno>1.11 </span>Conformance requirements for authors</h3>
 
   <p><i>This section is non-normative.</i></p>
 
@@ -2381,7 +2383,7 @@
   document and one with errors.</p>
 
 
-  <h4 id=presentational-markup><span class=secno>1.10.1 </span>Presentational markup</h4>
+  <h4 id=presentational-markup><span class=secno>1.11.1 </span>Presentational markup</h4>
 
   <p><i>This section is non-normative.</i></p>
 
@@ -2456,7 +2458,7 @@
   <code><a href=#the-s-element>s</a></code>, <code><a href=#the-small-element>small</a></code>, and <code><a href=#the-u-element>u</a></code>.</p>
 
 
-  <h4 id=syntax-errors><span class=secno>1.10.2 </span>Syntax errors</h4>
+  <h4 id=syntax-errors><span class=secno>1.11.2 </span>Syntax errors</h4>
 
   <p><i>This section is non-normative.</i></p>
 
@@ -2715,7 +2717,7 @@
 
 
 
-  <h4 id=restrictions-on-content-models-and-on-attribute-values><span class=secno>1.10.3 </span>Restrictions on content models and on attribute values</h4>
+  <h4 id=restrictions-on-content-models-and-on-attribute-values><span class=secno>1.11.3 </span>Restrictions on content models and on attribute values</h4>
 
   <p><i>This section is non-normative.</i></p>
 
@@ -2959,7 +2961,7 @@
 
    </dd>
 
-  </dl><h3 id=recommended-reading><span class=secno>1.11 </span>Recommended reading</h3>
+  </dl><h3 id=recommended-reading><span class=secno>1.12 </span>Recommended reading</h3>
 
   <p><i>This section is non-normative.</i></p>
 
@@ -101970,7 +101972,7 @@
   
 
   <div itemscope="" itemtype=http://n.whatwg.org/work>
-   <p>The abstract is based on <a href=http://www.flickr.com/photos/wonderlane/2986252088/ itemprop=work>a photo</a>
+   <p>The image in the introduction is based on <a href=http://www.flickr.com/photos/wonderlane/2986252088/ itemprop=work>a photo</a>
    by <a href=http://www.flickr.com/photos/wonderlane/ itemprop=http://creativecommons.org/ns#attributionURL>Wonderlane</a>.
    (<a href=http://creativecommons.org/licenses/by/2.0/ itemprop=license>CC BY 2.0</a>)
   </div>

Modified: source
===================================================================
--- source	2011-10-04 17:05:48 UTC (rev 6620)
+++ source	2011-10-04 18:04:46 UTC (rev 6621)
@@ -56,10 +56,22 @@
 
   <h2 id="introduction">Introduction</h2>
 
-<!--END w3c-html--><!--VERSION-->
+<!--END w3c-html-->
 
-  <h3 id="is-this-html5?">Is this HTML5?</h3>
+<!--END dev-html-->
+  <h3 id="abstract">Where does this specification fit?</h3>
 
+  <p>This specification defines a big part of the Web platform, in
+  lots of detail. Its place in the Web platform specification stack
+  relative to other specifications can be best summed up as
+  follows:</p>
+
+  <p><img src="images/abstract.png" width="398" height="359" alt="It consists of everything else, above such core technologies as HTTP, URI/IRIs, DOM Core, XML, Unicode, and ECMAScript; below presentation-layer technologies like CSS, XBL, and the NPAPI; and to the side of technologies like Geolocation, SVG, MathML, and XHR."></p>
+<!--START dev-html-->
+
+
+  <h3 id="is-this-html5?">Is this HTML5?</h3><!--VERSION-->
+
   <!--END dev-html--><p><i>This section is non-normative.</i></p><!--START dev-html-->
 
   <p>In short: Yes.</p>
@@ -116208,7 +116220,7 @@
   <!--END html--><!--END dev-html--><!--END w3c-html-->
 
   <div itemscope itemtype="http://n.whatwg.org/work">
-   <p>The abstract is based on <a itemprop="work" href="http://www.flickr.com/photos/wonderlane/2986252088/">a photo</a>
+   <p>The image in the introduction is based on <a itemprop="work" href="http://www.flickr.com/photos/wonderlane/2986252088/">a photo</a>
    by <a itemprop="http://creativecommons.org/ns#attributionURL" href="http://www.flickr.com/photos/wonderlane/">Wonderlane</a>.
    (<a itemprop="license" href="http://creativecommons.org/licenses/by/2.0/">CC BY 2.0</a>)
   </div>




More information about the Commit-Watchers mailing list