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/index.html | 8 ++++---- files/ja/web/mathml/element/mfenced/index.html | 4 ++-- files/ja/web/mathml/element/mfrac/index.html | 2 +- files/ja/web/mathml/element/mi/index.html | 4 ++-- files/ja/web/mathml/element/mmultiscripts/index.html | 10 +++++----- files/ja/web/mathml/element/mn/index.html | 4 ++-- files/ja/web/mathml/element/mo/index.html | 8 ++++---- files/ja/web/mathml/element/mover/index.html | 6 +++--- files/ja/web/mathml/element/mphantom/index.html | 4 ++-- files/ja/web/mathml/element/mspace/index.html | 4 ++-- files/ja/web/mathml/element/msub/index.html | 8 ++++---- files/ja/web/mathml/element/msup/index.html | 8 ++++---- files/ja/web/mathml/element/mtable/index.html | 10 +++++----- files/ja/web/mathml/element/mtext/index.html | 4 ++-- 14 files changed, 42 insertions(+), 42 deletions(-) (limited to 'files/ja/web/mathml/element') diff --git a/files/ja/web/mathml/element/index.html b/files/ja/web/mathml/element/index.html index a0b50d1e43..a2195bb00f 100644 --- a/files/ja/web/mathml/element/index.html +++ b/files/ja/web/mathml/element/index.html @@ -112,14 +112,14 @@ translation_of: Web/MathML/Element

他の要素

関連情報

