blob: 9943975c6289f3da26021e00c5641f1597e9ddcf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
|
---
title: SVGTextElement
slug: Web/API/SVGTextElement
translation_of: Web/API/SVGTextElement
---
<h2 id="SVG_text_DOM_interface" name="SVG_text_DOM_interface">SVGTextElement インタフェース</h2>
<p><code>SVGTextElement</code> インタフェースは {{SVGElement("text")}} 要素に対応するインタフェースです。</p>
<h3 id="Interface_overview" name="Interface_overview">インタフェースの概要</h3>
<table class="standard-table">
<tbody>
<tr>
<th scope="row">実装インタフェース</th>
<td>{{domxref("SVGTextPositioningElement")}} 、 {{domxref("SVGTransformable")}}</td>
</tr>
<tr>
<th scope="row">メソッド</th>
<td><em>無し</em></td>
</tr>
<tr>
<th scope="row">プロパティ</th>
<td><em>無し</em></td>
</tr>
<tr>
<th scope="row">標準文書</th>
<td><a href="http://www.w3.org/TR/SVG/text.html#InterfaceSVGTextElement" title="http://www.w3.org/TR/SVG/text.html#InterfaceSVGTextElement">SVG 1.1 (2nd Edition)</a></td>
</tr>
</tbody>
</table>
<h2 id="Properties" name="Properties">プロパティ</h2>
<p>固有のプロパティはありません。</p>
<h2 id="Methods" name="Methods">メソッド</h2>
<p>固有のメソッドはありません。</p>
<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザ実装状況</h2>
<div>{{CompatibilityTable}}</div>
<div id="compat-desktop">
<table class="compat-table">
<tbody>
<tr>
<th>機能</th>
<th>Chrome</th>
<th>Firefox (Gecko)</th>
<th>Internet Explorer</th>
<th>Opera</th>
<th>Safari (WebKit)</th>
</tr>
<tr>
<td>基本サポート</td>
<td>{{CompatVersionUnknown}}</td>
<td>{{CompatVersionUnknown}}</td>
<td>{{CompatVersionUnknown}}</td>
<td>{{CompatVersionUnknown}}</td>
<td>{{CompatVersionUnknown}}</td>
</tr>
</tbody>
</table>
</div>
<div id="compat-mobile">
<table class="compat-table">
<tbody>
<tr>
<th>機能</th>
<th>Android</th>
<th>Firefox Mobile (Gecko)</th>
<th>IE Mobile</th>
<th>Opera Mobile</th>
<th>Safari Mobile</th>
</tr>
<tr>
<td>基本サポート</td>
<td>{{CompatNo}}</td>
<td>{{CompatVersionUnknown}}</td>
<td>{{CompatUnknown}}</td>
<td>{{CompatVersionUnknown}}</td>
<td>{{CompatVersionUnknown}}</td>
</tr>
</tbody>
</table>
</div>
<h2 id="See_also" name="See_also">関連情報</h2>
<ul>
<li>{{SVGElement("text")}} SVG 要素</li>
</ul>
|