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/web/api/svgtests/index.html | 60 ------------------------------------ 1 file changed, 60 deletions(-) delete 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 deleted file mode 100644 index b0fcedd045..0000000000 --- a/files/ja/web/api/svgtests/index.html +++ /dev/null @@ -1,60 +0,0 @@ ---- -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