diff --git a/files/ja/web/mathml/element/mfenced/index.html b/files/ja/web/mathml/element/mfenced/index.html index 210ce30041..c89e7f5c8c 100644 --- a/files/ja/web/mathml/element/mfenced/index.html +++ b/files/ja/web/mathml/element/mfenced/index.html @@ -19,9 +19,9 @@ translation_of: Web/MathML/Element/mfenced
href
指定されたURIへのハイパーリンクを設定するために使用されます。
mathbackground
-
背景色。##rgb#rrggbb、およびHTMLの色名を使用できます。
+
背景色。##rgb#rrggbb、およびHTMLの色名を使用できます。
mathcolor
-
テキストの色と分数数線の色。 #rgb#rrggbb、およびHTMLの色名を使用できます。
+
テキストの色と分数数線の色。 #rgb#rrggbb、およびHTMLの色名を使用できます。
open
開き記号の文字列を与えます。既定値は "(" です。空白文字はすべて無くされます。
separators
diff --git a/files/ja/web/mathml/element/mfrac/index.html b/files/ja/web/mathml/element/mfrac/index.html index 567cf6bb87..b61285d674 100644 --- a/files/ja/web/mathml/element/mfrac/index.html +++ b/files/ja/web/mathml/element/mfrac/index.html @@ -26,7 +26,7 @@ translation_of: Web/MathML/Element/mfrac
スタイルシート で装飾を行なう際に使われます。
denomalign {{deprecated_inline}}
分数の下に分母をどう揃えるかを指定します。取り得る値は leftcenter (既定値) と right です。
- この属性は、非推奨で近日中に廃止されます。代わりに CSS を用いて text-align を指定してください。
+ この属性は、非推奨で近日中に廃止されます。代わりに CSS を用いて text-align を指定してください。
href
特定の URI へのハイパーリンクを設定するのに使われます。
linethickness
diff --git a/files/ja/web/mathml/element/mi/index.html b/files/ja/web/mathml/element/mi/index.html index ee4ed66910..4f8eafe3ab 100644 --- a/files/ja/web/mathml/element/mi/index.html +++ b/files/ja/web/mathml/element/mi/index.html @@ -26,7 +26,7 @@ translation_of: Web/MathML/Element/mi
  • 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.
  • @@ -113,5 +113,5 @@ translation_of: Web/MathML/Element/mi diff --git a/files/ja/web/mathml/element/mmultiscripts/index.html b/files/ja/web/mathml/element/mmultiscripts/index.html index e7f6217cd3..40165c6cb6 100644 --- a/files/ja/web/mathml/element/mmultiscripts/index.html +++ b/files/ja/web/mathml/element/mmultiscripts/index.html @@ -22,17 +22,17 @@ translation_of: Web/MathML/Element/mmultiscripts
    class, id, style
    -
    Provided for use with stylesheets.
    +
    Provided for use with stylesheets.
    href
    特定の URI へのハイパーリンクをセットするのに使います。
    mathbackground
    -
    背景色。#rgb, #rrggbb および HTML color names が使えます。
    +
    背景色。#rgb, #rrggbb および HTML color names が使えます。
    mathcolor
    -
    文字色。#rgb, #rrggbb および HTML color names が使えます。
    +
    文字色。#rgb, #rrggbb および HTML color names が使えます。
    subscriptshift
    -
    The minimum space by which to shift the subscript below the baseline of the expression, as a CSS length.
    +
    The minimum space by which to shift the subscript below the baseline of the expression, as a CSS length.
    superscriptshift
    -
    The minimum space by which to shift the superscript above the baseline of the expression, as a CSS length.
    +
    The minimum space by which to shift the superscript above the baseline of the expression, as a CSS length.

    diff --git a/files/ja/web/mathml/element/mn/index.html b/files/ja/web/mathml/element/mn/index.html index 21d4fb2b84..94c9a6e47e 100644 --- a/files/ja/web/mathml/element/mn/index.html +++ b/files/ja/web/mathml/element/mn/index.html @@ -31,7 +31,7 @@ translation_of: Web/MathML/Element/mn
  • small: Font is rendered smaller than the current font size.
  • normal: Equivalent to 100% or 1em.
  • bigFont is rendered larger than the current font size.
  • -
  • a custom length.
  • +
  • a custom length.
  • or a unitless value which multiplies the default.
  • @@ -120,5 +120,5 @@ translation_of: Web/MathML/Element/mn 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 diff --git a/files/ja/web/mathml/element/mover/index.html b/files/ja/web/mathml/element/mover/index.html index 2d6619d9a1..25a137a62a 100644 --- a/files/ja/web/mathml/element/mover/index.html +++ b/files/ja/web/mathml/element/mover/index.html @@ -19,13 +19,13 @@ translation_of: Web/MathML/Element/mover
    align
    オーバースクリプトの揃え位置。取り得る値は:left, center および right.
    class, id, style
    -
    Provided for use with stylesheets.
    +
    Provided for use with stylesheets.
    href
    Used to set a hyperlink to a specified URI.
    mathbackground
    -
    The background color. You can use #rgb, #rrggbb and HTML color names.
    +
    The background color. You can use #rgb, #rrggbb and HTML color names.
    mathcolor
    -
    The text color. You can use #rgb, #rrggbb and HTML color names.
    +
    The text color. You can use #rgb, #rrggbb and HTML color names.

    diff --git a/files/ja/web/mathml/element/mphantom/index.html b/files/ja/web/mathml/element/mphantom/index.html index b3e3e2c36b..196fbc9f49 100644 --- a/files/ja/web/mathml/element/mphantom/index.html +++ b/files/ja/web/mathml/element/mphantom/index.html @@ -11,9 +11,9 @@ translation_of: Web/MathML/Element/mphantom
    class, id, style
    -
    Provided for use with stylesheets.
    +
    Provided for use with stylesheets.
    mathbackground
    -
    背景色。#rgb, #rrggbb および HTML color names を用いることができる。
    +
    背景色。#rgb, #rrggbb および HTML color names を用いることができる。

    diff --git a/files/ja/web/mathml/element/mspace/index.html b/files/ja/web/mathml/element/mspace/index.html index c5f70af81c..db5cb6ae68 100644 --- a/files/ja/web/mathml/element/mspace/index.html +++ b/files/ja/web/mathml/element/mspace/index.html @@ -11,7 +11,7 @@ translation_of: Web/MathML/Element/mspace
    class, id, style
    -
    Provided for use with stylesheets.
    +
    Provided for use with stylesheets.
    depth
    ベースラインからの希望の深さ(値と単位については length 参照)
    height
    @@ -19,7 +19,7 @@ translation_of: Web/MathML/Element/mspace
    linebreak
    この空白における改行について。取り得る値は auto(規定値),newline,nobreak,goodbreakbadbreak。MathML 3 以降は改行を制御するのに {{ MathMLElement("mo") }} を用いるのが好ましい。
    mathbackground
    -
    The background color. You can use #rgb, #rrggbb and HTML color names.
    +
    The background color. You can use #rgb, #rrggbb and HTML color names.
    width
    希望の幅(値と単位については length 参照)
    diff --git a/files/ja/web/mathml/element/msub/index.html b/files/ja/web/mathml/element/msub/index.html index 3e4f44c00f..e4be6d7edc 100644 --- a/files/ja/web/mathml/element/msub/index.html +++ b/files/ja/web/mathml/element/msub/index.html @@ -12,15 +12,15 @@ translation_of: Web/MathML/Element/msub
    class, id, style
    -
    Provided for use with stylesheets.
    +
    Provided for use with stylesheets.
    href
    Used to set a hyperlink to a specified URI.
    mathbackground
    -
    The background color. You can use #rgb, #rrggbb and HTML color names.
    +
    The background color. You can use #rgb, #rrggbb and HTML color names.
    mathcolor
    -
    The text color. You can use #rgb, #rrggbb and HTML color names.
    +
    The text color. You can use #rgb, #rrggbb and HTML color names.
    subscriptshift
    -
    下付き部分を本体のベースラインから下げる最小量を length value として指定します。
    +
    下付き部分を本体のベースラインから下げる最小量を length value として指定します。

    diff --git a/files/ja/web/mathml/element/msup/index.html b/files/ja/web/mathml/element/msup/index.html index 5d96ed2046..c1dc2d21c1 100644 --- a/files/ja/web/mathml/element/msup/index.html +++ b/files/ja/web/mathml/element/msup/index.html @@ -12,15 +12,15 @@ translation_of: Web/MathML/Element/msup
    class, id, style
    -
    Provided for use with stylesheets.
    +
    Provided for use with stylesheets.
    href
    Used to set a hyperlink to a specified URI.
    mathbackground
    -
    The background color. You can use #rgb, #rrggbb and HTML color names.
    +
    The background color. You can use #rgb, #rrggbb and HTML color names.
    mathcolor
    -
    The text color. You can use #rgb, #rrggbb and HTML color names.
    +
    The text color. You can use #rgb, #rrggbb and HTML color names.
    superscriptshift
    -
    上付き部分を本体のベースラインから持ち上げる最小の量を length value. で指定します。
    +
    上付き部分を本体のベースラインから持ち上げる最小の量を length value. で指定します。

    diff --git a/files/ja/web/mathml/element/mtable/index.html b/files/ja/web/mathml/element/mtable/index.html index 2d4c746517..c76c578e91 100644 --- a/files/ja/web/mathml/element/mtable/index.html +++ b/files/ja/web/mathml/element/mtable/index.html @@ -23,7 +23,7 @@ translation_of: Web/MathML/Element/mtable In addition, values of the align attribute can end with a rownumber (e.g. align="center 3"). This allows you to align the specified row of the table rather than the whole table. A negative Integer value counts rows from the bottom of the table. Starting with Gecko 8.0 {{ geckoRelease("8.0") }} the interpretation of negative values has been corrected ({{ bug(601436) }}). In Gecko 17.0 {{geckoRelease("17.0")}} the parsing has been updated to treat whitespace correctly.
    alignmentscope
    class, id, style
    -
    Provided for use with stylesheets.
    +
    Provided for use with stylesheets.
    columnalign
    セル内の水平方向の揃えを指定します。スペース区切りで複数の値を書くこともでき,その場合,対応する列に適用されます(例:columnalign="left right center")取り得る値は left,center(既定値)と right です。
    columnlines
    @@ -46,11 +46,11 @@ translation_of: Web/MathML/Element/mtable
    href
    Used to set a hyperlink to a specified URI.
    mathbackground
    -
    The background color. You can use #rgb, #rrggbb and HTML color names.
    +
    The background color. You can use #rgb, #rrggbb and HTML color names.
    mathcolor
    -
    The text color. You can use #rgb, #rrggbb and HTML color names.
    +
    The text color. You can use #rgb, #rrggbb and HTML color names.
    minlabelspacing
    -
    A length value specifing the minimum space between a label and the adjacent cell in the row.
    +
    A length value specifing the minimum space between a label and the adjacent cell in the row.
    rowalign
    セルの垂直方向の揃えを指定します。スペース区切りで複数の値を書くこともでき,その場合,対応する行に適用されます(例:rowalign="top bottom axis")。取り得る値は axis,baseline(既定値),bottom,centertop です。
    rowlines
    @@ -60,7 +60,7 @@ translation_of: Web/MathML/Element/mtable
    side
    {{ MathMLElement("mlabeledtr") }} ラベル要素を置く場所を指定します。 取り得る値は leftright(既定値),leftoverlaprightoverlap です。
    width
    -
    Specifies the width of the entire table. Accepts length values.
    +
    Specifies the width of the entire table. Accepts length values.

    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
  • 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.
  • @@ -116,5 +116,5 @@ translation_of: Web/MathML/Element/mtext -- cgit v1.2.3-54-g00ecf