added support for alpha & colorspace in FF nightly#43401
Open
added support for alpha & colorspace in FF nightly#43401
Conversation
8 tasks
Contributor
|
Preview URLs (2 pages) External URLs (2)URL:
URL:
|
dipikabh
approved these changes
Mar 11, 2026
Contributor
dipikabh
left a comment
There was a problem hiding this comment.
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 |
Contributor
There was a problem hiding this comment.
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)). |
Contributor
There was a problem hiding this comment.
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 | - | | |
Contributor
There was a problem hiding this comment.
- can be added to the blank cells as well (third column)
| | Developer Edition | - | | | ||
| | Beta | - | | | ||
| | Release | - | | | ||
|
|
Contributor
There was a problem hiding this comment.
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**: |
Contributor
There was a problem hiding this comment.
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)). |
Contributor
There was a problem hiding this comment.
same updates can be applied here
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
alpha&colorspaceattributes of<input type="color">:Motivation
Related issues and pull requests