aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/mathml/element/mo/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/mathml/element/mo/index.html')
-rw-r--r--files/ja/web/mathml/element/mo/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/files/ja/web/mathml/element/mo/index.html b/files/ja/web/mathml/element/mo/index.html
index 504377c56e..2601ec133f 100644
--- a/files/ja/web/mathml/element/mo/index.html
+++ b/files/ja/web/mathml/element/mo/index.html
@@ -50,7 +50,7 @@ translation_of: Web/MathML/Element/mo
<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>
@@ -90,14 +90,14 @@ translation_of: Web/MathML/Element/mo
<dd>If <code>stretchy</code> is <code>true</code>, this attribute specifies the maximum size of the operator. Allowed values are:
<ul>
<li><code>infinity</code></li>
- <li>an arbitrary <a href="/en-US/docs/MathML/Attributes/Values#Lengths">length</a></li>
+ <li>an arbitrary <a href="/ja/docs/MathML/Attributes/Values#Lengths">length</a></li>
</ul>
</dd>
<dt id="attr-minsize">minsize</dt>
<dd>If <code>stretchy</code> is <code>true</code>, this attribute specifies the minimum size of the operator. Allowed values are:
<ul>
<li><code>infinity</code></li>
- <li>an arbitrary <a href="/en-US/docs/MathML/Attributes/Values#Lengths">length</a></li>
+ <li>an arbitrary <a href="/ja/docs/MathML/Attributes/Values#Lengths">length</a></li>
</ul>
</dd>
<dt id="attr-movablelimits">movablelimits</dt>
@@ -174,6 +174,6 @@ translation_of: Web/MathML/Element/mo
<ul>
<li>Starting with Gecko 16.0 {{ geckoRelease("16.0") }} the default values for <code>lspace</code> and <code>rspace</code> have been corrected to match the MathML3 specification. They now default to the constant <code>thickmathspace</code> (5/18em).</li>
<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/en-US/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>
<li>Any <a class="external" href="http://www.w3.org/TR/MathML3/chapter3.html#presm.lbattrs">linebreaking</a> or <a class="external" href="http://www.w3.org/TR/MathML3/chapter3.html#presm.lbindent.attrs">indentation attributes</a> are not implemented yet. See {{ bug("534962") }}.</li>
</ul>