From d43a795d4209d1632dd44e0803c61674149686bb Mon Sep 17 00:00:00 2001 From: MDN Date: Fri, 25 Jun 2021 00:38:26 +0000 Subject: [CRON] sync translated content --- files/ja/_redirects.txt | 7 +- files/ja/_wikihistory.json | 20 +++--- .../navigator/registercontenthandler/index.html | 75 ++++++++++++++++++++++ .../navigator/registercontenthandler/index.html | 74 --------------------- 4 files changed, 89 insertions(+), 87 deletions(-) create mode 100644 files/ja/orphaned/web/api/navigator/registercontenthandler/index.html delete mode 100644 files/ja/web/api/navigator/registercontenthandler/index.html (limited to 'files/ja') diff --git a/files/ja/_redirects.txt b/files/ja/_redirects.txt index 26087d87d6..d12d9c381d 100644 --- a/files/ja/_redirects.txt +++ b/files/ja/_redirects.txt @@ -1689,7 +1689,7 @@ /ja/docs/DOM/window.navigator.plugins /ja/docs/Web/API/NavigatorPlugins/plugins /ja/docs/DOM/window.navigator.product /ja/docs/Web/API/NavigatorID/product /ja/docs/DOM/window.navigator.productSub /ja/docs/Web/API/Navigator/productSub -/ja/docs/DOM/window.navigator.registerContentHandler /ja/docs/Web/API/Navigator/registerContentHandler +/ja/docs/DOM/window.navigator.registerContentHandler /ja/docs/orphaned/Web/API/Navigator/registerContentHandler /ja/docs/DOM/window.navigator.registerProtocolHandler /ja/docs/Web/API/Navigator/registerProtocolHandler /ja/docs/DOM/window.navigator.userAgent /ja/docs/Web/API/NavigatorID/userAgent /ja/docs/DOM/window.navigator.vendor /ja/docs/Web/API/Navigator/vendor @@ -1915,7 +1915,7 @@ /ja/docs/DOM:window.navigator.plugins /ja/docs/Web/API/NavigatorPlugins/plugins /ja/docs/DOM:window.navigator.product /ja/docs/Web/API/NavigatorID/product /ja/docs/DOM:window.navigator.productSub /ja/docs/Web/API/Navigator/productSub -/ja/docs/DOM:window.navigator.registerContentHandler /ja/docs/Web/API/Navigator/registerContentHandler +/ja/docs/DOM:window.navigator.registerContentHandler /ja/docs/orphaned/Web/API/Navigator/registerContentHandler /ja/docs/DOM:window.navigator.registerProtocolHandler /ja/docs/Web/API/Navigator/registerProtocolHandler /ja/docs/DOM:window.navigator.userAgent /ja/docs/Web/API/NavigatorID/userAgent /ja/docs/DOM:window.navigator.vendor /ja/docs/Web/API/Navigator/vendor @@ -3881,6 +3881,7 @@ /ja/docs/Web/API/Navigator.getUserMedia /ja/docs/Web/API/Navigator/getUserMedia /ja/docs/Web/API/Navigator.mozFMRadio /ja/docs/Web/API/Navigator/mozFMRadio /ja/docs/Web/API/Navigator/javaEnabled /ja/docs/Web/API/NavigatorPlugins/javaEnabled +/ja/docs/Web/API/Navigator/registerContentHandler /ja/docs/orphaned/Web/API/Navigator/registerContentHandler /ja/docs/Web/API/Navigator/userAgent /ja/docs/Web/API/NavigatorID/userAgent /ja/docs/Web/API/NavigatorLanguage.languages /ja/docs/Web/API/NavigatorLanguage/languages /ja/docs/Web/API/Node.appendChild /ja/docs/Web/API/Node/appendChild @@ -4198,7 +4199,7 @@ /ja/docs/Web/API/window.navigator.plugins /ja/docs/Web/API/NavigatorPlugins/plugins /ja/docs/Web/API/window.navigator.product /ja/docs/Web/API/NavigatorID/product /ja/docs/Web/API/window.navigator.productSub /ja/docs/Web/API/Navigator/productSub -/ja/docs/Web/API/window.navigator.registerContentHandler /ja/docs/Web/API/Navigator/registerContentHandler +/ja/docs/Web/API/window.navigator.registerContentHandler /ja/docs/orphaned/Web/API/Navigator/registerContentHandler /ja/docs/Web/API/window.navigator.userAgent /ja/docs/Web/API/NavigatorID/userAgent /ja/docs/Web/API/window.navigator.vendor /ja/docs/Web/API/Navigator/vendor /ja/docs/Web/API/window.navigator.vendorSub /ja/docs/Web/API/Navigator/vendorSub diff --git a/files/ja/_wikihistory.json b/files/ja/_wikihistory.json index 85fd91846b..23abe2d6c6 100644 --- a/files/ja/_wikihistory.json +++ b/files/ja/_wikihistory.json @@ -19062,16 +19062,6 @@ "Potappo" ] }, - "Web/API/Navigator/registerContentHandler": { - "modified": "2020-10-15T21:15:53.115Z", - "contributors": [ - "mfuji09", - "fscholz", - "jsx", - "ethertank", - "Potappo" - ] - }, "Web/API/Navigator/registerProtocolHandler": { "modified": "2020-10-15T21:15:46.655Z", "contributors": [ @@ -52005,6 +51995,16 @@ "ethertank" ] }, + "orphaned/Web/API/Navigator/registerContentHandler": { + "modified": "2020-10-15T21:15:53.115Z", + "contributors": [ + "mfuji09", + "fscholz", + "jsx", + "ethertank", + "Potappo" + ] + }, "orphaned/Web/API/Node/getUserData": { "modified": "2020-10-15T21:14:35.305Z", "contributors": [ diff --git a/files/ja/orphaned/web/api/navigator/registercontenthandler/index.html b/files/ja/orphaned/web/api/navigator/registercontenthandler/index.html new file mode 100644 index 0000000000..d1e788d8cc --- /dev/null +++ b/files/ja/orphaned/web/api/navigator/registercontenthandler/index.html @@ -0,0 +1,75 @@ +--- +title: Navigator.registerContentHandler() +slug: orphaned/Web/API/Navigator/registerContentHandler +tags: + - API + - MIME + - Method + - Navigator + - registerContentHandler + - ウェブベースプロトコルハンドラー + - 廃止 +translation_of: Web/API/Navigator/registerContentHandler +original_slug: Web/API/Navigator/registerContentHandler +--- +
{{ ApiRef("HTML DOM") }}{{ Obsolete_header }}
+ +

ウェブサイトが自分自身を、特定の MIME タイプのコンテンツのハンドラーとして可能な限り登録します。

+ +

{{Note("ウェブサイトは自分自身のコンテンツハンドラーのみを登録できます、。セキュリティ上の理由で、拡張機能やウェブサイトが他のサイトを対象とするコンテンツハンドラーを登録することはできません。")}}

+ +

構文

+ +
navigator.registerContentHandler(mimeType, uri, title);
+ + + +

+ +
navigator.registerContentHandler(
+    "application/vnd.mozilla.maybe.feed",
+    "http://www.example.tld/?foo=%s",
+    "My Feed Reader"
+);
+ +

メモ

+ +

Firefox 2 以降では、 MIME タイプのうち application/vnd.mozilla.maybe.feed, application/atom+xml, application/rss+xml のみに対応しています。これらの値は全て、同じ効果を持っています。また、関連付けは、全てのバージョンの Atom と RSS におけるフィードに対して適用されます。

+ +

Firefox はこの機能が実装された唯一のブラウザーであり、標準には一致していません。この機能は HTML 標準から削除されており、使用しないでください。

+ +

仕様書

+ + + + + + + + + + + + + + + + +
仕様書状態備考
{{SpecName('HTML5.2', 'webappapis.html#dom-navigator-registercontenthandler', 'registerContentHandler()')}}{{Spec2('HTML5.2')}}この機能は HTML 5.2 に存在するが、 WHATWG HTML Living Standard からは削除済み。
+ +

ブラウザーの対応

+ +

{{Compat("api.Navigator.registerContentHandler")}}

+ +

関連情報

+ + diff --git a/files/ja/web/api/navigator/registercontenthandler/index.html b/files/ja/web/api/navigator/registercontenthandler/index.html deleted file mode 100644 index 8a220eff1a..0000000000 --- a/files/ja/web/api/navigator/registercontenthandler/index.html +++ /dev/null @@ -1,74 +0,0 @@ ---- -title: Navigator.registerContentHandler() -slug: Web/API/Navigator/registerContentHandler -tags: - - API - - MIME - - Method - - Navigator - - registerContentHandler - - ウェブベースプロトコルハンドラー - - 廃止 -translation_of: Web/API/Navigator/registerContentHandler ---- -
{{ ApiRef("HTML DOM") }}{{ Obsolete_header }}
- -

ウェブサイトが自分自身を、特定の MIME タイプのコンテンツのハンドラーとして可能な限り登録します。

- -

{{Note("ウェブサイトは自分自身のコンテンツハンドラーのみを登録できます、。セキュリティ上の理由で、拡張機能やウェブサイトが他のサイトを対象とするコンテンツハンドラーを登録することはできません。")}}

- -

構文

- -
navigator.registerContentHandler(mimeType, uri, title);
- - - -

- -
navigator.registerContentHandler(
-    "application/vnd.mozilla.maybe.feed",
-    "http://www.example.tld/?foo=%s",
-    "My Feed Reader"
-);
- -

メモ

- -

Firefox 2 以降では、 MIME タイプのうち application/vnd.mozilla.maybe.feed, application/atom+xml, application/rss+xml のみに対応しています。これらの値は全て、同じ効果を持っています。また、関連付けは、全てのバージョンの Atom と RSS におけるフィードに対して適用されます。

- -

Firefox はこの機能が実装された唯一のブラウザーであり、標準には一致していません。この機能は HTML 標準から削除されており、使用しないでください。

- -

仕様書

- - - - - - - - - - - - - - - - -
仕様書状態備考
{{SpecName('HTML5.2', 'webappapis.html#dom-navigator-registercontenthandler', 'registerContentHandler()')}}{{Spec2('HTML5.2')}}この機能は HTML 5.2 に存在するが、 WHATWG HTML Living Standard からは削除済み。
- -

ブラウザーの対応

- -

{{Compat("api.Navigator.registerContentHandler")}}

- -

関連情報

- - -- cgit v1.2.3-54-g00ecf