diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-09-14 23:04:19 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-14 23:04:19 +0900 |
commit | a802ba37d66fb077a0fe4b9574839cb886135acf (patch) | |
tree | a31c2082387bd76072bfae45f1479bd00c5ddec1 /files/ja/web/mathml/element/mtable/index.html | |
parent | 57c4aff2c8160b2d5ebb7302874ba0d7f3fedf02 (diff) | |
download | translated-content-a802ba37d66fb077a0fe4b9574839cb886135acf.tar.gz translated-content-a802ba37d66fb077a0fe4b9574839cb886135acf.tar.bz2 translated-content-a802ba37d66fb077a0fe4b9574839cb886135acf.zip |
Web/m-w以下の文書内のリンクURLを正規化 (#2370)
- /en-US へのリンクを /ja へのリンクに修正
- /ja が付いていないものに /ja を付加
- MDN内のリンクが完全URLの場合、 /ja/docs からのURLに修正
Diffstat (limited to 'files/ja/web/mathml/element/mtable/index.html')
-rw-r--r-- | files/ja/web/mathml/element/mtable/index.html | 10 |
1 files changed, 5 insertions, 5 deletions
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 <code>align</code> attribute can end with a <em>rownumber</em> (e.g. <code>align="center 3"</code>). 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 <em>negative</em> values has been corrected ({{ bug(601436) }}). In Gecko 17.0 {{geckoRelease("17.0")}} the parsing has been updated to treat whitespace correctly.</dd> <dt id="attr-alignmentscope">alignmentscope</dt> <dt id="attr-class-id-style">class, id, style</dt> - <dd>Provided for use with <a href="/en-US/docs/CSS">stylesheets</a>.</dd> + <dd>Provided for use with <a href="/ja/docs/CSS">stylesheets</a>.</dd> <dt id="attr-columnalign">columnalign</dt> <dd>セル内の水平方向の揃えを指定します。スペース区切りで複数の値を書くこともでき,その場合,対応する列に適用されます(例:<code>columnalign="left right center"</code>)取り得る値は <code>left,center</code>(既定値)と <code>right</code> です。</dd> <dt id="attr-columnlines">columnlines</dt> @@ -46,11 +46,11 @@ translation_of: Web/MathML/Element/mtable <dt id="attr-href">href</dt> <dd>Used to set a hyperlink to a specified URI.</dd> <dt id="attr-mathbackground">mathbackground</dt> - <dd>The background color. You can use <code>#rgb</code>, <code>#rrggbb</code> and <a href="/en-US/docs/CSS/color_value#Color_Keywords">HTML color names</a>.</dd> + <dd>The background color. You can use <code>#rgb</code>, <code>#rrggbb</code> and <a href="/ja/docs/CSS/color_value#Color_Keywords">HTML color names</a>.</dd> <dt id="attr-mathcolor">mathcolor</dt> - <dd>The text color. You can use <code>#rgb</code>, <code>#rrggbb</code> and <a href="/en-US/docs/CSS/color_value#Color_Keywords">HTML color names</a>.</dd> + <dd>The text color. You can use <code>#rgb</code>, <code>#rrggbb</code> and <a href="/ja/docs/CSS/color_value#Color_Keywords">HTML color names</a>.</dd> <dt id="attr-minlabelspacing">minlabelspacing</dt> - <dd>A length value specifing the minimum space between a <a href="/en-US/docs/MathML/Element/mlabeledtr">label</a> and the adjacent cell in the row.</dd> + <dd>A length value specifing the minimum space between a <a href="/ja/docs/MathML/Element/mlabeledtr">label</a> and the adjacent cell in the row.</dd> <dt id="attr-rowalign">rowalign</dt> <dd>セルの垂直方向の揃えを指定します。スペース区切りで複数の値を書くこともでき,その場合,対応する行に適用されます(例:<code>rowalign="top bottom axis"</code>)。取り得る値は <code>axis,baseline</code>(既定値),<code>bottom,center</code> と <code>top</code> です。</dd> <dt id="attr-rowlines">rowlines</dt> @@ -60,7 +60,7 @@ translation_of: Web/MathML/Element/mtable <dt id="attr-side">side</dt> <dd>{{ MathMLElement("mlabeledtr") }} ラベル要素を置く場所を指定します。 取り得る値は <code>left</code>,<code>right</code>(既定値),<code>leftoverlap</code> と <code>rightoverlap</code> です。</dd> <dt id="attr-width">width</dt> - <dd>Specifies the width of the entire table. Accepts <a href="/en-US/docs/MathML/Attributes/Values#Lengths">length values</a>.</dd> + <dd>Specifies the width of the entire table. Accepts <a href="/ja/docs/MathML/Attributes/Values#Lengths">length values</a>.</dd> </dl> <h2 id="例">例</h2> |