diff options
Diffstat (limited to 'files/ja/mozilla/firefox/releases/83/index.html')
-rw-r--r-- | files/ja/mozilla/firefox/releases/83/index.html | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/files/ja/mozilla/firefox/releases/83/index.html b/files/ja/mozilla/firefox/releases/83/index.html new file mode 100644 index 0000000000..cfa83930bf --- /dev/null +++ b/files/ja/mozilla/firefox/releases/83/index.html @@ -0,0 +1,65 @@ +--- +title: Firefox 83 for developers +slug: Mozilla/Firefox/Releases/83 +tags: + - '83' + - Firefox + - Mozilla + - Release +translation_of: Mozilla/Firefox/Releases/83 +--- +<p>{{FirefoxSidebar}}</p> + +<p class="summary">このページでは、開発者に影響する Firefox 83 の変更点をまとめています。Firefox 83 は、2020 年 11 月 17 日にリリースされました。</p> + +<h2 id="Changes_for_web_developers" name="Changes_for_web_developers">ウェブ開発者向けの変更点一覧</h2> + +<h3 id="Developer_Tools" name="Developer_Tools">開発者ツール</h3> + +<ul> + <li><a href="/ja/docs/Tools/Web_Console">ウェブコンソール</a> で <code>:screenshot</code> <a href="/ja/docs/Tools/Web_Console/Helpers">ヘルパーコマンド</a> を使用するとき、<code>--fullpage</code> を使用して全画面のスクリーンショットを撮影する場合も <code>--dpr</code> 引数を無視しないようになりました ({{bug(1645284)}})。</li> + <li>開発者が <a href="/ja/docs/Tools/Page_Inspector/How_to/Debug_Scrollable_Overflow">スクロール可能なオーバーフローをデバッグする</a> ために、<a href="/ja/docs/Tools/Page_Inspector">インスペクター</a> で <code>スクロール</code> バッジを使用できるようになりました。バッジを選択すると、オーバーフローを<em>発生させている</em>要素を強調して、<code>オーバーフロー</code> バッジをつけます ({{bug(1669129)}})。</li> +</ul> + +<h3 id="HTMLXML" name="HTMLXML">HTML/XML</h3> + +<ul> + <li><code><link rel=icon></code> で <code>crossorigin</code> 属性をサポートしました ({{bug(1661075)}})。</li> + <li><code>displaystyle</code> <a href="/ja/docs/Web/MathML/Attribute">属性</a> をすべての MathML 要素に実装しました ({{bug(1666075)}})。</li> +</ul> + +<h3 id="CSS" name="CSS">CSS</h3> + +<ul> + <li>ベンダー接頭辞がつく <code>:-moz-any()</code> を、標準の {{CSSxRef(":is", ":is()")}} CSS 疑似クラス関数の別名にしました ({{bug(1666086)}})。</li> + <li><a href="/ja/docs/Web/CSS/conic-gradient">CSS Conic Gradients</a> をサポートしました ({{bug(1632351)}}) および ({{bug(1175958)}})。</li> +</ul> + +<h3 id="JavaScript" name="JavaScript">JavaScript</h3> + +<ul> + <li><code><a href="/ja/docs/Web/JavaScript/Reference/Global_Objects/Intl/@@toStringTag">Intl[@@toStringTag]</a></code> を追加しました。既定値 <code>Intl</code> を返します (最近 ECMA 仕様書に追加されました)。({{bug(1670053)}})</li> +</ul> + +<h3 id="HTTP" name="HTTP">HTTP</h3> + +<p><em>変更なし。</em></p> + +<h3 id="APIs" name="APIs">API</h3> + +<p><em>変更なし。</em></p> + +<h3 id="WebDriver_conformance_Marionette" name="WebDriver_conformance_Marionette">WebDriver conformance (Marionette)</h3> + +<ul> + <li><code>WebDriver:SwitchToShadowRoot</code> の予備的なサポートを削除しました。これは WebDriver の仕様書にまだ追加されていません ({{bug(1662468)}})。</li> + <li><code>WebDriver:Back</code> および <code>WebDriver:Forward</code> で、削除された <code><a href="/ja/docs/Web/HTML/Element/iframe"><iframe></a></code> によってナビゲーションが発生したときに Marionette がハングアップする不具合を修正しました ({{bug(1672758)}})。</li> +</ul> + +<h2 id="Changes_for_add-on_developers" name="Changes_for_add-on_developers">アドオン開発者向けの変更点</h2> + +<p><em>変更なし。</em></p> + +<h2 id="Older_versions" name="Older_versions">過去のバージョン</h2> + +<p>{{Firefox_for_developers(82)}}</p> |