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/mtable/index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'files/ja/web/mathml/element/mtable') 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.

-- cgit v1.2.3-54-g00ecf