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/_redirects.txt | 1 + files/ja/_wikihistory.json | 12 +++--- files/ja/orphaned/web/api/svgtests/index.html | 61 +++++++++++++++++++++++++++ files/ja/web/api/svgtests/index.html | 60 -------------------------- 4 files changed, 68 insertions(+), 66 deletions(-) create mode 100644 files/ja/orphaned/web/api/svgtests/index.html delete mode 100644 files/ja/web/api/svgtests/index.html diff --git a/files/ja/_redirects.txt b/files/ja/_redirects.txt index b2ca52502a..b117920c59 100644 --- a/files/ja/_redirects.txt +++ b/files/ja/_redirects.txt @@ -3938,6 +3938,7 @@ /ja/docs/Web/API/Range1/startOffset /ja/docs/Web/API/Range/startOffset /ja/docs/Web/API/ReadableStreamDefaultController/ReadableStreamDefaultController /ja/docs/orphaned/Web/API/ReadableStreamDefaultController/ReadableStreamDefaultController /ja/docs/Web/API/Response/useFinalURL /ja/docs/orphaned/Web/API/Response/useFinalURL +/ja/docs/Web/API/SVGTests /ja/docs/orphaned/Web/API/SVGTests /ja/docs/Web/API/SVGTransformable /ja/docs/orphaned/Web/API/SVGTransformable /ja/docs/Web/API/ServiceWorker_API /ja/docs/Web/API/Service_Worker_API /ja/docs/Web/API/ServiceWorker_API/Using_Service_Workers /ja/docs/Web/API/Service_Worker_API/Using_Service_Workers diff --git a/files/ja/_wikihistory.json b/files/ja/_wikihistory.json index be730f20a5..985d82f0a9 100644 --- a/files/ja/_wikihistory.json +++ b/files/ja/_wikihistory.json @@ -21410,12 +21410,6 @@ "Uemmra3" ] }, - "Web/API/SVGTests": { - "modified": "2020-10-15T21:50:41.779Z", - "contributors": [ - "Uemmra3" - ] - }, "Web/API/SVGTextElement": { "modified": "2019-03-23T23:31:11.061Z", "contributors": [ @@ -52418,6 +52412,12 @@ "eltociear" ] }, + "orphaned/Web/API/SVGTests": { + "modified": "2020-10-15T21:50:41.779Z", + "contributors": [ + "Uemmra3" + ] + }, "orphaned/Web/API/SVGTransformable": { "modified": "2020-10-15T22:33:03.508Z", "contributors": [ 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")}}

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