From e3e12548adeb7e1dcfc4d5b32884a225ee2b499d Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Thu, 10 Dec 2020 15:07:40 -0500 Subject: adding translation_of_original to front-matter --- files/ja/web/api/audiobuffersourcenode/onended/index.html | 1 + files/ja/web/api/audiobuffersourcenode/stop/index.html | 1 + files/ja/web/api/canvas_api/drawing_graphics_with_canvas/index.html | 1 + files/ja/web/api/canvas_api/tutorial/index.html | 1 + files/ja/web/api/cssmatrix/index.html | 1 + files/ja/web/api/deviceacceleration/index.html | 1 + files/ja/web/api/document/activeelement/index.html | 1 + files/ja/web/api/document/elementfrompoint/index.html | 1 + files/ja/web/api/document/getselection/index.html | 1 + files/ja/web/api/document/inputencoding/index.html | 1 + files/ja/web/api/document/onselectionchange/index.html | 1 + files/ja/web/api/document_object_model/preface/index.html | 1 + files/ja/web/api/documentorshadowroot/nodefrompoint/index.html | 1 + files/ja/web/api/documentorshadowroot/nodesfrompoint/index.html | 1 + files/ja/web/api/element/accesskey/index.html | 1 + files/ja/web/api/element/name/index.html | 1 + files/ja/web/api/event/button/index.html | 1 + files/ja/web/api/event/createevent/index.html | 1 + files/ja/web/api/mediarecorder_api/index.html | 1 + files/ja/web/api/mouseevent/altkey/index.html | 1 + files/ja/web/api/node/baseuriobject/index.html | 1 + files/ja/web/api/node/nodeprincipal/index.html | 1 + files/ja/web/api/randomsource/index.html | 1 + files/ja/web/api/slotable/index.html | 1 + files/ja/web/api/webgl_api/cross-domain_textures/index.html | 1 + files/ja/web/api/websockets_api/websockets_reference/index.html | 1 + files/ja/web/api/window/arguments/index.html | 1 + files/ja/web/api/window/escape/index.html | 1 + files/ja/web/api/window/onclick/index.html | 1 + files/ja/web/api/window/onmousedown/index.html | 1 + files/ja/web/api/window/onmouseup/index.html | 1 + files/ja/web/api/window/restore/index.html | 1 + files/ja/web/api/window/unescape/index.html | 1 + files/ja/web/api/window/url/index.html | 1 + files/ja/web/api/windowbase64/index.html | 1 + files/ja/web/api/windowtimers/index.html | 1 + 36 files changed, 36 insertions(+) (limited to 'files/ja/web/api') diff --git a/files/ja/web/api/audiobuffersourcenode/onended/index.html b/files/ja/web/api/audiobuffersourcenode/onended/index.html index c12625637b..22f8b05ba3 100644 --- a/files/ja/web/api/audiobuffersourcenode/onended/index.html +++ b/files/ja/web/api/audiobuffersourcenode/onended/index.html @@ -2,6 +2,7 @@ title: AudioBufferSourceNode.onended slug: Web/API/AudioBufferSourceNode/onended translation_of: Web/API/AudioScheduledSourceNode/onended +translation_of_original: Web/API/AudioBufferSourceNode/onended ---

{{ APIRef("AudioBufferSourceNode") }}

diff --git a/files/ja/web/api/audiobuffersourcenode/stop/index.html b/files/ja/web/api/audiobuffersourcenode/stop/index.html index 0e40d267b8..2163d86379 100644 --- a/files/ja/web/api/audiobuffersourcenode/stop/index.html +++ b/files/ja/web/api/audiobuffersourcenode/stop/index.html @@ -2,6 +2,7 @@ title: AudioBufferSourceNode.stop() slug: Web/API/AudioBufferSourceNode/stop translation_of: Web/API/AudioScheduledSourceNode/stop +translation_of_original: Web/API/AudioBufferSourceNode/stop ---

{{ APIRef("Web Audio API") }}

