HTML5 Tracker

Diff (omit for latest revision)
Filter

Short URL: http://html5.org/r/1145

SVNBugCommentTime (UTC)
1145Various editorial changes to the sub/sup section.2007-12-11 04:45
Index: source
===================================================================
--- source	(revision 1144)
+++ source	(revision 1145)
@@ -9559,7 +9559,7 @@
 &lt;/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

|