aboutsummaryrefslogtreecommitdiff
path: root/files/ja/mozilla/firefox/releases/19
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2021-08-18 14:33:08 +0900
committerMasahiro FUJIMOTO <mfujimot@gmail.com>2021-08-18 14:33:08 +0900
commit66dd961c765e2843fdc3ed463baa19873924c0a3 (patch)
tree71d90cddda2cdd2c8544582a19a9877e1f1242a5 /files/ja/mozilla/firefox/releases/19
parent4eaca34cf2eea3b021dfe6aa7e0ccada55c7f436 (diff)
downloadtranslated-content-66dd961c765e2843fdc3ed463baa19873924c0a3.tar.gz
translated-content-66dd961c765e2843fdc3ed463baa19873924c0a3.tar.bz2
translated-content-66dd961c765e2843fdc3ed463baa19873924c0a3.zip
意味のない title 属性を削除
fix #1877
Diffstat (limited to 'files/ja/mozilla/firefox/releases/19')
-rw-r--r--files/ja/mozilla/firefox/releases/19/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/mozilla/firefox/releases/19/index.html b/files/ja/mozilla/firefox/releases/19/index.html
index d61dcc05d8..3dae46cb2e 100644
--- a/files/ja/mozilla/firefox/releases/19/index.html
+++ b/files/ja/mozilla/firefox/releases/19/index.html
@@ -57,7 +57,7 @@ translation_of: Mozilla/Firefox/Releases/19
<ul>
<li><code>getBrowserSelection()</code> が、テキスト入力フィールドで選択されているテキストを返すようになりました。このため、ユーザがパスワードフィールドではないテキスト入力フィールドでテキストを選択したときに、<code>gContextMenu.isTextSelected</code> が <code>true</code> になります ({{bug("565717")}})。</li>
- <li><a href="/ja/docs/Mozilla/JavaScript_code_modules/Dict.jsm" title="ja/docs/Mozilla/JavaScript_code_modules/Dict.jsm">Dict.jsm</a>: <a href="/ja/docs/Mozilla/JavaScript_code_modules/Dict.jsm#Creating_a_dictionary" title="ja/docs/Mozilla/JavaScript_code_modules/Dict.jsm#Creating_a_dictionary"><code>Dict()</code></a> が JSON 文字列を受け入れるようになりました。<a href="/ja/docs/Mozilla/JavaScript_code_modules/Dict.jsm#toJSON()" title="ja/docs/Mozilla/JavaScript_code_modules/Dict.jsm#toJSON()"><code>Dict.toJSON()</code></a> メソッドが追加され、これは JSON 文字列を返します ({{bug("727967")}})。</li>
+ <li><a href="/ja/docs/Mozilla/JavaScript_code_modules/Dict.jsm">Dict.jsm</a>: <a href="/ja/docs/Mozilla/JavaScript_code_modules/Dict.jsm#Creating_a_dictionary"><code>Dict()</code></a> が JSON 文字列を受け入れるようになりました。<a href="/ja/docs/Mozilla/JavaScript_code_modules/Dict.jsm#toJSON()"><code>Dict.toJSON()</code></a> メソッドが追加され、これは JSON 文字列を返します ({{bug("727967")}})。</li>
</ul>
<h3 id="Interface_changes" name="Interface_changes">インタフェースの変更点</h3>