diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
commit | 33058f2b292b3a581333bdfb21b8f671898c5060 (patch) | |
tree | 51c3e392513ec574331b2d3f85c394445ea803c6 /files/ja/web/api/svgtextelement | |
parent | 8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff) | |
download | translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2 translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip |
initial commit
Diffstat (limited to 'files/ja/web/api/svgtextelement')
-rw-r--r-- | files/ja/web/api/svgtextelement/index.html | 97 |
1 files changed, 97 insertions, 0 deletions
diff --git a/files/ja/web/api/svgtextelement/index.html b/files/ja/web/api/svgtextelement/index.html new file mode 100644 index 0000000000..9943975c62 --- /dev/null +++ b/files/ja/web/api/svgtextelement/index.html @@ -0,0 +1,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> |