Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
Oct 30, 2023 の英語版に対応。
  • Loading branch information
yyss committed Nov 4, 2023
1 parent 0dbe3a7 commit fbcb493
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions files/ja/mozilla/firefox/releases/118/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Firefox 118 for developers
slug: Mozilla/Firefox/Releases/118
l10n:
sourceCommit: c75b7911b520a770c081003cf0e3baaf7034adaf
sourceCommit: 7ac593ab3dc07119665f7988539f869d810a499e
---

{{FirefoxSidebar}}
Expand Down Expand Up @@ -50,7 +50,6 @@ l10n:
- {{domxref("RTCRtpTransceiver.currentDirection")}} および {{domxref("RTCRtpTransceiver.direction")}} プロパティで、トランシーバーが停止したかを示す値 `"stopped"` をサポートしました。これは、非推奨の {{domxref("RTCRtpTransceiver.stopped")}} プロパティに代わって使用するべきです ([Firefox bug 1568296](https://bugzil.la/1568296))。
- {{domxref("RTCPeerConnection.getTransceivers()")}} が返す配列で、停止したトランシーバーを除外するようになりました。同様に {{domxref("RTCPeerConnection.getReceivers()")}} および {{domxref("RTCPeerConnection.getSenders()")}} が、停止したトランシーバーに関連づけられたレシーバーおよびセンダーを除外します ([Firefox bug 1568296](https://bugzil.la/1568296))。
- [`TextMetrics.emHeightDescent`](/ja/docs/Web/API/TextMetrics/emHeightDescent) および [`TextMetrics.emHeightAscent`](/ja/docs/Web/API/TextMetrics/emHeightAscent) プロパティをサポートしました (Firefox bug [1841692](https://bugzil.la/1841692))。
- [`CSSStyleRule`](/ja/docs/Web/API/CSSStyleRule) が、[`CSSRule`](/ja/docs/Web/API/CSSRule) から直接継承するのではなく [`CSSGroupingRule`](/ja/docs/Web/API/CSSGroupingRule) から継承するようになりました。その結果 [`cssRules`](/ja/docs/Web/API/CSSGroupingRule/cssRules) プロパティと、[`deleteRule()`](/ja/docs/Web/API/CSSGroupingRule/cssRules) および [`insertRule()`](/ja/docs/Web/API/CSSGroupingRule/insertRule) メソッドを追加実装します (Firefox bug [1846251](https://bugzil.la/1846251))。

### WebDriver conformance (WebDriver BiDi, Marionette)

Expand Down

0 comments on commit fbcb493

Please sign in to comment.