From 43a82b39921efb5886cfe4b11f3cb3edb092bb9b Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Tue, 21 Jan 2025 01:47:50 +0900 Subject: [PATCH] =?UTF-8?q?2024/08/15=20=E6=99=82=E7=82=B9=E3=81=AE?= =?UTF-8?q?=E8=8B=B1=E8=AA=9E=E7=89=88=E3=81=AB=E5=9F=BA=E3=81=A5=E3=81=8D?= =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/ja/web/mathml/values/index.md | 36 ++++++++++++++--------------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/files/ja/web/mathml/values/index.md b/files/ja/web/mathml/values/index.md index d83dec2c61fb32..ad8e3aa04fff21 100644 --- a/files/ja/web/mathml/values/index.md +++ b/files/ja/web/mathml/values/index.md @@ -2,7 +2,7 @@ title: MathML の属性値 slug: Web/MathML/Values l10n: - sourceCommit: 6d606174faaedaa5dee7b7ebd87602cd51e5dd7e + sourceCommit: 1bb0a2834d8e90495319ee9e52ecbc55e856e913 --- {{MathMLRef}} @@ -18,7 +18,7 @@ l10n: {{deprecated_header}} -[``](/ja/docs/Web/CSS/length-percentage) の代わりに、 MathML は独自の[長さを記述するための型](https://www.w3.org/TR/MathML3/chapter2.html#type.length)を定義していました。受け入れられる値には、単位のないゼロ以外の長さの値(例えば、 `500%` を意味する `5`)、ドットで終わる数字を含む値(例えば、 `34.px`)、名前付きの空間(例えば、 `thinmathspace`)が含まれていました。互換性のために、等価な [``](/ja/docs/Web/CSS/percentage) 値でゼロでない単位なしの長さの値を置き換えること、数字で不要なドットを削除すること、名前付きの長さには以下の置き換えを使用することが推奨されています。 +{{cssxref("length-percentage")}} の代わりに、 MathML は独自の[長さを記述するための型](https://www.w3.org/TR/MathML3/chapter2.html#type.length)を定義していました。受け入れられる値には、単位のないゼロ以外の長さの値(例えば、 `500%` を意味する `5`)、ドットで終わる数字を含む値(例えば、 `34.px`)、名前付きの空間(例えば、 `thinmathspace`)が含まれていました。互換性のために、等価な {{cssxref("percentage")}} 値でゼロでない単位なしの長さの値を置き換えること、数字で不要なドットを削除すること、名前付きの長さには以下の置き換えを使用することが推奨されています。 ```plain veryverythinmathspace => 0.05555555555555555em @@ -46,22 +46,22 @@ veryverythickmathspace => 0.3888888888888889em ### 定数 -| 定数 | 値 | -| -------------------------------- | --------- | -| `veryverythinmathspace` | 1/18`em` | -| `verythinmathspace` | 2/18`em` | -| `thinmathspace` | 3/18`em` | -| `mediummathspace` | 4/18`em` | -| `thickmathspace` | 5/18`em` | -| `verythickmathspace` | 6/18`em` | -| `veryverythickmathspace` | 7/18`em` | -| `negativeveryverythinmathspace` | -1/18`em` | -| `negativeverythinmathspace` | -2/18`em` | -| `negativethinmathspace` | -3/18`em` | -| `negativemediummathspace` | -4/18`em` | -| `negativethickmathspace` | -5/18`em` | -| `negativeverythickmathspace` | -6/18`em` | -| `negativeveryverythickmathspace` | -7/18`em` | +| 定数 | 値 | +| -------------------------------- | ---------- | +| `veryverythinmathspace` | 1/18 `em` | +| `verythinmathspace` | 2/18 `em` | +| `thinmathspace` | 3/18 `em` | +| `mediummathspace` | 4/18 `em` | +| `thickmathspace` | 5/18 `em` | +| `verythickmathspace` | 6/18 `em` | +| `veryverythickmathspace` | 7/18 `em` | +| `negativeveryverythinmathspace` | -1/18 `em` | +| `negativeverythinmathspace` | -2/18 `em` | +| `negativethinmathspace` | -3/18 `em` | +| `negativemediummathspace` | -4/18 `em` | +| `negativethickmathspace` | -5/18 `em` | +| `negativeverythickmathspace` | -6/18 `em` | +| `negativeveryverythickmathspace` | -7/18 `em` | ## ブラウザーの互換性