diff options
Diffstat (limited to 'files/ja/web/guide/ajax')
-rw-r--r-- | files/ja/web/guide/ajax/getting_started/index.html | 2 | ||||
-rw-r--r-- | files/ja/web/guide/ajax/wai_aria_live_regions_api_support/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/files/ja/web/guide/ajax/getting_started/index.html b/files/ja/web/guide/ajax/getting_started/index.html index 755dff5424..6e7260284d 100644 --- a/files/ja/web/guide/ajax/getting_started/index.html +++ b/files/ja/web/guide/ajax/getting_started/index.html @@ -87,7 +87,7 @@ httpRequest.send(); } </pre> -<p><code>readyState</code> の値のリストは <a href="https://developer.mozilla.org/ja/docs/Web/API/XMLHttpRequest/readyState">XMLHTTPRequest.readyState</a> で文書化されていて、以下のようになっています。</p> +<p><code>readyState</code> の値のリストは <a href="/ja/docs/Web/API/XMLHttpRequest/readyState">XMLHTTPRequest.readyState</a> で文書化されていて、以下のようになっています。</p> <ul> <li>0 (初期化前) 又は (<strong>要求が初期化されていません</strong>)</li> diff --git a/files/ja/web/guide/ajax/wai_aria_live_regions_api_support/index.html b/files/ja/web/guide/ajax/wai_aria_live_regions_api_support/index.html index b787e1d5b3..da9d814a6c 100644 --- a/files/ja/web/guide/ajax/wai_aria_live_regions_api_support/index.html +++ b/files/ja/web/guide/ajax/wai_aria_live_regions_api_support/index.html @@ -164,4 +164,4 @@ translation_of: Web/Guide/AJAX/WAI_ARIA_Live_Regions_API_Support <h2 id="スクリーンリーダーが何を提示すべきか?">スクリーンリーダーが何を提示すべきか?</h2> -<p>Please read the live region section of the <a href="/en/ARIA/ARIA_Screen_Reader_Implementors_Guide#Live_Regions" title="http://developer.mozilla.org/editor/fckeditor/core/editor/En/ARIA_Screen_Reader_Implementors_Guide#Live_Regions">WAI-ARIA Screen Reader Implementor's Guide</a>.</p> +<p>Please read the live region section of the <a href="/ja/ARIA/ARIA_Screen_Reader_Implementors_Guide#Live_Regions" title="http://developer.mozilla.org/editor/fckeditor/core/editor/En/ARIA_Screen_Reader_Implementors_Guide#Live_Regions">WAI-ARIA Screen Reader Implementor's Guide</a>.</p> |