From 60a9c16e933ba38a46126bce48a1553412f619bd Mon Sep 17 00:00:00 2001 From: Dave Letorey Date: Fri, 10 May 2024 16:56:07 +0100 Subject: [PATCH] added exprimental note about from keyword --- .../firefox/experimental_features/index.md | 41 +++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/files/en-us/mozilla/firefox/experimental_features/index.md b/files/en-us/mozilla/firefox/experimental_features/index.md index 993fe52f475c39b..3b6d65655910d3d 100644 --- a/files/en-us/mozilla/firefox/experimental_features/index.md +++ b/files/en-us/mozilla/firefox/experimental_features/index.md @@ -233,6 +233,47 @@ Note: - The {{domxref("Element.checkVisibility()")}} `options` object parameter now takes the property `contentVisibilityAuto`, which can be set `true` to test if the element has `content-visibility: auto` set and is currently skipping rendering its content (the `options` object also takes new values `opacityProperty` and `visibilityProperty` but these are not related to `content-visibility`). (See [Firefox bug 1859852](https://bugzil.la/1859852) for more details). +### from keyword for relative colors + +The `from` keyword is now parsed by firefox, behind a flag, this allows the work for [relative colors](/en-US/docs/Web/CSS/CSS_colors/Relative_colors) to proceed. +Currently this has no effect, but with out this the relative colors work can not proceed. (See [Firefox bug 1889133](https://bugzil.la/1889133) for more details.) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Release channelVersion addedEnabled by default?
Nightly126No
Developer Edition126No
Beta126No
Release126No
Preference namelayout.css.relative-color-syntax.enabled
+ ### Single numbers as aspect ratio in media queries Support for using a single {{cssxref("number")}} as a {{cssxref("ratio")}} when specifying the aspect ratio for a [media query](/en-US/docs/Web/CSS/CSS_media_queries). (See [Firefox bug 1565562](https://bugzil.la/1565562) for more details.)