From aecc9d478af1ac6ff9f8374cbf9ed19421e50a04 Mon Sep 17 00:00:00 2001 From: Dave Letorey Date: Fri, 19 Dec 2025 12:56:17 +0000 Subject: [PATCH 1/2] added firefox release note for root font based units --- files/en-us/mozilla/firefox/releases/147/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/files/en-us/mozilla/firefox/releases/147/index.md b/files/en-us/mozilla/firefox/releases/147/index.md index 42397dadfabe88a..4b21a481463a7d4 100644 --- a/files/en-us/mozilla/firefox/releases/147/index.md +++ b/files/en-us/mozilla/firefox/releases/147/index.md @@ -50,6 +50,8 @@ Firefox 147 is the current [Beta version of Firefox](https://www.firefox.com/en- ([Firefox bug 2001878](https://bugzil.la/2001878)). - The {{cssxref("counter-increment")}}, {{cssxref("counter-reset")}}, {{cssxref("counter-set")}}, and {{cssxref("quotes")}} properties are now supported on the {{cssxref("::marker")}} pseudo-element. ([Firefox bug 2000404](https://bugzil.la/2000404)). +- The following [Relative length units based on root element's font](/en-US/docs/Web/CSS/Reference/Values/length#relative_length_units_based_on_root_elements_font) are now supported: `rcap`, `rch`, `rex`, and `ric`. These units allow you define `` values based upon the the size of a particular character or font attribute of the [root](/en-US/docs/Web/CSS/Reference/Selectors/:root) element. + ([Firefox bug 1740584](https://bugzil.la/1740584)). From 73266583f72d92597db7e501d72f483a8f5ad195 Mon Sep 17 00:00:00 2001 From: Dave Letorey Date: Mon, 22 Dec 2025 14:54:17 +0000 Subject: [PATCH 2/2] Update files/en-us/mozilla/firefox/releases/147/index.md Co-authored-by: Dipika Bhattacharya --- files/en-us/mozilla/firefox/releases/147/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/mozilla/firefox/releases/147/index.md b/files/en-us/mozilla/firefox/releases/147/index.md index 4b21a481463a7d4..b5193c79f5519d9 100644 --- a/files/en-us/mozilla/firefox/releases/147/index.md +++ b/files/en-us/mozilla/firefox/releases/147/index.md @@ -50,7 +50,7 @@ Firefox 147 is the current [Beta version of Firefox](https://www.firefox.com/en- ([Firefox bug 2001878](https://bugzil.la/2001878)). - The {{cssxref("counter-increment")}}, {{cssxref("counter-reset")}}, {{cssxref("counter-set")}}, and {{cssxref("quotes")}} properties are now supported on the {{cssxref("::marker")}} pseudo-element. ([Firefox bug 2000404](https://bugzil.la/2000404)). -- The following [Relative length units based on root element's font](/en-US/docs/Web/CSS/Reference/Values/length#relative_length_units_based_on_root_elements_font) are now supported: `rcap`, `rch`, `rex`, and `ric`. These units allow you define `` values based upon the the size of a particular character or font attribute of the [root](/en-US/docs/Web/CSS/Reference/Selectors/:root) element. +- The following [relative length units based on root element's font](/en-US/docs/Web/CSS/Reference/Values/length#relative_length_units_based_on_root_elements_font) are now supported: `rcap`, `rch`, `rex`, and `ric`. These units allow you to define `` values based on the size of a particular character or font attribute of the [root](/en-US/docs/Web/CSS/Reference/Selectors/:root) element. ([Firefox bug 1740584](https://bugzil.la/1740584)).