Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(relnote): FF127 - Experimental support for color components in calc() #34042

Merged
merged 8 commits into from
Jun 12, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
adjust wording to match reference page
  • Loading branch information
dipikabh committed Jun 10, 2024
commit 52f92ae143106f397bb725b1477e72dfbd4e28cb
4 changes: 2 additions & 2 deletions files/en-us/mozilla/firefox/experimental_features/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -1085,9 +1085,9 @@ The CSS {{cssxref("letter-spacing")}} property now splits the specified letter s
</tbody>
</table>

### `calc()` color component support
### `calc()` color support
dipikabh marked this conversation as resolved.
Show resolved Hide resolved

The CSS [`calc()`](/en-US/docs/Web/CSS/calc) function can now parse color components, allowing you to dynamically create or adjust colors. This enhancement is part of the [relative color syntax](/en-US/docs/Web/CSS/CSS_colors/Relative_colors), which allows a CSS `<color>` value to be defined relative to another color. [Firefox bug 1889561](https://bugzil.la/1889561).
The CSS [`calc()`](/en-US/docs/Web/CSS/calc) function can now parse color channels, allowing you to dynamically create or adjust colors. [Firefox bug 1889561](https://bugzil.la/1889561).
dipikabh marked this conversation as resolved.
Show resolved Hide resolved

<table>
<thead>
Expand Down
4 changes: 2 additions & 2 deletions files/en-us/mozilla/firefox/releases/127/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@ These features are newly shipped in Firefox 127 but are disabled by default. To

The CSS {{cssxref("letter-spacing")}} property now splits the specified letter spacing evenly on both sides of each character. This is unlike the current behavior where spacing is added primarily to one side [Firefox bug 1891446](https://bugzil.la/1891446).

- **Color component support in CSS `calc()` function:** `layout.css.relative-color-syntax.enabled`.
- **Color support in CSS `calc()` function:** `layout.css.relative-color-syntax.enabled`.
dipikabh marked this conversation as resolved.
Show resolved Hide resolved

The CSS [`calc()`](/en-US/docs/Web/CSS/calc) function can now parse color components, allowing you to dynamically create or adjust colors. This enhancement is part of the [relative color syntax](/en-US/docs/Web/CSS/CSS_colors/Relative_colors) [Firefox bug 1889561](https://bugzil.la/1889561).
The CSS [`calc()`](/en-US/docs/Web/CSS/calc) function can now parse color channels, allowing you to dynamically create or adjust colors. [Firefox bug 1889561](https://bugzil.la/1889561).
dipikabh marked this conversation as resolved.
Show resolved Hide resolved

## Older versions

Expand Down