From 172790e8efcb654d9e703004b221db4ea25a7947 Mon Sep 17 00:00:00 2001 From: yyss Date: Sat, 2 Sep 2023 11:30:23 +0900 Subject: [PATCH] =?UTF-8?q?Firefox=20117=20for=20developers=20=E3=82=92?= =?UTF-8?q?=E7=BF=BB=E8=A8=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sep 1, 2023 の英語版に対応。 --- .../ja/mozilla/firefox/releases/117/index.md | 80 +++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 files/ja/mozilla/firefox/releases/117/index.md diff --git a/files/ja/mozilla/firefox/releases/117/index.md b/files/ja/mozilla/firefox/releases/117/index.md new file mode 100644 index 00000000000000..0e33f0f1b9dd47 --- /dev/null +++ b/files/ja/mozilla/firefox/releases/117/index.md @@ -0,0 +1,80 @@ +--- +title: Firefox 117 for developers +slug: Mozilla/Firefox/Releases/117 +l10n: + sourceCommit: 7c26f7e821b1793de804fb9a7744ebf3fafe0dc3 +--- + +{{FirefoxSidebar}} + +このページでは、開発者に影響する Firefox 117 の変更点をまとめています。Firefox 117 は、米国時間 2023 年 8 月 29 日にリリースされました。 + +## ウェブ開発者向けの変更点一覧 + +### HTML + +変更なし。 + +### CSS + +- [CSS Nesting](/ja/docs/Web/CSS/CSS_nesting) モジュールと [`&` ネスティングセレクター](/ja/docs/Web/CSS/Nesting_selector) を Firefox でサポートしました。これは入れ子になった CSS を開発者が書くことを可能にして、CSS スタイルシートの可読性、モジュール性、保守性の向上に役立ちます。また、CSS のファイルサイズの縮小に役立つ可能性もあり、ダウンロードサイズも削減します。([Firefox bug 1835066](https://bugzil.la/1835066)、[Firefox bug 1840781](https://bugzil.la/1840781)) + +- [`math-style`](/ja/docs/Web/CSS/math-style) および [`math-depth`](/ja/docs/Web/CSS/math-depth) プロパティをサポートしました。また、[`font-size`](/ja/docs/Web/CSS/font-size#values) プロパティの値 `math` もサポートしました ([Firefox bug 1845516](https://bugzil.la/1845516))。 + +- [`contain-intrinsic-size: auto none;`](/ja/docs/Web/CSS/contain-intrinsic-size) の構文をサポートしました。これは、可能であれば最後に記憶した要素のサイズを使用しますが、それ以外の場合は `contain-intrinsic-size: none` にフォールバックすることができます。 + これはグリッドや段組みなど、可変サイズを使用するレイアウトで有益です ([Firefox bug 1835813](https://bugzil.la/1835813))。 + +### JavaScript + +変更なし。 + +### SVG + +- インライン SVG で、`type="module"`、`defer`、`async` 属性を持つ `