aboutsummaryrefslogtreecommitdiff
path: root/files/ja/mozilla
diff options
context:
space:
mode:
authoryyss <yyss@users.noreply.github.com>2021-03-21 00:00:27 +0900
committerGitHub <noreply@github.com>2021-03-21 00:00:27 +0900
commit730fea852ff827ca034fe17c84288c95d270ec92 (patch)
tree81bfc16f54d30ac1b08833132e24b6a28ecf7fd1 /files/ja/mozilla
parentffbf5a234039386eae76968a1844f766a9da3d67 (diff)
downloadtranslated-content-730fea852ff827ca034fe17c84288c95d270ec92.tar.gz
translated-content-730fea852ff827ca034fe17c84288c95d270ec92.tar.bz2
translated-content-730fea852ff827ca034fe17c84288c95d270ec92.zip
Feb 15, 2021 の英語版に対応。 (#244)
Diffstat (limited to 'files/ja/mozilla')
-rw-r--r--files/ja/mozilla/firefox/releases/84/index.html28
1 files changed, 24 insertions, 4 deletions
diff --git a/files/ja/mozilla/firefox/releases/84/index.html b/files/ja/mozilla/firefox/releases/84/index.html
index d72844fce0..cdc850d7d9 100644
--- a/files/ja/mozilla/firefox/releases/84/index.html
+++ b/files/ja/mozilla/firefox/releases/84/index.html
@@ -10,14 +10,18 @@ translation_of: Mozilla/Firefox/Releases/84
---
<p>{{FirefoxSidebar}}</p>
-<p class="summary">このページでは、開発者に影響する Firefox 84 の変更点をまとめています。Firefox 84 は現在 <a href="https://www.mozilla.org/firefox/channel/desktop/#beta">Beta バージョン</a> であり、米国時間 <a href="https://wiki.mozilla.org/RapidRelease/Calendar#Future_branch_dates">2020 年 12 月 15 日</a> にリリースする予定です。</p>
+<p class="summary">このページでは、開発者に影響する Firefox 84 の変更点をまとめています。Firefox 84 は、2020 年 12 月 15 日にリリースされました。</p>
+
+<div class="notecard note">
+<p class="summary"><strong>注記</strong>: Mozilla Hacks の <a href="https://hacks.mozilla.org/2020/12/and-now-for-firefox-84/">And now for … Firefox 84</a> もご覧ください。</p>
+</div>
<h2 id="Changes_for_web_developers" name="Changes_for_web_developers">ウェブ開発者向けの変更点一覧</h2>
<h3 id="Developer_Tools" name="Developer_Tools">開発者ツール</h3>
<ul>
- <li>Firefox の <a href="/ja/docs/Tools/Accessibility_inspector">アクセシビリティインスペクター</a> で、ウェブページの <a href="/ja/docs/Tools/Accessibility_inspector##Show_web_page_tabbing_order">タブオーダー</a> の表示をサポートしました。ページがキー操作でどのようなナビゲーションになるかを、単にリンクをタブ移動するよりも高レベルな概要で示します ({{bug(1654956)}})。</li>
+ <li>Firefox の <a href="/ja/docs/Tools/Accessibility_inspector">アクセシビリティインスペクター</a> で、ウェブページの <a href="/ja/docs/Tools/Accessibility_inspector#show_web_page_tabbing_order">タブオーダー</a> の表示をサポートしました。ページがキー操作でどのようなナビゲーションになるかを、リンクをタブ移動するよりも高レベルな概要で示します ({{bug(1654956)}})。</li>
</ul>
<h3 id="HTML" name="HTML">HTML</h3>
@@ -27,7 +31,7 @@ translation_of: Mozilla/Firefox/Releases/84
<h3 id="CSS" name="CSS">CSS</h3>
<ul>
- <li>{{cssxref(":not()")}} 疑似クラスで、複雑なセレクターをサポートしました ({{bug(933562)}})。</li>
+ <li>{{cssxref(":not")}} 疑似クラスで、複雑なセレクターをサポートしました ({{bug(933562)}})。</li>
</ul>
<h4 id="Removals" name="Removals">廃止</h4>
@@ -75,6 +79,22 @@ translation_of: Mozilla/Firefox/Releases/84
<p><em>変更なし。</em></p>
+<h3 id="WebDriver_conformance_Marionette" name="WebDriver_conformance_Marionette">WebDriver conformance (Marionette)</h3>
+
+<ul>
+ <li><code>WebDriver:PerformActions</code> および <code>WebDriver:ReleaseActions</code> に、chrome スコープのサポートを追加しました ({{bug(1365886)}})。</li>
+ <li>新しい Fission 互換 API をデフォルトで有効にしました。以前の API に戻すには、設定項目 <code>marionette.actors.enabled</code> を <code>false</code> に設定します ({{bug(1669169)}})。</li>
+ <li><code>WebDriver:SwitchToWindow</code> を、常にトップレベルのブラウジングコンテキストへ戻すように修正しました ({{bug(1305822)}})。</li>
+ <li><code>WebDriver:SwitchToParentFrame</code> の、ブラウジングコンテキストの確認を改良しました ({{bug(1671622)}})。</li>
+ <li><code>WebDriver:Back</code> で、現在選択されている <code><a href="/ja/docs/Web/HTML/Element/iframe">&lt;iframe&gt;</a></code> がアンロードされたときにハングアップする問題を修正しました ({{bug(1672758)}})。</li>
+</ul>
+
+<h4 id="WebDriver_known_bugs" name="WebDriver_known_bugs">既知の不具合</h4>
+
+<ul>
+ <li>ページナビゲーションの後、過去に取得した要素にアクセスすると常に "stale element" エラーが発生せず、"no such element" エラーが発生する場合があります。これを防ぐには、設定項目 <code>marionette.actors.enabled</code> を <code>false</code> に設定してください ({{bug(1684827)}})。</li>
+</ul>
+
<h2 id="Changes_for_add-on_developers" name="Changes_for_add-on_developers">アドオン開発者向けの変更点</h2>
<ul>
@@ -83,4 +103,4 @@ translation_of: Mozilla/Firefox/Releases/84
<h2 id="Older_versions" name="Older_versions">過去のバージョン</h2>
-<p>{{Firefox_for_developers(83)}}</p>
+<p>{{Firefox_for_developers(83)}}</p> \ No newline at end of file