diff --git a/files/ja/web/api/canvas_api/drawing_graphics_with_canvas/index.html b/files/ja/web/api/canvas_api/drawing_graphics_with_canvas/index.html index 54b8ef8310..be09a119f7 100644 --- a/files/ja/web/api/canvas_api/drawing_graphics_with_canvas/index.html +++ b/files/ja/web/api/canvas_api/drawing_graphics_with_canvas/index.html @@ -6,6 +6,7 @@ tags: - HTML5 - 'HTML:Canvas' translation_of: Web/API/Canvas_API/Tutorial +translation_of_original: Web/API/Canvas_API/Drawing_graphics_with_canvas ---

このページには、一部古い内容が含まれています。

diff --git a/files/ja/web/api/canvas_api/tutorial/index.html b/files/ja/web/api/canvas_api/tutorial/index.html index b1045fd484..e9a02da072 100644 --- a/files/ja/web/api/canvas_api/tutorial/index.html +++ b/files/ja/web/api/canvas_api/tutorial/index.html @@ -8,6 +8,7 @@ tags: - 'HTML:Canvas' - Tutorials translation_of: Web/API/Canvas_API/Tutorial +translation_of_original: Canvas-tutorial-broken ---

<canvas> はスクリプト(一般的に JavaScript) を使って図形を描くために使われる新しい HTML 要素です。例えば、グラフを描く、写真を合成する、または簡単な(またはあまり簡単ではない)アニメーションに使うことができます。右の画像は後でこのチュートリアルの中でみる <canvas> を実際に使った例です。

diff --git a/files/ja/web/api/cssmatrix/index.html b/files/ja/web/api/cssmatrix/index.html index 38a1ef8796..756a3c4cb2 100644 --- a/files/ja/web/api/cssmatrix/index.html +++ b/files/ja/web/api/cssmatrix/index.html @@ -6,6 +6,7 @@ tags: - NeedsBrowserCompatibility - Reference translation_of: Web/API/DOMMatrix +translation_of_original: Web/API/CSSMatrix ---
{{APIRef("CSSOM")}}{{Non-standard_header}}
diff --git a/files/ja/web/api/deviceacceleration/index.html b/files/ja/web/api/deviceacceleration/index.html index 7c9af279af..982499c4a8 100644 --- a/files/ja/web/api/deviceacceleration/index.html +++ b/files/ja/web/api/deviceacceleration/index.html @@ -10,6 +10,7 @@ tags: - Reference - events translation_of: Web/API/DeviceMotionEventAcceleration +translation_of_original: Web/API/DeviceAcceleration ---
{{ ApiRef("Device Orientation Events") }}{{SeeCompatTable}}
diff --git a/files/ja/web/api/document/activeelement/index.html b/files/ja/web/api/document/activeelement/index.html index ba438793b8..31c1b2bc7f 100644 --- a/files/ja/web/api/document/activeelement/index.html +++ b/files/ja/web/api/document/activeelement/index.html @@ -9,6 +9,7 @@ tags: - NeedsTranslation - 要更新 translation_of: Web/API/DocumentOrShadowRoot/activeElement +translation_of_original: Web/API/Document/activeElement ---
{{ApiRef}}
diff --git a/files/ja/web/api/document/elementfrompoint/index.html b/files/ja/web/api/document/elementfrompoint/index.html index 1017a6e0c0..a24f1ce63a 100644 --- a/files/ja/web/api/document/elementfrompoint/index.html +++ b/files/ja/web/api/document/elementfrompoint/index.html @@ -6,6 +6,7 @@ tags: - Gecko - Gecko DOM Reference translation_of: Web/API/DocumentOrShadowRoot/elementFromPoint +translation_of_original: Web/API/Document/elementFromPoint ---
{{ApiRef()}} {{Fx_minversion_header(3)}}
diff --git a/files/ja/web/api/document/getselection/index.html b/files/ja/web/api/document/getselection/index.html index b1c947ef61..740d006c66 100644 --- a/files/ja/web/api/document/getselection/index.html +++ b/files/ja/web/api/document/getselection/index.html @@ -7,6 +7,7 @@ tags: - Reference - Selection translation_of: Web/API/DocumentOrShadowRoot/getSelection +translation_of_original: Web/API/Document/getSelection ---

