[html5] r1145 - /

whatwg at whatwg.org whatwg at whatwg.org
Mon Dec 10 20:45:54 PST 2007


Author: ianh
Date: 2007-12-10 20:45:53 -0800 (Mon, 10 Dec 2007)
New Revision: 1145

Modified:
   index
   source
Log:
[e] (0) Various editorial changes to the sub/sup section.

Modified: index
===================================================================
--- index	2007-12-11 04:29:19 UTC (rev 1144)
+++ index	2007-12-11 04:45:53 UTC (rev 1145)
@@ -562,8 +562,8 @@
        <li><a href="#the-kbd"><span class=secno>3.12.16. </span>The
         <code>kbd</code> element</a>
 
-       <li><a href="#the-sup"><span class=secno>3.12.17. </span>The
-        <code>sup</code> and <code>sub</code> elements</a>
+       <li><a href="#the-sub"><span class=secno>3.12.17. </span>The
+        <code>sub</code> and <code>sup</code> elements</a>
 
        <li><a href="#the-span"><span class=secno>3.12.18. </span>The
         <code>span</code> element</a>
@@ -11535,8 +11535,8 @@
 </p></pre>
   </div>
 
-  <h4 id=the-sup><span class=secno>3.12.17. </span>The <dfn
-   id=sup><code>sup</code></dfn> and <dfn id=sub><code>sub</code></dfn>
+  <h4 id=the-sub><span class=secno>3.12.17. </span>The <dfn
+   id=sub><code>sub</code></dfn> and <dfn id=sup><code>sup</code></dfn>
    elements</h4>
 
   <p><a href="#strictly">Strictly inline-level content</a>.
@@ -11568,10 +11568,10 @@
   <p>These elements must only be used to mark up typographical conventions
    with specific meanings, not for typographical presentation for
    presentation's sake. For example, it would be inappropriate for the
-   <code><a href="#sup">sup</a></code> and <code><a
-   href="#sub">sub</a></code> elements to be used in the name of the LaTeX
-   document preparation system. In general, authors should not use these
-   elements if the <em>absence</em> of those elements would not change the
+   <code><a href="#sub">sub</a></code> and <code><a
+   href="#sup">sup</a></code> elements to be used in the name of the LaTeX
+   document preparation system. In general, authors should only use these
+   elements if the <em>absence</em> of those elements would change the
    meaning of the content.
 
   <p>When the <code><a href="#sub">sub</a></code> element is used inside a

Modified: source
===================================================================
--- source	2007-12-11 04:29:19 UTC (rev 1144)
+++ source	2007-12-11 04:45:53 UTC (rev 1145)
@@ -9559,7 +9559,7 @@
 </p></pre>
   </div>
 
-  <h4>The <dfn><code>sup</code></dfn> and <dfn><code>sub</code></dfn> elements</h4>
+  <h4>The <dfn><code>sub</code></dfn> and <dfn><code>sup</code></dfn> elements</h4>
 
   <p><span>Strictly inline-level content</span>.</p>
 
@@ -9580,11 +9580,11 @@
   <p>These elements must only be used to mark up typographical
   conventions with specific meanings, not for typographical
   presentation for presentation's sake. For example, it would be
-  inappropriate for the <code>sup</code> and <code>sub</code> elements
+  inappropriate for the <code>sub</code> and <code>sup</code> elements
   to be used in the name of the LaTeX document preparation system. In
-  general, authors should not use these elements if the
-  <em>absence</em> of those elements would not change the meaning of
-  the content.</p>
+  general, authors should only use these elements if the
+  <em>absence</em> of those elements would change the meaning of the
+  content.</p>
 
   <p>When the <code>sub</code> element is used inside a
   <code>var</code> element, it represents the subscript that




More information about the Commit-Watchers mailing list