From 4a573bbdd0e5945998a37162d1535245d4e20416 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Tue, 7 Sep 2021 00:29:50 +0900 Subject: Web/a-h以下の文書内のリンクURLを正規化 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - /en-US へのリンクを /ja へのリンクに修正 - /ja が付いていないものに /ja を付加 - MDN内のリンクが完全URLの場合、 /ja/docs からのURLに修正 --- files/ja/web/guide/ajax/getting_started/index.html | 2 +- .../wai_aria_live_regions_api_support/index.html | 2 +- .../index.html | 2 +- .../web/guide/audio_and_video_delivery/index.html | 62 +++++++++++----------- .../live_streaming_web_audio_and_video/index.html | 4 +- .../index.html | 4 +- .../guide/audio_and_video_manipulation/index.html | 2 +- .../guide/html/constraint_validation/index.html | 2 +- files/ja/web/guide/index.html | 26 ++++----- .../introduction_to_web_development/index.html | 16 +++--- .../guide/parsing_and_serializing_xml/index.html | 2 +- files/ja/web/guide/user_input_methods/index.html | 2 +- 12 files changed, 63 insertions(+), 63 deletions(-) (limited to 'files/ja/web/guide') diff --git a/files/ja/web/guide/ajax/getting_started/index.html b/files/ja/web/guide/ajax/getting_started/index.html index 755dff5424..6e7260284d 100644 --- a/files/ja/web/guide/ajax/getting_started/index.html +++ b/files/ja/web/guide/ajax/getting_started/index.html @@ -87,7 +87,7 @@ httpRequest.send(); } -

readyState の値のリストは XMLHTTPRequest.readyState で文書化されていて、以下のようになっています。

+

readyState の値のリストは XMLHTTPRequest.readyState で文書化されていて、以下のようになっています。

CSS

@@ -48,8 +48,8 @@ translation_of: Web/Guide/Introduction_to_Web_development

初級

@@ -57,9 +57,9 @@ translation_of: Web/Guide/Introduction_to_Web_development

中級

diff --git a/files/ja/web/guide/parsing_and_serializing_xml/index.html b/files/ja/web/guide/parsing_and_serializing_xml/index.html index 5a473bfc8f..4d8e07bb7a 100644 --- a/files/ja/web/guide/parsing_and_serializing_xml/index.html +++ b/files/ja/web/guide/parsing_and_serializing_xml/index.html @@ -86,7 +86,7 @@ xhr.send();

DOM ツリーを文字列にシリアライズ

-

First, create a DOM tree as described in How to Create a DOM tree. Alternatively, use a DOM tree obtained from {{ domxref("XMLHttpRequest") }}.

+

First, create a DOM tree as described in How to Create a DOM tree. Alternatively, use a DOM tree obtained from {{ domxref("XMLHttpRequest") }}.

To serialize the DOM tree doc into XML text, call {{domxref("XMLSerializer.serializeToString()")}}:

diff --git a/files/ja/web/guide/user_input_methods/index.html b/files/ja/web/guide/user_input_methods/index.html index 407b717dad..2315d8b3d2 100644 --- a/files/ja/web/guide/user_input_methods/index.html +++ b/files/ja/web/guide/user_input_methods/index.html @@ -163,7 +163,7 @@ if (elem.requestFullscreen) {

-
Tracking multiple touch points at a time
+
Tracking multiple touch points at a time
This example tracks multiple touch points at a time, allowing the user to draw in a {{htmlelement("canvas")}} with more than one finger at a time. It will only work on a browser that supports touch events.
Simple pointer lock demo
We've written a simple pointer lock demo to show you how to use it to set up a simple control system. The demo uses JavaScript to draw a ball inside a {{htmlelement("canvas")}} element. When you click the canvas, pointer lock is then used to remove the mouse pointer and allow you to move the ball directly using the mouse.
-- cgit v1.2.3-54-g00ecf