[html5] r817 - /

whatwg at whatwg.org whatwg at whatwg.org
Tue May 15 18:20:45 PDT 2007


Author: ianh
Date: 2007-05-15 18:20:43 -0700 (Tue, 15 May 2007)
New Revision: 817

Modified:
   index
   source
Log:
[e] (0) move the 'relationship to...' sections into the scope section instead of the conformance section

Modified: index
===================================================================
--- index	2007-05-16 01:17:34 UTC (rev 816)
+++ index	2007-05-16 01:20:43 UTC (rev 817)
@@ -121,7 +121,18 @@
    <li><a href="#introduction"><span class=secno>1. </span>Introduction</a>
     <ul class=toc>
      <li><a href="#scope"><span class=secno>1.1. </span>Scope</a>
+      <ul class=toc>
+       <li><a href="#relationship"><span class=secno>1.1.1.
+        </span>Relationship to HTML 4.01, XHTML 1.1, DOM2 HTML</a>
 
+       <li><a href="#relationship0"><span class=secno>1.1.2.
+        </span>Relationship to XHTML2</a>
+
+       <li><a href="#relationship1"><span class=secno>1.1.3.
+        </span>Relationship to XUL, Flash, Silverlight, and other proprietary
+        UI languages</a>
+      </ul>
+
      <li><a href="#structure"><span class=secno>1.2. </span>Structure of this
       specification</a>
       <ul class=toc>
@@ -137,16 +148,6 @@
 
        <li><a href="#features"><span class=secno>1.3.2. </span>Features
         defined in other specifications</a>
-
-       <li><a href="#relationship"><span class=secno>1.3.3.
-        </span>Relationship to HTML 4.01, XHTML 1.1, DOM2 HTML</a>
-
-       <li><a href="#relationship0"><span class=secno>1.3.4.
-        </span>Relationship to XHTML2</a>
-
-       <li><a href="#relationship1"><span class=secno>1.3.5.
-        </span>Relationship to XUL, Flash, Silverlight, and other proprietary
-        UI languages</a>
       </ul>
 
      <li><a href="#terminology"><span class=secno>1.4. </span>Terminology</a>
@@ -1611,6 +1612,52 @@
    sophisticated applications (for example the MacOS X Core APIs) are even
    further ahead.
 
+  <h4 id=relationship><span class=secno>1.1.1. </span>Relationship to HTML
+   4.01, XHTML 1.1, DOM2 HTML</h4>
+
+  <p><em>This section is non-normative.</em>
+
+  <p>This specification represents a new version of HTML4 and XHTML1, along
+   with a new version of the associated DOM2 HTML API. Migration from HTML4
+   or XHTML1 to the format and APIs described in this specification should in
+   most cases be straightforward, as care has been taken to ensure that
+   backwards-compatibility is retained.</p>
+  <!-- XXX refs -->
+
+  <p>This specification will eventually supplant Web Forms 2.0 as well. <a
+   href="#refsWF2">[WF2]</a>
+
+  <h4 id=relationship0><span class=secno>1.1.2. </span>Relationship to XHTML2</h4>
+
+  <p><em>This section is non-normative.</em>
+
+  <p>XHTML2 <a href="#refsXHTML2">[XHTML2]</a> defines a new HTML vocabulary
+   with better features for hyperlinks, multimedia content, annotating
+   document edits, rich metadata, declarative interactive forms, and
+   describing the semantics of human literary works such as poems and
+   scientific papers.
+
+  <p>However, it lacks elements to express the semantics of many of the
+   non-document types of content often seen on the Web. For instance, forum
+   sites, auction sites, search engines, online shops, and the like, do not
+   fit the document metaphor well, and are not covered by XHTML2.
+
+  <p><em>This</em> specification aims to extend HTML so that it is also
+   suitable in these contexts.
+
+  <p>XHTML2 and this specification use different namespaces and therefore can
+   both be implemented in the same XML processor.
+
+  <h4 id=relationship1><span class=secno>1.1.3. </span>Relationship to XUL,
+   Flash, Silverlight, and other proprietary UI languages</h4>
+
+  <p><em>This section is non-normative.</em>
+
+  <p>This specification is independent of the various proprietary UI
+   languages that various vendors provide. As an open, vender-neutral
+   language, HTML provides for a solution to the same problems without the
+   risk of vendor lock-in.
+
   <h3 id=structure><span class=secno>1.2. </span>Structure of this
    specification</h3>
 
@@ -2024,52 +2071,6 @@
    value of the 'color' property on the <code><a
    href="#canvas">canvas</a></code> element is the one that is used.
 
