diff --git a/files/ja/web/api/navigator/getgamepads/index.md b/files/ja/web/api/navigator/getgamepads/index.md index 6d4cc242253064..f3be7f59ce915b 100644 --- a/files/ja/web/api/navigator/getgamepads/index.md +++ b/files/ja/web/api/navigator/getgamepads/index.md @@ -52,5 +52,5 @@ window.addEventListener("gamepadconnected", (e) => { ## 関連情報 -- [ゲームパッド API の使用](/en-US/docs/Web/API/Gamepad_API/Using_the_Gamepad_API) -- [ゲームパッド API](/en-US/docs/Web/API/Gamepad_API) +- [ゲームパッド API の使用](/ja/docs/Web/API/Gamepad_API/Using_the_Gamepad_API) +- [ゲームパッド API](/ja/docs/Web/API/Gamepad_API) diff --git a/files/ja/web/api/taskattributiontiming/containerid/index.md b/files/ja/web/api/taskattributiontiming/containerid/index.md index ac2ebdec334ece..2238f8fc62e3c5 100644 --- a/files/ja/web/api/taskattributiontiming/containerid/index.md +++ b/files/ja/web/api/taskattributiontiming/containerid/index.md @@ -12,7 +12,7 @@ l10n: ## 値 -文字列で、コンテナーの [`id`](/en-US/docs/Web/HTML/Global_attributes/id) 属性が入ります。 +文字列で、コンテナーの [`id`](/ja/docs/Web/HTML/Global_attributes/id) 属性が入ります。 ## 仕様書 diff --git a/files/ja/web/api/webrtc_api/signaling_and_video_calling/index.md b/files/ja/web/api/webrtc_api/signaling_and_video_calling/index.md index 4ade990a85c28b..3562ff578d4263 100644 --- a/files/ja/web/api/webrtc_api/signaling_and_video_calling/index.md +++ b/files/ja/web/api/webrtc_api/signaling_and_video_calling/index.md @@ -126,7 +126,7 @@ The signaling process involves this exchange of messages among a number of point Imagine that Naomi and Priya are engaged in a discussion using the chat software, and Naomi decides to open a video call between the two. Here's the expected sequence of events: -[![Diagram of the signaling process](webrtc_-_signaling_diagram.svg)](/en-US/docs/Web/API/WebRTC_API/Signaling_and_video_calling/webrtc_-_signaling_diagram.svg) +[![Diagram of the signaling process](webrtc_-_signaling_diagram.svg)](/ja/docs/Web/API/WebRTC_API/Signaling_and_video_calling/webrtc_-_signaling_diagram.svg) We'll see this detailed more over the course of this article. diff --git a/files/ja/web/css/css_media_queries/testing_media_queries/index.md b/files/ja/web/css/css_media_queries/testing_media_queries/index.md index b9bce123d38ea9..4b8585d091e372 100644 --- a/files/ja/web/css/css_media_queries/testing_media_queries/index.md +++ b/files/ja/web/css/css_media_queries/testing_media_queries/index.md @@ -33,7 +33,7 @@ if (mediaQueryList.matches) { ## クエリーの通知の受信 -クエリの評価結果の変更を継続的に認識する必要がある場合、クエリーの結果をポーリングするよりも、[リスナー](/ja-US/docs/Web/API/EventTarget/addEventListener)を登録する方が効率的です。これを行うには、{{domxref("MediaQueryList")}} オブジェクトの `addEventListener()` メソッドを呼び出し、メディアクエリーのステータスが変化したとき(例えば、メディアクエリーのテストが `true` から `false` になったとき)に呼び出すコールバック関数を指定します。 +クエリの評価結果の変更を継続的に認識する必要がある場合、クエリーの結果をポーリングするよりも、[リスナー](/ja/docs/Web/API/EventTarget/addEventListener)を登録する方が効率的です。これを行うには、{{domxref("MediaQueryList")}} オブジェクトの `addEventListener()` メソッドを呼び出し、メディアクエリーのステータスが変化したとき(例えば、メディアクエリーのテストが `true` から `false` になったとき)に呼び出すコールバック関数を指定します。 ```js // クエリーリストを作成する。 diff --git a/files/ja/web/css/transform-function/rotate3d/index.md b/files/ja/web/css/transform-function/rotate3d/index.md index e3629180770f72..29fdca48784686 100644 --- a/files/ja/web/css/transform-function/rotate3d/index.md +++ b/files/ja/web/css/transform-function/rotate3d/index.md @@ -47,7 +47,7 @@ rotate3d(x, y, z, a)