From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/ja/web/api/svgtests/index.html | 60 ++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 files/ja/web/api/svgtests/index.html (limited to 'files/ja/web/api/svgtests') diff --git a/files/ja/web/api/svgtests/index.html b/files/ja/web/api/svgtests/index.html new file mode 100644 index 0000000000..b0fcedd045 --- /dev/null +++ b/files/ja/web/api/svgtests/index.html @@ -0,0 +1,60 @@ +--- +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")}}

-- cgit v1.2.3-54-g00ecf