-  <h4 id=relationship><span class=secno>1.3.3. </span>Relationship to HTML
-   4.01, XHTML 1.1, DOM2 HTML</h4>
-
-  <p><em>This section is non-normative.</em>
-
-  <p>This specification represents a new version of HTML4 and XHTML1, along
-   with a new version of the associated DOM2 HTML API. Migration from HTML4
-   or XHTML1 to the format and APIs described in this specification should in
-   most cases be straightforward, as care has been taken to ensure that
-   backwards-compatibility is retained.</p>
-  <!-- XXX refs -->
-
-  <p>This specification will eventually supplant Web Forms 2.0 as well. <a
-   href="#refsWF2">[WF2]</a>
-
-  <h4 id=relationship0><span class=secno>1.3.4. </span>Relationship to XHTML2</h4>
-
-  <p><em>This section is non-normative.</em>
-
-  <p>XHTML2 <a href="#refsXHTML2">[XHTML2]</a> defines a new HTML vocabulary
-   with better features for hyperlinks, multimedia content, annotating
-   document edits, rich metadata, declarative interactive forms, and
-   describing the semantics of human literary works such as poems and
-   scientific papers.
-
-  <p>However, it lacks elements to express the semantics of many of the
-   non-document types of content often seen on the Web. For instance, forum
-   sites, auction sites, search engines, online shops, and the like, do not
-   fit the document metaphor well, and are not covered by XHTML2.
-
-  <p><em>This</em> specification aims to extend HTML so that it is also
-   suitable in these contexts.
-
-  <p>XHTML2 and this specification use different namespaces and therefore can
-   both be implemented in the same XML processor.
-
-  <h4 id=relationship1><span class=secno>1.3.5. </span>Relationship to XUL,
-   Flash, Silverlight, and other proprietary UI languages</h4>
-
-  <p><em>This section is non-normative.</em>
-
-  <p>This specification is independent of the various proprietary UI
-   languages that various vendors provide. As an open, vender-neutral
-   language, HTML provides for a solution to the same problems without the
-   risk of vendor lock-in.
-
   <h3 id=terminology><span class=secno>1.4. </span>Terminology</h3>
 
   <p>This specification refers to both HTML and XML attributes and DOM

Modified: source
===================================================================
--- source	2007-05-16 01:17:34 UTC (rev 816)
+++ source	2007-05-16 01:20:43 UTC (rev 817)
@@ -59,6 +59,54 @@
   ahead.</p>
 
 
+  <h4>Relationship to HTML 4.01, XHTML 1.1, DOM2 HTML</h4>
+
+  <p><em>This section is non-normative.</em></p>
+
+  <p>This specification represents a new version of HTML4 and XHTML1,
+  along with a new version of the associated DOM2 HTML API. Migration
+  from HTML4 or XHTML1 to the format and APIs described in this
+  specification should in most cases be straightforward, as care has
+  been taken to ensure that backwards-compatibility is retained.</p>
+  <!-- XXX refs -->
+
+  <p>This specification will eventually supplant Web Forms 2.0 as
+  well. <a href="#refsWF2">[WF2]</a></p>
+
+
+  <h4>Relationship to XHTML2</h4>
+
+  <p><em>This section is non-normative.</em></p>
+
+  <p>XHTML2 <a href="#refsXHTML2">[XHTML2]</a> defines a new HTML
+  vocabulary with better features for hyperlinks, multimedia content,
+  annotating document edits, rich metadata, declarative interactive
+  forms, and describing the semantics of human literary works such as
+  poems and scientific papers.</p>
+
+  <p>However, it lacks elements to express the semantics of many of
+  the non-document types of content often seen on the Web. For
+  instance, forum sites, auction sites, search engines, online shops,
+  and the like, do not fit the document metaphor well, and are not
+  covered by XHTML2.</p>
+
+  <p><em>This</em> specification aims to extend HTML so that it is
+  also suitable in these contexts.</p>
+
+  <p>XHTML2 and this specification use different namespaces and
+  therefore can both be implemented in the same XML processor.</p>
+
+
+  <h4>Relationship to XUL, Flash, Silverlight, and other proprietary UI languages</h4>
+
+  <p><em>This section is non-normative.</em></p>
+
+  <p>This specification is independent of the various proprietary UI
+  languages that various vendors provide. As an open, vender-neutral
+  language, HTML provides for a solution to the same problems without
+  the risk of vendor lock-in.</p>
+
+
   <h3>Structure of this specification</h3>
 
   <p><em>This section is non-normative.</em></p>
@@ -521,54 +569,6 @@
   <code>canvas</code> element is the one that is used.</p>
 
 
-  <h4>Relationship to HTML 4.01, XHTML 1.1, DOM2 HTML</h4>
-
-  <p><em>This section is non-normative.</em></p>
-
-  <p>This specification represents a new version of HTML4 and XHTML1,
-  along with a new version of the associated DOM2 HTML API. Migration
-  from HTML4 or XHTML1 to the format and APIs described in this
-  specification should in most cases be straightforward, as care has
-  been taken to ensure that backwards-compatibility is retained.</p>
-  <!-- XXX refs -->
-
-  <p>This specification will eventually supplant Web Forms 2.0 as
-  well. <a href="#refsWF2">[WF2]</a></p>
-
-
-  <h4>Relationship to XHTML2</h4>
-
-  <p><em>This section is non-normative.</em></p>
-
-  <p>XHTML2 <a href="#refsXHTML2">[XHTML2]</a> defines a new HTML
-  vocabulary with better features for hyperlinks, multimedia content,
-  annotating document edits, rich metadata, declarative interactive
-  forms, and describing the semantics of human literary works such as
-  poems and scientific papers.</p>
-
-  <p>However, it lacks elements to express the semantics of many of
-  the non-document types of content often seen on the Web. For
-  instance, forum sites, auction sites, search engines, online shops,
-  and the like, do not fit the document metaphor well, and are not
-  covered by XHTML2.</p>
-
-  <p><em>This</em> specification aims to extend HTML so that it is
-  also suitable in these contexts.</p>
-
-  <p>XHTML2 and this specification use different namespaces and
-  therefore can both be implemented in the same XML processor.</p>
-
-
-  <h4>Relationship to XUL, Flash, Silverlight, and other proprietary UI languages</h4>
-
-  <p><em>This section is non-normative.</em></p>
-
-  <p>This specification is independent of the various proprietary UI
-  languages that various vendors provide. As an open, vender-neutral
-  language, HTML provides for a solution to the same problems without
-  the risk of vendor lock-in.</p>
-
-
   <h3>Terminology</h3>
 
   <p>This specification refers to both HTML and XML attributes and DOM




More information about the Commit-Watchers mailing list