NOTE: The current preferred location for bug reports is the GitHub issue tracker.
Bug 161 - Fix various editorial problems in the past few checkins.
Fix various editorial problems in the past few checkins.
Status: RESOLVED INTENTIONAL
Product: Validator.nu
Classification: Unclassified
Component: General
HEAD
All All
: P2 normal
Assigned To: Henri Sivonen
http://svn.whatwg.org/webapps/source?...
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-04-20 21:25 CEST by Nobody
Modified: 2008-04-21 10:52 CEST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nobody 2008-04-20 21:25:03 CEST
Index: source
===================================================================
--- source	(revision 1404)
+++ source	(revision 1405)
@@ -10265,10 +10265,10 @@
   </div>
 
   <p>Mathematical expressions often use subscripts and superscripts.
-  <!--Authors are encouraged to use MathML for marking up mathematics,
-  but authors may opt to use <code>sub</code> and <code>sup</code> if
+  Authors are encouraged to use MathML for marking up mathematics, but
+  authors may opt to use <code>sub</code> and <code>sup</code> if
   detailed mathematical markup is not desired. <a
-  href="#refsMathML">[MathML]</a>--></p> <!-- XXX -->
+  href="#refsMathML">[MathML]</a></p>
 
   <div class="example">
    <pre>&lt;var>E&lt;/var>=&lt;var>m&lt;/var>&lt;var>c&lt;/var>&lt;sup>2&lt;/sup></pre>
@@ -10488,14 +10488,6 @@
   <!-- XXX need examples -->
 
 
-  <h4>MathML</h4>
-
-  <p>The <code>math</code> element from the <span>MathML
-  namespace</span> falls into the <span>phrasing content</span>
-  category for the purposes of the content models in this
-  specification.</p>
-
-
 
   <h4>Usage summary</h4>
 
@@ -16933,6 +16925,14 @@
   maps.</p>
 
 
+  <h4>MathML</h4>
+
+  <p>The <code>math</code> element from the <span>MathML
+  namespace</span> falls into the <span>embedded content</span>
+  category for the purposes of the content models in this
+  specification.</p>
+
+
   <h4>SVG</h4>
 
   <p>The <code>svg</code> element from the <span>SVG namespace</span>
@@ -38218,14 +38218,14 @@
     the following:</p>
 
     <ul>
-     <li>An <code>mi</code> element in the <span>MathML namespace</span>.</li>
-     <li>An <code>mo</code> element in the <span>MathML namespace</span>.</li>
-     <li>An <code>mn</code> element in the <span>MathML namespace</span>.</li>
-     <li>An <code>ms</code> element in the <span>MathML namespace</span>.</li>
-     <li>An <code>mtext</code> element in the <span>MathML namespace</span>.</li>
-     <li>A <code>foreignObject</code> element in the <span>SVG namespace</span>.</li>
-     <li>A <code>desc</code> element in the <span>SVG namespace</span>.</li>
-     <li>A <code>title</code> element in the <span>SVG namespace</span>.</li>
+     <li>An <code title="">mi</code> element in the <span>MathML namespace</span>.</li>
+     <li>An <code title="">mo</code> element in the <span>MathML namespace</span>.</li>
+     <li>An <code title="">mn</code> element in the <span>MathML namespace</span>.</li>
+     <li>An <code title="">ms</code> element in the <span>MathML namespace</span>.</li>
+     <li>An <code title="">mtext</code> element in the <span>MathML namespace</span>.</li>
+     <li>A <code title="">foreignObject</code> element in the <span>SVG namespace</span>.</li>
+     <li>A <code title="">desc</code> element in the <span>SVG namespace</span>.</li>
+     <li>A <code title="">title</code> element in the <span>SVG namespace</span>.</li>
     </ul>
 
     <p>...and the next seven characters are a
@@ -38838,7 +38838,7 @@
 
    </dd>
 
-   <dt><dfn>CDATA state</dfn></dt>
+   <dt><dfn>CDATA block state</dfn></dt>
 
    <dd>
 
@@ -41028,14 +41028,6 @@
     <p class="note">This element will be a <span>phrasing</span>
     element.</p>
 
-<!--
-Put the following into the MathML namespace if parsed:
-math, mrow, mfrac, msqrt, mroot, mstyle, merror, mpadded, 
-mphantom, mfenced, menclose, msub, msup, msubsup, munder, 
-mover, munderover, mmultiscripts, mtable, mlabeledtr, mtr, 
-mtd, maction
--->
-
    </dd>
 
    <dt>An end tag token not covered by the previous entries</dt>
@@ -41982,16 +41974,16 @@
     <p><span>Parse error</span>. Ignore the token.</p>
    </dd>
 
-   <dt>A start tag, if the <span>current node</span> is an <code>mi</code> element in the <span>MathML namespace</span>.</dt>
-   <dt>A start tag, if the <span>current node</span> is an <code>mo</code> element in the <span>MathML namespace</span>.</dt>
-   <dt>A start tag, if the <span>current node</span> is an <code>mn</code> element in the <span>MathML namespace</span>.</dt>
-   <dt>A start tag, if the <span>current node</span> is an <code>ms</code> element in the <span>MathML namespace</span>.</dt>
-   <dt>A start tag, if the <span>current node</span> is an <code>mtext</code> element in the <span>MathML namespace</span>.</dt>
-   <dt>A start tag, if the <span>current node</span> is a <code>foreignObject</code> element in the <span>SVG namespace</span>.</dt>
-   <dt>A start tag, if the <span>current node</span> is a <code>desc</code> element in the <span>SVG namespace</span>.</dt>
-   <dt>A start tag, if the <span>current node</span> is a <code>title</code> element in the <span>SVG namespace</span>.</dt>
+   <dt>A start tag, if the <span>current node</span> is an <code title="">mi</code> element in the <span>MathML namespace</span>.</dt>
+   <dt>A start tag, if the <span>current node</span> is an <code title="">mo</code> element in the <span>MathML namespace</span>.</dt>
+   <dt>A start tag, if the <span>current node</span> is an <code title="">mn</code> element in the <span>MathML namespace</span>.</dt>
+   <dt>A start tag, if the <span>current node</span> is an <code title="">ms</code> element in the <span>MathML namespace</span>.</dt>
+   <dt>A start tag, if the <span>current node</span> is an <code title="">mtext</code> element in the <span>MathML namespace</span>.</dt>
+   <dt>A start tag, if the <span>current node</span> is a <code title="">foreignObject</code> element in the <span>SVG namespace</span>.</dt>
+   <dt>A start tag, if the <span>current node</span> is a <code title="">desc</code> element in the <span>SVG namespace</span>.</dt>
+   <dt>A start tag, if the <span>current node</span> is a <code title="">title</code> element in the <span>SVG namespace</span>.</dt>
    <dt>A start tag, if the <span>current node</span> is an element in the <span>HTML namespace</span>.</dt>
-   <dt>A start tag whose tag name is "svg", if the <span>current node</span> is an <code>annotation-xml</code> element in the <span>MathML namespace</span>.</dt>
+   <dt>A start tag whose tag name is "svg", if the <span>current node</span> is an <code title="">annotation-xml</code> element in the <span>MathML namespace</span>.</dt>
    <dt>An end tag</dt>
    <dd>