- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 18 Dec 2008 17:40:11 +0000
- To: public-html-commits@w3.org
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><figure>
<math>
@@ -11066,7 +11066,10 @@
<msup><mi>c</mi><mn>2</mn></msup>
</msqrt>
</math>
- <legend> Pythagoras' theorem solved for <var>a</var> </legend>
+ <legend>
+ Using Pythagoras' theroem to solve for the hypotenuse <var>a</var> of
+ a triangle with sides <var>b</var> and <var>c</var>
+ </legend>
</figure></pre>
Received on Thursday, 18 December 2008 17:40:25 UTC