diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-09-07 00:16:28 +0900 |
---|---|---|
committer | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-09-17 22:53:06 +0900 |
commit | 3cf3ec72e853144c0e89e710f73ac841b4d4aabc (patch) | |
tree | e2b776e87d53903412ad75cc57c0278cf1e95c86 /files/ja/mozilla/firefox/releases/8/index.html | |
parent | 8cfa7e3b080f8959d4dc7a00dab2da622bb31ece (diff) | |
download | translated-content-3cf3ec72e853144c0e89e710f73ac841b4d4aabc.tar.gz translated-content-3cf3ec72e853144c0e89e710f73ac841b4d4aabc.tar.bz2 translated-content-3cf3ec72e853144c0e89e710f73ac841b4d4aabc.zip |
Mozilla/Firefox以下の文書内のリンクURLを正規化
- /en-US へのリンクを /ja へのリンクに修正
- /ja が付いていないものに /ja を付加
- MDN内のリンクが完全URLの場合、 /ja/docs からのURLに修正
Diffstat (limited to 'files/ja/mozilla/firefox/releases/8/index.html')
-rw-r--r-- | files/ja/mozilla/firefox/releases/8/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/mozilla/firefox/releases/8/index.html b/files/ja/mozilla/firefox/releases/8/index.html index 0cc545fca1..bbb5b6e27b 100644 --- a/files/ja/mozilla/firefox/releases/8/index.html +++ b/files/ja/mozilla/firefox/releases/8/index.html @@ -130,7 +130,7 @@ translation_of: Mozilla/Firefox/Releases/8 <h3 id="XUL">XUL</h3> <ul> - <li>A bug in <a href="/ja/docs/Web/API/Document/execCommand" title="HTML 文書が designMode に切り替えられた時、 document オブジェクトは、フォーム入力欄や contenteditable を持った要素のように現在編集可能な領域を操作するためにコマンドを実行するために、 execCommand メソッドを公開します。"><code>document.execCommand()</code></a> that occurred when calling it on the value of <code><span><a href="https://developer.mozilla.org/ja/docs/XUL/Property/contentDocument">contentDocument</a></span></code> has been fixed. Since Firefox 3, this resulted in errors instead of working correctly.</li> + <li>A bug in <a href="/ja/docs/Web/API/Document/execCommand" title="HTML 文書が designMode に切り替えられた時、 document オブジェクトは、フォーム入力欄や contenteditable を持った要素のように現在編集可能な領域を操作するためにコマンドを実行するために、 execCommand メソッドを公開します。"><code>document.execCommand()</code></a> that occurred when calling it on the value of <code><span><a href="/ja/docs/XUL/Property/contentDocument">contentDocument</a></span></code> has been fixed. Since Firefox 3, this resulted in errors instead of working correctly.</li> <li><a href="/ja/docs/Extensions/Bootstrapped_extensions" title="Bootstrapped extensions">Bootstrapped add-ons</a> can now load chrome using a <a href="/ja/docs/Chrome_Registration" title="chrome.manifest"><code>chrome.manifest</code></a> file. See the section <a href="/ja/docs/Extensions/Bootstrapped_extensions#Adding_user_interface_with_a_chrome.manifest" title="Extensions/Bootstrapped_extensions#Adding_user_interface_with_a_chrome.manifest">Adding user interface with a chrome.manifest</a> for details.</li> </ul> |