html5/spec Overview.html,1.1714,1.1715

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv17582

Modified Files:
	Overview.html 
Log Message:
Make James happier. (whatwg r2544)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1714
retrieving revision 1.1715
diff -u -d -r1.1714 -r1.1715
--- Overview.html	18 Dec 2008 17:32:06 -0000	1.1714
+++ Overview.html	18 Dec 2008 17:40:09 -0000	1.1715
@@ -11051,10 +11051,10 @@
   <code><a href=#the-var-element>var</a></code> element can still be used to refer to specific
   variables that are then mentioned in MathML expressions.<div class=example>
 
-   <p>In this example, Pythagoras' theorem is solved for the variable
-   <var title="">a</var>. The expression itself is marked up with
-   MathML, but the variable is mentioned in the figure's legend using
-   <code><a href=#the-var-element>var</a></code>.</p>
+   <p>In this example, an equation is shown, with a legend that
+   references the variables in the equation. The expression itself is
+   marked up with MathML, but the variables are mentioned in the
+   figure's legend using <code><a href=#the-var-element>var</a></code>.</p>
 
    <pre>&lt;figure&gt;
  &lt;math&gt;
@@ -11066,7 +11066,10 @@
    &lt;msup&gt;&lt;mi&gt;c&lt;/mi&gt;&lt;mn&gt;2&lt;/mn&gt;&lt;/msup&gt;
   &lt;/msqrt&gt;
  &lt;/math&gt;
- &lt;legend&gt; Pythagoras' theorem solved for &lt;var&gt;a&lt;/var&gt; &lt;/legend&gt;
+ &lt;legend&gt; 
+  Using Pythagoras' theroem to solve for the hypotenuse &lt;var&gt;a&lt;/var&gt; of
+  a triangle with sides &lt;var&gt;b&lt;/var&gt; and &lt;var&gt;c&lt;/var&gt;
+ &lt;/legend&gt;
 &lt;/figure&gt;</pre>
 
 

Received on Thursday, 18 December 2008 17:40:25 UTC