DOM の getSelection() メソッドは、 {{domxref("Window")}} インタフェース及び {{domxref("Document")}} インタフェースで利用可能です。
詳細については {{domxref("window.getSelection()")}} の頁を参照して下さい。

diff --git a/files/ja/web/api/document/inputencoding/index.html b/files/ja/web/api/document/inputencoding/index.html index eec76a174f..bc128b09e8 100644 --- a/files/ja/web/api/document/inputencoding/index.html +++ b/files/ja/web/api/document/inputencoding/index.html @@ -7,6 +7,7 @@ tags: - Gecko - Gecko DOM Reference translation_of: Web/API/Document/characterSet +translation_of_original: Web/API/Document/inputEncoding ---

{{ApiRef}} {{deprecated_header}}

概要

diff --git a/files/ja/web/api/document/onselectionchange/index.html b/files/ja/web/api/document/onselectionchange/index.html index fb4c595ae0..9793bde3fa 100644 --- a/files/ja/web/api/document/onselectionchange/index.html +++ b/files/ja/web/api/document/onselectionchange/index.html @@ -9,6 +9,7 @@ tags: - イベントハンドラー - プロパティ translation_of: Web/API/GlobalEventHandlers/onselectionchange +translation_of_original: Web/API/Document/onselectionchange ---
{{ApiRef('DOM')}}{{SeeCompatTable}}
diff --git a/files/ja/web/api/document_object_model/preface/index.html b/files/ja/web/api/document_object_model/preface/index.html index 81f37f4850..4a390b9177 100644 --- a/files/ja/web/api/document_object_model/preface/index.html +++ b/files/ja/web/api/document_object_model/preface/index.html @@ -6,6 +6,7 @@ tags: - Gecko - Gecko DOM Reference translation_of: Web/API/Document_Object_Model +translation_of_original: Web/API/Document_Object_Model/Preface ---
{{ApiRef}}
diff --git a/files/ja/web/api/documentorshadowroot/nodefrompoint/index.html b/files/ja/web/api/documentorshadowroot/nodefrompoint/index.html index 6b375f30d3..a7953136e6 100644 --- a/files/ja/web/api/documentorshadowroot/nodefrompoint/index.html +++ b/files/ja/web/api/documentorshadowroot/nodefrompoint/index.html @@ -11,6 +11,7 @@ tags: - メソッド - 標準外 translation_of: Web/API/DocumentOrShadowRoot +translation_of_original: Web/API/DocumentOrShadowRoot/nodeFromPoint ---
{{APIRef("DOM")}}{{Non-standard_header}}
diff --git a/files/ja/web/api/documentorshadowroot/nodesfrompoint/index.html b/files/ja/web/api/documentorshadowroot/nodesfrompoint/index.html index 7c5c0920cd..d3f79b8d11 100644 --- a/files/ja/web/api/documentorshadowroot/nodesfrompoint/index.html +++ b/files/ja/web/api/documentorshadowroot/nodesfrompoint/index.html @@ -10,6 +10,7 @@ tags: - nodesFromPoint - メソッド translation_of: Web/API/DocumentOrShadowRoot +translation_of_original: Web/API/DocumentOrShadowRoot/nodesFromPoint ---
{{APIRef("DOM")}}{{Non-standard_header}}
diff --git a/files/ja/web/api/element/accesskey/index.html b/files/ja/web/api/element/accesskey/index.html index 04c95baf10..82738c792f 100644 --- a/files/ja/web/api/element/accesskey/index.html +++ b/files/ja/web/api/element/accesskey/index.html @@ -2,6 +2,7 @@ title: Element.accessKey slug: Web/API/Element/accessKey translation_of: Web/API/HTMLElement/accessKey +translation_of_original: Web/API/Element/accessKey ---
{{APIRef("DOM")}}
diff --git a/files/ja/web/api/element/name/index.html b/files/ja/web/api/element/name/index.html index 392f9d84f4..e069431e6e 100644 --- a/files/ja/web/api/element/name/index.html +++ b/files/ja/web/api/element/name/index.html @@ -2,6 +2,7 @@ title: element.name slug: Web/API/Element/name translation_of: Web/API +translation_of_original: Web/API/Element/name ---

