aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/svgtests/index.html
blob: b0fcedd04592e04854db0c0cc8a896fb91dc39dd (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
---
title: SVGTest
slug: Web/API/SVGTests
tags:
  - API
  - NeedsExample
  - Reference
  - SVG
  - SVG DOM
translation_of: Web/API/SVGTests
---
<div>{{APIRef("SVG")}}</div>

<p><strong><code>SVGTests</code></strong> インターフェイスは条件的な属性処理の反映に使われて、その属性をサポートする要素のための他のインターフェイスと混ざります。</p>

<h2 id="Properties" name="Properties">プロパティ</h2>

<dl>
 <dt>{{domxref("SVGTests.requiredFeatures")}} {{ReadOnlyInline}} {{obsolete_inline()}}</dt>
 <dd>{{domxref("SVGStringList")}} で、所与の要素の {{SVGAttr("requiredFeatures")}} 属性に対応する。</dd>
 <dt>{{domxref("SVGTests.requiredExtensions")}} {{ReadOnlyInline}}</dt>
 <dd>{{domxref("SVGStringList")}} で、所与の要素の {{SVGAttr("requiredExtensions")}} 属性に対応する。</dd>
 <dt>{{domxref("SVGTests.systemLanguage")}} {{ReadOnlyInline}}</dt>
 <dd>{{domxref("SVGStringList")}} で、所与の属性の {{SVGAttr("systemLanguage")}} 属性に対応する。</dd>
</dl>

<h2 id="Methods" name="Methods">メソッド</h2>

<dl>
 <dt>{{domxref("SVGTests.hasExtension()")}} {{ReadOnlyInline}} {{obsolete_inline()}}</dt>
 <dd>ブラウザーが、URIで指定される拡張子をサポートする場合 <code>true</code></dd>
</dl>

<h2 id="Specifications" name="Specifications">仕様</h2>

<table class="standard-table">
 <tbody>
  <tr>
   <th scope="col">仕様書</th>
   <th scope="col">策定状況</th>
   <th scope="col">コメント</th>
  </tr>
  <tr>
   <td>{{SpecName("SVG2", "types.html#InterfaceSVGTests", "SVGTests")}}</td>
   <td>{{Spec2("SVG2")}}</td>
   <td><code>requiredFeatures</code> プロパティと <code>hasExtension()</code> メソッドが削除された。</td>
  </tr>
  <tr>
   <td>{{SpecName("SVG1.1", "types.html#InterfaceSVGTests", "SVGTests")}}</td>
   <td>{{Spec2("SVG1.1")}}</td>
   <td>初期定義</td>
  </tr>
 </tbody>
</table>

<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザー実装状況</h2>



<p>{{Compat("api.SVGTests")}}</p>