diff options
Diffstat (limited to 'files/ja/web/api/speechrecognition/onerror/index.html')
-rw-r--r-- | files/ja/web/api/speechrecognition/onerror/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 --- <div>{{APIRef("Web Speech API")}}{{SeeCompatTable}}</div> -<p>{{domxref("SpeechRecognition")}}インターフェイスの <strong><code>onerror</code></strong> プロパティは、音声の認識でエラーが発生した場合(<a href="https://developer.mozilla.org/ja/docs/Web/Events/error_%28SpeechRecognitionError%29">error</a> イベントが発生した時) に、実行するイベントハンドラーになります。</p> +<p>{{domxref("SpeechRecognition")}}インターフェイスの <strong><code>onerror</code></strong> プロパティは、音声の認識でエラーが発生した場合(<a href="/ja/docs/Web/Events/error_%28SpeechRecognitionError%29">error</a> イベントが発生した時) に、実行するイベントハンドラーになります。</p> <h2 id="Syntax" name="Syntax">構文</h2> |