From 03385cc9f4f157cec2e5fd05f35e6af646055908 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Tue, 14 Sep 2021 11:07:46 +0900 Subject: Web/API以下の文書内のリンクURLを正規化 (#2360) 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/api/audioscheduledsourcenode/index.html | 2 +- files/ja/web/api/audioscheduledsourcenode/onended/index.html | 2 +- files/ja/web/api/audioscheduledsourcenode/stop/index.html | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'files/ja/web/api/audioscheduledsourcenode') diff --git a/files/ja/web/api/audioscheduledsourcenode/index.html b/files/ja/web/api/audioscheduledsourcenode/index.html index 7531a2b283..c68fe79b06 100644 --- a/files/ja/web/api/audioscheduledsourcenode/index.html +++ b/files/ja/web/api/audioscheduledsourcenode/index.html @@ -72,6 +72,6 @@ translation_of: Web/API/AudioScheduledSourceNode

See also

diff --git a/files/ja/web/api/audioscheduledsourcenode/onended/index.html b/files/ja/web/api/audioscheduledsourcenode/onended/index.html index 40ce8a7222..9584cc2f12 100644 --- a/files/ja/web/api/audioscheduledsourcenode/onended/index.html +++ b/files/ja/web/api/audioscheduledsourcenode/onended/index.html @@ -54,5 +54,5 @@ source.onended = function() {

関連情報

diff --git a/files/ja/web/api/audioscheduledsourcenode/stop/index.html b/files/ja/web/api/audioscheduledsourcenode/stop/index.html index 0b07d5002b..a1fc66843e 100644 --- a/files/ja/web/api/audioscheduledsourcenode/stop/index.html +++ b/files/ja/web/api/audioscheduledsourcenode/stop/index.html @@ -28,7 +28,7 @@ source.stop(when);
source.stop(3);
-

注: stop()の使い方の完全な例はAudioContext.decodeAudioDataを参照してください。コードをすぐに実行することや、ソースコードを閲覧することもできます。

+

注: stop()の使い方の完全な例はAudioContext.decodeAudioDataを参照してください。コードをすぐに実行することや、ソースコードを閲覧することもできます。

引数

@@ -66,5 +66,5 @@ source.stop(when);

参考

-- cgit v1.2.3-54-g00ecf