{{ ApiRef() }}

概要

diff --git a/files/ja/web/api/event/button/index.html b/files/ja/web/api/event/button/index.html index 985b67c783..572f611ebc 100644 --- a/files/ja/web/api/event/button/index.html +++ b/files/ja/web/api/event/button/index.html @@ -6,6 +6,7 @@ tags: - Gecko - Gecko DOM Reference translation_of: Web/API/MouseEvent/button +translation_of_original: Web/API/event.button ---

{{ ApiRef() }}

Summary

diff --git a/files/ja/web/api/event/createevent/index.html b/files/ja/web/api/event/createevent/index.html index 8830d518ef..d9dc6aef3f 100644 --- a/files/ja/web/api/event/createevent/index.html +++ b/files/ja/web/api/event/createevent/index.html @@ -2,6 +2,7 @@ title: Event.createEvent() slug: Web/API/Event/createEvent translation_of: Web/API/Document/createEvent +translation_of_original: Web/API/Event/createEvent ---

{{APIRef("DOM")}}

diff --git a/files/ja/web/api/mediarecorder_api/index.html b/files/ja/web/api/mediarecorder_api/index.html index a425fc1549..a2e3ec8eaf 100644 --- a/files/ja/web/api/mediarecorder_api/index.html +++ b/files/ja/web/api/mediarecorder_api/index.html @@ -2,6 +2,7 @@ title: MediaRecorder API slug: Web/API/MediaRecorder_API translation_of: Web/API/MediaStream_Recording_API +translation_of_original: Web/API/MediaRecorder_API ---

MediaRecorder API (MediaStream Recording) はインプットデバイスからのメディアストリームを記録するための API です。記録したストリームは PCM データのエンコードと言った操作をせずに利用できます。 {{ domxref("Navigator.getUserMedia()") }} を単体で利用する際の利用が想定されています。

diff --git a/files/ja/web/api/mouseevent/altkey/index.html b/files/ja/web/api/mouseevent/altkey/index.html index 9316f58644..ffa370b596 100644 --- a/files/ja/web/api/mouseevent/altkey/index.html +++ b/files/ja/web/api/mouseevent/altkey/index.html @@ -6,6 +6,7 @@ tags: - Gecko - Gecko DOM Reference translation_of: Web/API/MouseEvent/altKey +translation_of_original: Web/API/event.altKey ---

{{ ApiRef() }}

Summary

diff --git a/files/ja/web/api/node/baseuriobject/index.html b/files/ja/web/api/node/baseuriobject/index.html index 260c0b67d5..1de7600c48 100644 --- a/files/ja/web/api/node/baseuriobject/index.html +++ b/files/ja/web/api/node/baseuriobject/index.html @@ -7,6 +7,7 @@ tags: - Gecko - Node translation_of: Web/API/Node +translation_of_original: Web/API/Node/baseURIObject ---
{{ApiRef}} {{Fx_minversion_header("3")}} {{Non-standard_header}}
diff --git a/files/ja/web/api/node/nodeprincipal/index.html b/files/ja/web/api/node/nodeprincipal/index.html index 3b5144c88a..41547615f2 100644 --- a/files/ja/web/api/node/nodeprincipal/index.html +++ b/files/ja/web/api/node/nodeprincipal/index.html @@ -6,6 +6,7 @@ tags: - Gecko - Gecko DOM Reference translation_of: Web/API/Node +translation_of_original: Web/API/Node/nodePrincipal ---
{{ApiRef}}{{Fx_minversion_header("3")}}{{Non-standard_header}}
diff --git a/files/ja/web/api/randomsource/index.html b/files/ja/web/api/randomsource/index.html index 12b34e7a02..5972564d98 100644 --- a/files/ja/web/api/randomsource/index.html +++ b/files/ja/web/api/randomsource/index.html @@ -8,6 +8,7 @@ tags: - Reference - Web Crypto API translation_of: Web/API/Crypto/getRandomValues +translation_of_original: Web/API/RandomSource ---

