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/speechrecognition/index.html | 2 +- files/ja/web/api/speechrecognition/onerror/index.html | 2 +- files/ja/web/api/speechrecognition/speechrecognition/index.html | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'files/ja/web/api/speechrecognition') diff --git a/files/ja/web/api/speechrecognition/index.html b/files/ja/web/api/speechrecognition/index.html index eb362d03f0..83419b26c1 100644 --- a/files/ja/web/api/speechrecognition/index.html +++ b/files/ja/web/api/speechrecognition/index.html @@ -141,7 +141,7 @@ recognition.onresult = function(event) {

Firefox OS の許可設定

-

アプリ内で音声認識を使用するには、以下の許可設定を manifest で指定する必要があります:

+

アプリ内で音声認識を使用するには、以下の許可設定を manifest で指定する必要があります:

"permissions": {
   "audio-capture" : {
diff --git a/files/ja/web/api/speechrecognition/onerror/index.html b/files/ja/web/api/speechrecognition/onerror/index.html
index 24a3783215..132275ba77 100644
--- a/files/ja/web/api/speechrecognition/onerror/index.html
+++ b/files/ja/web/api/speechrecognition/onerror/index.html
@@ -15,7 +15,7 @@ translation_of: Web/API/SpeechRecognition/onerror
 ---
 
{{APIRef("Web Speech API")}}{{SeeCompatTable}}
-

{{domxref("SpeechRecognition")}}インターフェイスの onerror プロパティは、音声の認識でエラーが発生した場合(error イベントが発生した時) に、実行するイベントハンドラーになります。

+

{{domxref("SpeechRecognition")}}インターフェイスの onerror プロパティは、音声の認識でエラーが発生した場合(error イベントが発生した時) に、実行するイベントハンドラーになります。

構文

diff --git a/files/ja/web/api/speechrecognition/speechrecognition/index.html b/files/ja/web/api/speechrecognition/speechrecognition/index.html index 0e9aa25fe3..e7b526dcac 100644 --- a/files/ja/web/api/speechrecognition/speechrecognition/index.html +++ b/files/ja/web/api/speechrecognition/speechrecognition/index.html @@ -69,7 +69,7 @@ recognition.maxAlternatives = 1;

Firefox OS permissions

-

speech recognition を使用するには、manifest に下記の permissions 設定が必要です:

+

speech recognition を使用するには、manifest に下記の permissions 設定が必要です:

"permissions": {
   "audio-capture" : {
@@ -87,5 +87,5 @@ recognition.maxAlternatives = 1;
 

関連項目

-- cgit v1.2.3-54-g00ecf