--- title: SVGTest slug: Web/API/SVGTests tags: - API - NeedsExample - Reference - SVG - SVG DOM translation_of: Web/API/SVGTests ---
{{APIRef("SVG")}}

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

プロパティ

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

メソッド

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

仕様

仕様書 策定状況 コメント
{{SpecName("SVG2", "types.html#InterfaceSVGTests", "SVGTests")}} {{Spec2("SVG2")}} requiredFeatures プロパティと hasExtension() メソッドが削除された。
{{SpecName("SVG1.1", "types.html#InterfaceSVGTests", "SVGTests")}} {{Spec2("SVG1.1")}} 初期定義

ブラウザー実装状況

{{Compat("api.SVGTests")}}