{{APIRef("Web Crypto API")}}

diff --git a/files/ja/web/api/slotable/index.html b/files/ja/web/api/slotable/index.html index 7890dd5d4c..859be5e107 100644 --- a/files/ja/web/api/slotable/index.html +++ b/files/ja/web/api/slotable/index.html @@ -9,6 +9,7 @@ tags: - Web Components - shadow dom translation_of: Web/API/Slottable +translation_of_original: Web/API/Slotable ---

{{APIRef("Shadow DOM")}}

diff --git a/files/ja/web/api/webgl_api/cross-domain_textures/index.html b/files/ja/web/api/webgl_api/cross-domain_textures/index.html index 05908fed61..15dcbf30e3 100644 --- a/files/ja/web/api/webgl_api/cross-domain_textures/index.html +++ b/files/ja/web/api/webgl_api/cross-domain_textures/index.html @@ -2,6 +2,7 @@ title: Cross-Domain Textures slug: Web/API/WebGL_API/Cross-Domain_Textures translation_of: Web/API/WebGL_API/Tutorial/Using_textures_in_WebGL#Cross-domain_textures +translation_of_original: Web/API/WebGL_API/Cross-Domain_Textures ---

WebGL のテクスチャの読み込みは、クロスドメインアクセス制御に従います。コンテンツで他のドメインからテクスチャを読み込むためには、CORS で許可を得る必要があります。CORS について詳しくは、HTTP access control をご覧ください。

CORS で許可された画像を WebGL のテクスチャとして使用する方法の説明を こちらの hacks.mozilla.org の記事 に掲載していますので、サンプル と合わせてご覧ください。

diff --git a/files/ja/web/api/websockets_api/websockets_reference/index.html b/files/ja/web/api/websockets_api/websockets_reference/index.html index 85b5acc880..d924ac2328 100644 --- a/files/ja/web/api/websockets_api/websockets_reference/index.html +++ b/files/ja/web/api/websockets_api/websockets_reference/index.html @@ -5,6 +5,7 @@ tags: - WebSocket - WebSockets translation_of: Web/API/WebSockets_API +translation_of_original: Web/API/WebSockets_API/WebSockets_reference ---
{{draft}}

以下のページは、WebSocket API のインタフェースに関する文書です。

diff --git a/files/ja/web/api/window/arguments/index.html b/files/ja/web/api/window/arguments/index.html index d964eb9cc1..f026024047 100644 --- a/files/ja/web/api/window/arguments/index.html +++ b/files/ja/web/api/window/arguments/index.html @@ -2,5 +2,6 @@ title: window.arguments slug: Web/API/Window/arguments translation_of: Working_with_windows_in_chrome_code#Passing_data_between_windows +translation_of_original: Web/API/Window.arguments ---

『chrome コードでウィンドウを取り扱う』の頁の『ウィンドウ間でのデータのやり取り』の章をご覧下さい。

