From 3abeb963b17548b415a013a43aa1f4284541b8bb Mon Sep 17 00:00:00 2001 From: MDN Date: Wed, 2 Jun 2021 02:00:22 +0000 Subject: [CRON] sync translated content --- files/ja/orphaned/web/api/svgtests/index.html | 61 +++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 files/ja/orphaned/web/api/svgtests/index.html (limited to 'files/ja/orphaned/web/api') diff --git a/files/ja/orphaned/web/api/svgtests/index.html b/files/ja/orphaned/web/api/svgtests/index.html new file mode 100644 index 0000000000..86f0b19482 --- /dev/null +++ b/files/ja/orphaned/web/api/svgtests/index.html @@ -0,0 +1,61 @@ +--- +title: SVGTest +slug: orphaned/Web/API/SVGTests +tags: + - API + - NeedsExample + - Reference + - SVG + - SVG DOM +translation_of: Web/API/SVGTests +original_slug: 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