Skip to content

Commit

Permalink
[e] (0) Make James happier.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@2544 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Dec 18, 2008
1 parent db28f42 commit 52fe5dd
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
13 changes: 8 additions & 5 deletions index
Expand Up @@ -13496,10 +13496,10 @@ flavours of ice cream to be available for purchase!&lt;/p&gt;</pre>

<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;
Expand All @@ -13511,7 +13511,10 @@ flavours of ice cream to be available for purchase!&lt;/p&gt;</pre>
&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>


Expand Down
13 changes: 8 additions & 5 deletions source
Expand Up @@ -14420,10 +14420,10 @@ flavours of ice cream to be available for purchase!&lt;/p></pre>

<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>var</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>var</code>.</p>

<pre>&lt;figure>
&lt;math>
Expand All @@ -14435,7 +14435,10 @@ flavours of ice cream to be available for purchase!&lt;/p></pre>
&lt;msup>&lt;mi>c&lt;/mi>&lt;mn>2&lt;/mn>&lt;/msup>
&lt;/msqrt>
&lt;/math>
&lt;legend> Pythagoras' theorem solved for &lt;var>a&lt;/var> &lt;/legend>
&lt;legend>
Using Pythagoras' theroem to solve for the hypotenuse &lt;var>a&lt;/var> of
a triangle with sides &lt;var>b&lt;/var> and &lt;var>c&lt;/var>
&lt;/legend>
&lt;/figure></pre>


Expand Down

0 comments on commit 52fe5dd

Please sign in to comment.