diff --git a/files/ja/web/api/window/escape/index.html b/files/ja/web/api/window/escape/index.html index 0d16e08e31..48ab4cab3b 100644 --- a/files/ja/web/api/window/escape/index.html +++ b/files/ja/web/api/window/escape/index.html @@ -8,6 +8,7 @@ tags: - Gecko DOM Reference - Window translation_of: Web/JavaScript/Reference/Global_Objects/escape +translation_of_original: Web/API/Window.escape ---
{{ApiRef}}
diff --git a/files/ja/web/api/window/onclick/index.html b/files/ja/web/api/window/onclick/index.html index b620c103a2..ac36968fa6 100644 --- a/files/ja/web/api/window/onclick/index.html +++ b/files/ja/web/api/window/onclick/index.html @@ -7,6 +7,7 @@ tags: - Gecko DOM Reference - Window translation_of: Web/API/GlobalEventHandlers/onclick +translation_of_original: Web/API/Window/onclick ---
{{ApiRef}}
diff --git a/files/ja/web/api/window/onmousedown/index.html b/files/ja/web/api/window/onmousedown/index.html index 72c51f34c8..b5f947f8be 100644 --- a/files/ja/web/api/window/onmousedown/index.html +++ b/files/ja/web/api/window/onmousedown/index.html @@ -7,6 +7,7 @@ tags: - Gecko DOM Reference - Window translation_of: Web/API/GlobalEventHandlers/onmousedown +translation_of_original: Web/API/Window/onmousedown ---
{{ApiRef}}
diff --git a/files/ja/web/api/window/onmouseup/index.html b/files/ja/web/api/window/onmouseup/index.html index 5598cd78c4..f7133126a9 100644 --- a/files/ja/web/api/window/onmouseup/index.html +++ b/files/ja/web/api/window/onmouseup/index.html @@ -7,6 +7,7 @@ tags: - Gecko DOM Reference - Window translation_of: Web/API/GlobalEventHandlers/onmouseup +translation_of_original: Web/API/Window/onmouseup ---
{{ApiRef}}
diff --git a/files/ja/web/api/window/restore/index.html b/files/ja/web/api/window/restore/index.html index 3fbd8503f2..1510d2870e 100644 --- a/files/ja/web/api/window/restore/index.html +++ b/files/ja/web/api/window/restore/index.html @@ -2,6 +2,7 @@ title: Window.restore() slug: Web/API/Window/restore translation_of: Web/API/Window/moveTo +translation_of_original: Web/API/Window/restore ---

{{APIRef}}

diff --git a/files/ja/web/api/window/unescape/index.html b/files/ja/web/api/window/unescape/index.html index 501592c3d2..07564a02ee 100644 --- a/files/ja/web/api/window/unescape/index.html +++ b/files/ja/web/api/window/unescape/index.html @@ -8,6 +8,7 @@ tags: - Gecko DOM Reference - Window translation_of: Web/JavaScript/Reference/Global_Objects/unescape +translation_of_original: Web/API/Window.unescape ---
{{ApiRef}}
diff --git a/files/ja/web/api/window/url/index.html b/files/ja/web/api/window/url/index.html index 9d2c28cdf5..ac758d1b3b 100644 --- a/files/ja/web/api/window/url/index.html +++ b/files/ja/web/api/window/url/index.html @@ -8,6 +8,7 @@ tags: - Reference - Window translation_of: Web/API/URL +translation_of_original: Web/API/Window/URL ---

{{ApiRef("Window")}}{{SeeCompatTable}}

diff --git a/files/ja/web/api/windowbase64/index.html b/files/ja/web/api/windowbase64/index.html index 5c6f618d59..760541b9c5 100644 --- a/files/ja/web/api/windowbase64/index.html +++ b/files/ja/web/api/windowbase64/index.html @@ -4,6 +4,7 @@ slug: Web/API/WindowBase64 tags: - API translation_of: Web/API/WindowOrWorkerGlobalScope +translation_of_original: Web/API/WindowBase64 ---

{{APIRef("HTML DOM")}}

diff --git a/files/ja/web/api/windowtimers/index.html b/files/ja/web/api/windowtimers/index.html index 3516b78c0d..549969232f 100644 --- a/files/ja/web/api/windowtimers/index.html +++ b/files/ja/web/api/windowtimers/index.html @@ -4,6 +4,7 @@ slug: Web/API/WindowTimers tags: - API translation_of: Web/API/WindowOrWorkerGlobalScope +translation_of_original: Web/API/WindowTimers ---
{{APIRef("HTML DOM")}}
-- cgit v1.2.3-54-g00ecf