aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/svg/attribute/accent-height
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/svg/attribute/accent-height')
-rw-r--r--files/ja/web/svg/attribute/accent-height/index.html68
1 files changed, 68 insertions, 0 deletions
diff --git a/files/ja/web/svg/attribute/accent-height/index.html b/files/ja/web/svg/attribute/accent-height/index.html
new file mode 100644
index 0000000000..ba8cbf9beb
--- /dev/null
+++ b/files/ja/web/svg/attribute/accent-height/index.html
@@ -0,0 +1,68 @@
+---
+title: accent-height
+slug: Web/SVG/Attribute/accent-height
+tags:
+ - Deprecated
+ - NeedsExample
+ - SVG
+ - SVG Attribute
+translation_of: Web/SVG/Attribute/accent-height
+---
+<div>{{SVGRef}}{{deprecated_header}}</div>
+
+<p><strong><code>accent-height</code></strong>属性は原点からアクセント文字の上端までの距離を定義します。これはフォント座標系で測られる距離です。</p>
+
+<p>1つの要素のみがこの属性を使用します: {{SVGElement("font-face")}}</p>
+
+<h2 id="font-face" name="font-face">font-face</h2>
+
+<p>{{SVGElement("font-face")}}に対して、<code>accent-height</code>は原点からアクセント文字の上端までの距離を定義します。これはフォント座標系で測られる距離です。</p>
+
+<table class="properties">
+ <tbody>
+ <tr>
+ <th scope="row">値</th>
+ <td><a href="/ja/docs/Web/SVG/Content_type#Number">&lt;number&gt;</a></td>
+ </tr>
+ <tr>
+ <th scope="row">既定値</th>
+ <td>Value of {{SVGAttr("ascent")}}</td>
+ </tr>
+ <tr>
+ <th scope="row">アニメーション可否</th>
+ <td>いいえ</td>
+ </tr>
+ </tbody>
+</table>
+
+<h2 id="Specifications" name="Specifications">仕様</h2>
+
+<table class="standard-table">
+ <thead>
+ <tr>
+ <th scope="col">仕様書</th>
+ <th scope="col">策定状況</th>
+ <th scope="col">コメント</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>{{SpecName("SVG1.1", "fonts.html#FontFaceElementAccentHeightAttribute", "accent-height")}}</td>
+ <td>{{Spec2("SVG1.1")}}</td>
+ <td>初期定義</td>
+ </tr>
+ </tbody>
+</table>
+
+<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザー実装状況</h2>
+
+
+
+<p>{{Compat("svg.elements.font-face.accent-height")}}</p>
+
+<h2 id="See_also" name="See_also">関連情報</h2>
+
+<ul>
+ <li>{{SVGAttr("cap-height")}}</li>
+ <li>{{SVGAttr("x-height")}}</li>
+</ul>