diff options
Diffstat (limited to 'files/ja/web/mathml/element/mtext')
-rw-r--r-- | files/ja/web/mathml/element/mtext/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ja/web/mathml/element/mtext/index.html b/files/ja/web/mathml/element/mtext/index.html index 7799f8b149..50c12704bf 100644 --- a/files/ja/web/mathml/element/mtext/index.html +++ b/files/ja/web/mathml/element/mtext/index.html @@ -32,7 +32,7 @@ translation_of: Web/MathML/Element/mtext <li><code>small:</code>Font is rendered smaller than the current font size.</li> <li><code>normal:</code>Equivalent to 100% or 1em.</li> <li><code>big:</code>Font is rendered larger than the current font size.</li> - <li>a custom <a href="/en-US/docs/MathML/Attributes/Values#Lengths">length</a>.</li> + <li>a custom <a href="/ja/docs/MathML/Attributes/Values#Lengths">length</a>.</li> <li>or a unitless value which multiplies the default.</li> </ul> </dd> @@ -116,5 +116,5 @@ translation_of: Web/MathML/Element/mtext <ul> <li>Starting with Gecko 20.0 {{geckoRelease("20.0")}} a unitless value for <code>mathsize</code> is allowed.</li> - <li>Some <code>mathvariant</code> values are only implemented starting with Gecko 28.0 (Firefox 28.0 / Thunderbird 28.0 / SeaMonkey 2.25) and require appropriate <a href="https://developer.mozilla.org/ja/docs/Mozilla/MathML_Project/Fonts">math fonts</a>.</li> + <li>Some <code>mathvariant</code> values are only implemented starting with Gecko 28.0 (Firefox 28.0 / Thunderbird 28.0 / SeaMonkey 2.25) and require appropriate <a href="/ja/docs/Mozilla/MathML_Project/Fonts">math fonts</a>.</li> </ul> |