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/audio_and_video_manipulation/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/ja/web/guide/audio_and_video_manipulation') diff --git a/files/ja/web/guide/audio_and_video_manipulation/index.html b/files/ja/web/guide/audio_and_video_manipulation/index.html index 6518a4dcd7..c97bed08fb 100644 --- a/files/ja/web/guide/audio_and_video_manipulation/index.html +++ b/files/ja/web/guide/audio_and_video_manipulation/index.html @@ -287,7 +287,7 @@ window.addEventListener('load', setFilter);

{{ EmbedLiveSample('Playable_code_2', 700, 425) }}

-

: CORS が有効になっていない環境では、動画はコードと同じドメイン上になければなりません。これはセキュリティ上の問題を避けるためです。

+

: CORS が有効になっていない環境では、動画はコードと同じドメイン上になければなりません。これはセキュリティ上の問題を避けるためです。

よく使われる音声フィルター

-- cgit v1.2.3-54-g00ecf