aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/mathml/attribute/values
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
commit33058f2b292b3a581333bdfb21b8f671898c5060 (patch)
tree51c3e392513ec574331b2d3f85c394445ea803c6 /files/ja/web/mathml/attribute/values
parent8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff)
downloadtranslated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip
initial commit
Diffstat (limited to 'files/ja/web/mathml/attribute/values')
-rw-r--r--files/ja/web/mathml/attribute/values/index.html153
1 files changed, 153 insertions, 0 deletions
diff --git a/files/ja/web/mathml/attribute/values/index.html b/files/ja/web/mathml/attribute/values/index.html
new file mode 100644
index 0000000000..62feff0c78
--- /dev/null
+++ b/files/ja/web/mathml/attribute/values/index.html
@@ -0,0 +1,153 @@
+---
+title: Values
+slug: Web/MathML/Attribute/Values
+tags:
+ - Guide
+ - MathML
+ - MathML Reference
+translation_of: Web/MathML/Attribute/Values
+---
+<div>{{MathMLRef}}</div>
+
+<h2 id="Lengths">Lengths</h2>
+
+<p>いくつかの MathML プレゼンテーション要素には、サイズまたは間隔に使用される長さの値を受け入れる属性があります。 MathML は、長さを指定するための様々な単位と定数を受け入れます。</p>
+
+<h3 id="単位">単位</h3>
+
+<table class="standard-table">
+ <thead>
+ <tr>
+ <th>単位</th>
+ <th>説明</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td><code>em</code></td>
+ <td>{{ Cssxref("font-size", "Font-relative") }} unit</td>
+ </tr>
+ <tr>
+ <td><code>ex</code></td>
+ <td>{{ Cssxref("font-size", "Font-relative") }} unit. (The "x"-height of the element, <code>1ex ≈ 0.5em</code> in many fonts)</td>
+ </tr>
+ <tr>
+ <td><code>px</code></td>
+ <td>Pixels</td>
+ </tr>
+ <tr>
+ <td><code>in</code></td>
+ <td>Inches (1 inch = 2.54 centimeters)</td>
+ </tr>
+ <tr>
+ <td><code>cm</code></td>
+ <td>センチメートル</td>
+ </tr>
+ <tr>
+ <td><code>mm</code></td>
+ <td>ミリメートル</td>
+ </tr>
+ <tr>
+ <td><code>pt</code></td>
+ <td>Points (1 point = 1/72 inch)</td>
+ </tr>
+ <tr>
+ <td><code>pc</code></td>
+ <td>Picas (1 pica = 12 points)</td>
+ </tr>
+ <tr>
+ <td><code>%</code></td>
+ <td>Percentage of the default value.</td>
+ </tr>
+ </tbody>
+</table>
+
+<h3 id="定数">定数</h3>
+
+<p>{{deprecated_header}}</p>
+
+<p>以下の廃止された定数の代わりは次のとおりです:</p>
+
+<pre class="notranslate"><code>veryverythinmathspace =&gt; 0.05555555555555555em
+verythinmathspace =&gt; 0.1111111111111111em
+thinmathspace =&gt; 0.16666666666666666em
+mediummathspace =&gt; 0.2222222222222222em
+thickmathspace =&gt; 0.2777777777777778em
+verythickmathspace =&gt; 0.3333333333333333em
+veryverythickmathspace =&gt; 0.3888888888888889em</code></pre>
+
+<table class="standard-table">
+ <thead>
+ <tr>
+ <th>定数</th>
+ <th>値</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td><code>veryverythinmathspace</code></td>
+ <td>1/18<code>em</code></td>
+ </tr>
+ <tr>
+ <td><code>verythinmathspace</code></td>
+ <td>2/18<code>em</code></td>
+ </tr>
+ <tr>
+ <td><code>thinmathspace</code></td>
+ <td>3/18<code>em</code></td>
+ </tr>
+ <tr>
+ <td><code>mediummathspace</code></td>
+ <td>4/18<code>em</code></td>
+ </tr>
+ <tr>
+ <td><code>thickmathspace</code></td>
+ <td>5/18<code>em</code></td>
+ </tr>
+ <tr>
+ <td><code>verythickmathspace</code></td>
+ <td>6/18<code>em</code></td>
+ </tr>
+ <tr>
+ <td><code>veryverythickmathspace</code></td>
+ <td>7/18<code>em</code></td>
+ </tr>
+ </tbody>
+ <thead>
+ <tr>
+ <th colspan="2">Negative <em>contstants</em> are introduced in Gecko 7.0 {{ geckoRelease("7.0") }} ({{ bug(650530) }})</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td><code>negativeveryverythinmathspace</code></td>
+ <td>-1/18<code>em</code></td>
+ </tr>
+ <tr>
+ <td><code>negativeverythinmathspace</code></td>
+ <td>-2/18<code>em</code></td>
+ </tr>
+ <tr>
+ <td><code>negativethinmathspace</code></td>
+ <td>-3/18<code>em</code></td>
+ </tr>
+ <tr>
+ <td><code>negativemediummathspace</code></td>
+ <td>-4/18<code>em</code></td>
+ </tr>
+ <tr>
+ <td><code>negativethickmathspace</code></td>
+ <td>-5/18<code>em</code></td>
+ </tr>
+ <tr>
+ <td><code>negativeverythickmathspace</code></td>
+ <td>-6/18<code>em</code></td>
+ </tr>
+ <tr>
+ <td><code>negativeveryverythickmathspace</code></td>
+ <td>-7/18<code>em</code></td>
+ </tr>
+ </tbody>
+</table>
+
+<p>Note: <a class="external" href="http://www.w3.org/TR/MathML3/chapter3.html#id.3.3.4.2.1" rel="external" title="http://www.w3.org/TR/MathML3/chapter3.html#id.3.3.4.2.1">Namedspace のバインディングの廃止</a> は MathML3 で行われ、 Gecko 15.0 {{ geckoRelease("15.0") }} で削除されました。 (<a class="external" href="https://bugzilla.mozilla.org/show_bug.cgi?id=673759" rel="external">bug 673759</a>).</p>