-
Notifications
You must be signed in to change notification settings - Fork 22.9k
Document <input type=color> serialization w/ colorspace & alpha #40260
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
Conversation
Preview URLs
Flaws (4)Note! 2 documents with no flaws that don't need to be listed. 🎉 URL:
URL:
(comment last updated: 2025-08-19 20:10:56) |
This pull request has merge conflicts that must be resolved before it can be merged. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we might want to add a link to color from the color space glossary page
Co-authored-by: Estelle Weyl <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Thanks for your review, Estelle! I made some tweaks, what do you think? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i edited the two suggestions i originally made that you responded to; i think they'll be acceptable to commit now. Otherwise, good to go.
Co-authored-by: wbamberg <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice
Description
<input type=color>
changed quite a bit. It now allows more than just hexadecimal values. You can now have alpha components as well as color spaces.Motivation
Fix outdated docs.
Additional details
Spec: https://html.spec.whatwg.org/multipage/input.html#color-state-(type=color)
Blog post: https://webkit.org/blog/16900/p3-and-alpha-color-pickers/
Related issues and pull requests
Fixes #35953
BCD: mdn/browser-compat-data#27260