Skip to content

added support for alpha & colorspace in FF nightly#43401

Open
dletorey wants to merge 1 commit intomdn:mainfrom
dletorey:43200-alpha-colorspace-ff-release
Open

added support for alpha & colorspace in FF nightly#43401
dletorey wants to merge 1 commit intomdn:mainfrom
dletorey:43200-alpha-colorspace-ff-release

Conversation

@dletorey
Copy link
Contributor

@dletorey dletorey commented Mar 10, 2026

Description

  • Added release note for alpha & colorspace attributes of <input type="color">:
    • Firefox 149 (experimental section)
    • Firefox Experimental Features

Motivation

Related issues and pull requests

@dletorey dletorey requested a review from a team as a code owner March 10, 2026 17:48
@dletorey dletorey requested review from pepelsbey and removed request for a team March 10, 2026 17:48
@github-actions github-actions bot added Content:Firefox Content in the Mozilla/Firefox subtree size/s [PR only] 6-50 LoC changed labels Mar 10, 2026
@github-actions
Copy link
Contributor

Preview URLs (2 pages)

External URLs (2)

URL: /en-US/docs/Mozilla/Firefox/Experimental_features
Title: Experimental features in Firefox


URL: /en-US/docs/Mozilla/Firefox/Releases/149
Title: Firefox 149 release notes for developers (Beta)

@dletorey dletorey requested review from dipikabh and removed request for pepelsbey March 10, 2026 17:50
Copy link
Contributor

@dipikabh dipikabh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, Dave! A few things might need attention before you merge

- `dom.forms.datetime.timepicker`
- : Set to `true` to enable.

### `alpha` & `colorspace` attributes in `color` input elements
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
### `alpha` & `colorspace` attributes in `color` input elements
### `alpha` and `colorspace` attributes in `color` input elements


### `alpha` & `colorspace` attributes in `color` input elements

The HTML [`<input type="color">`](/en-US/docs/Web/HTML/Reference/Elements/input/color) element supports [`alpha`](/en-US/docs/Web/HTML/Reference/Elements/input/color#alpha) & [`colorspace`](/en-US/docs/Web/HTML/Reference/Elements/input/color#colorspace) attributes in Nightly only. ([Firefox bug 1919718](https://bugzil.la/1919718)).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
The HTML [`<input type="color">`](/en-US/docs/Web/HTML/Reference/Elements/input/color) element supports [`alpha`](/en-US/docs/Web/HTML/Reference/Elements/input/color#alpha) & [`colorspace`](/en-US/docs/Web/HTML/Reference/Elements/input/color#colorspace) attributes in Nightly only. ([Firefox bug 1919718](https://bugzil.la/1919718)).
The HTML [`<input type="color">`](/en-US/docs/Web/HTML/Reference/Elements/input/color) element supports [`alpha`](/en-US/docs/Web/HTML/Reference/Elements/input/color#alpha) & [`colorspace`](/en-US/docs/Web/HTML/Reference/Elements/input/color#colorspace) attributes. ([Firefox bug 1919718](https://bugzil.la/1919718)).

Comment on lines +70 to +75
| Release channel | Version added | Enabled by default? |
| ----------------- | ------------- | ------------------- |
| Nightly | 149 | Yes |
| Developer Edition | - | |
| Beta | - | |
| Release | - | |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

- can be added to the blank cells as well (third column)

| Developer Edition | - | |
| Beta | - | |
| Release | - | |

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is missing a pref name


The [`color-mix()`](/en-US/docs/Web/CSS/Reference/Values/color_value/color-mix) CSS function now supports multiple [`<color>`](/en-US/docs/Web/CSS/Reference/Values/color_value) values, rather than just two. This allows you to mix many colors and set the percentages of each. ([Firefox bug 2007772](https://bugzil.la/2007772)).

- **`alpha` & `colorspace` attributes in `color` input elements**:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- **`alpha` & `colorspace` attributes in `color` input elements**:
- **`alpha` and `colorspace` attributes in `color` input elements** (Nightly only): <pref name>


- **`alpha` & `colorspace` attributes in `color` input elements**:

The HTML [`<input type="color">`](/en-US/docs/Web/HTML/Reference/Elements/input/color) element supports [`alpha`](/en-US/docs/Web/HTML/Reference/Elements/input/color#alpha) & [`colorspace`](/en-US/docs/Web/HTML/Reference/Elements/input/color#colorspace) attributes in Nightly only. ([Firefox bug 1919718](https://bugzil.la/1919718)).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same updates can be applied here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Content:Firefox Content in the Mozilla/Firefox subtree size/s [PR only] 6-50 LoC changed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants