diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-07-12 10:11:30 +0900 |
---|---|---|
committer | potappo <potappo@gmail.com> | 2021-07-18 18:33:18 +0900 |
commit | fd1e2435671adf89d5a2718fc7d1454828f147ae (patch) | |
tree | 769a406472882e3bafda9e32fb8b4414cfcfb1d5 /files/ja/web/api/speechrecognition | |
parent | b0caefeaf81fd55008397bfd6f7765e15cecd224 (diff) | |
download | translated-content-fd1e2435671adf89d5a2718fc7d1454828f147ae.tar.gz translated-content-fd1e2435671adf89d5a2718fc7d1454828f147ae.tar.bz2 translated-content-fd1e2435671adf89d5a2718fc7d1454828f147ae.zip |
remove wiki.developer.mozilla.org links
Diffstat (limited to 'files/ja/web/api/speechrecognition')
-rw-r--r-- | files/ja/web/api/speechrecognition/onspeechend/index.html | 2 | ||||
-rw-r--r-- | files/ja/web/api/speechrecognition/onspeechstart/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/files/ja/web/api/speechrecognition/onspeechend/index.html b/files/ja/web/api/speechrecognition/onspeechend/index.html index a5c774f79e..e6df50a2b2 100644 --- a/files/ja/web/api/speechrecognition/onspeechend/index.html +++ b/files/ja/web/api/speechrecognition/onspeechend/index.html @@ -15,7 +15,7 @@ translation_of: Web/API/SpeechRecognition/onspeechend --- <div>{{APIRef("Web Speech API")}}{{SeeCompatTable}}</div> -<p>{{domxref("SpeechRecognition")}} インターフェイスの <strong><code>onspeechend</code></strong> プロパティは、認識できる音声が検出し終えた時に (<code><a href="https://wiki.developer.mozilla.org/ja/docs/Web/API/SpeechRecognition/speechend_event">speechend</a></code> イベントが発生した時)、実行されるイベントハンドラーになります。</p> +<p>{{domxref("SpeechRecognition")}} インターフェイスの <strong><code>onspeechend</code></strong> プロパティは、認識できる音声が検出し終えた時に (<code><a href="/ja/docs/Web/API/SpeechRecognition/speechend_event">speechend</a></code> イベントが発生した時)、実行されるイベントハンドラーになります。</p> <h2 id="Syntax" name="Syntax">構文</h2> diff --git a/files/ja/web/api/speechrecognition/onspeechstart/index.html b/files/ja/web/api/speechrecognition/onspeechstart/index.html index 79ef5b1020..465a441ead 100644 --- a/files/ja/web/api/speechrecognition/onspeechstart/index.html +++ b/files/ja/web/api/speechrecognition/onspeechstart/index.html @@ -15,7 +15,7 @@ translation_of: Web/API/SpeechRecognition/onspeechstart --- <div>{{APIRef("Web Speech API")}}{{SeeCompatTable}}</div> -<p>{{domxref("SpeechRecognition")}} インターフェイスの <strong><code>onspeechstart</code></strong> プロパティは、認識できる音声が検出できた時に(<code><a href="https://wiki.developer.mozilla.org/ja/docs/Web/API/SpeechRecognition/speechstart_event">speechstart</a></code> イベントが発生した時)、実行されるイベントハンドラーになります。</p> +<p>{{domxref("SpeechRecognition")}} インターフェイスの <strong><code>onspeechstart</code></strong> プロパティは、認識できる音声が検出できた時に(<code><a href="/ja/docs/Web/API/SpeechRecognition/speechstart_event">speechstart</a></code> イベントが発生した時)、実行されるイベントハンドラーになります。</p> <h2 id="Syntax" name="Syntax">構文</h2> |