diff options
author | MDN <actions@users.noreply.github.com> | 2021-05-18 00:44:37 +0000 |
---|---|---|
committer | MDN <actions@users.noreply.github.com> | 2021-05-18 00:44:37 +0000 |
commit | 40edc745dfb5c152e12080748f9357b376e8dbe9 (patch) | |
tree | 00507f03ddb986f86fab1b6280661d4010a05b03 /files/ja/web/api/svgtransformable/index.html | |
parent | ffc1c18ba7f546ef8103ad587592a2cfaf88e609 (diff) | |
download | translated-content-40edc745dfb5c152e12080748f9357b376e8dbe9.tar.gz translated-content-40edc745dfb5c152e12080748f9357b376e8dbe9.tar.bz2 translated-content-40edc745dfb5c152e12080748f9357b376e8dbe9.zip |
[CRON] sync translated content
Diffstat (limited to 'files/ja/web/api/svgtransformable/index.html')
-rw-r--r-- | files/ja/web/api/svgtransformable/index.html | 73 |
1 files changed, 0 insertions, 73 deletions
diff --git a/files/ja/web/api/svgtransformable/index.html b/files/ja/web/api/svgtransformable/index.html deleted file mode 100644 index 5683065157..0000000000 --- a/files/ja/web/api/svgtransformable/index.html +++ /dev/null @@ -1,73 +0,0 @@ ---- -title: SVGTransformable -slug: Web/API/SVGTransformable -tags: - - API - - NeedsExample - - Reference - - Référence(2) - - SVG - - SVG DOM -translation_of: Web/API/SVGTransformable ---- -<div>{{APIRef("SVG")}}</div> - -<h2 id="SVG_transformable_interface">SVG transformable interface</h2> - -<p>インターフェイス <code>SVGTransformable</code> には、属性 {{ SVGAttr("transform") }}. を持つ全ての要素に適用されるプロパティとメソッドが含まれています。</p> - -<h3 id="インターフェイスの概要">インターフェイスの概要</h3> - -<table class="standard-table"> - <tbody> - <tr> - <th scope="row">Also implement</th> - <td><em>無し</em></td> - </tr> - <tr> - <th scope="row">Methods</th> - <td><em>無し</em></td> - </tr> - <tr> - <th scope="row">Properties</th> - <td> - <ul> - <li>読み取り専用 {{ domxref("SVGAnimatedTransformList") }} <code>transform</code></li> - </ul> - </td> - </tr> - <tr> - <th scope="row">Normative document</th> - <td><a class="external" href="http://www.w3.org/TR/SVG11/types.html#InterfaceSVGTransformable" title="http://www.w3.org/TR/SVG11/types.html#InterfaceSVGTransformable">SVG 1.1 (2nd Edition)</a></td> - </tr> - </tbody> -</table> - -<h2 id="プロパティ">プロパティ</h2> - -<table class="standard-table"> - <thead> - <tr> - <th>名前</th> - <th>型</th> - <th>説明</th> - </tr> - </thead> - <tbody> - <tr> - <td><code>transform</code></td> - <td>{{ domxref("SVGAnimatedTransformList") }}</td> - <td>指定された要素の属性 {{ SVGAttr("transform") }} に対応します。</td> - </tr> - </tbody> -</table> - -<h2 id="メソッド">メソッド</h2> - -<p><code>SVGTransformable</code> インターフェイスは、特定のメソッドを提供しません。</p> - -<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザー実装状況</h2> - - - -<p>{{Compat("api.SVGTransformable")}}</p> |