Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web/MathML/Values を更新 #25513

Merged
merged 1 commit into from
Jan 25, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 18 additions & 18 deletions files/ja/web/mathml/values/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: MathML の属性値
slug: Web/MathML/Values
l10n:
sourceCommit: 6d606174faaedaa5dee7b7ebd87602cd51e5dd7e
sourceCommit: 1bb0a2834d8e90495319ee9e52ecbc55e856e913
---

{{MathMLRef}}
Expand All @@ -18,7 +18,7 @@ l10n:

{{deprecated_header}}

[`<length-percentage>`](/ja/docs/Web/CSS/length-percentage) の代わりに、 MathML は独自の[長さを記述するための型](https://www.w3.org/TR/MathML3/chapter2.html#type.length)を定義していました。受け入れられる値には、単位のないゼロ以外の長さの値(例えば、 `500%` を意味する `5`)、ドットで終わる数字を含む値(例えば、 `34.px`)、名前付きの空間(例えば、 `thinmathspace`)が含まれていました。互換性のために、等価な [`<percentage>`](/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
Expand Down Expand Up @@ -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` |

## ブラウザーの互換性

Expand Down
Loading