From a802ba37d66fb077a0fe4b9574839cb886135acf Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Tue, 14 Sep 2021 23:04:19 +0900 Subject: Web/m-w以下の文書内のリンクURLを正規化 (#2370) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - /en-US へのリンクを /ja へのリンクに修正 - /ja が付いていないものに /ja を付加 - MDN内のリンクが完全URLの場合、 /ja/docs からのURLに修正 --- files/ja/web/mathml/element/mo/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'files/ja/web/mathml/element/mo') 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
  • small: Font is rendered smaller than the current font size.
  • normal: Equivalent to 100% or 1em.
  • big: Font is rendered larger than the current font size.
  • -
  • a custom length.
  • +
  • a custom length.
  • or a unitless value which multiplies the default.
  • @@ -90,14 +90,14 @@ translation_of: Web/MathML/Element/mo
    If stretchy is true, this attribute specifies the maximum size of the operator. Allowed values are:
    minsize
    If stretchy is true, this attribute specifies the minimum size of the operator. Allowed values are:
    movablelimits
    @@ -174,6 +174,6 @@ translation_of: Web/MathML/Element/mo -- cgit v1.2.3-54-g00ecf