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

Enhance <input type=color> with alpha and colorspace=display-p3 #10456

Merged
merged 2 commits into from
Oct 21, 2024

Commits on Oct 16, 2024

  1. Enhance <input type=color> with alpha and colorspace=display-p3

    The new alpha and colorspace attributes give it parity with the 2D
    canvas API.
    
    As part of this change we do away with the "simple color" concept as
    that has been replaced by CSS colors now.
    
    Fixes #3400.
    annevk committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    2306677 View commit details
    Browse the repository at this point in the history
  2. Fix Luke's issue

    annevk committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    298db78 View commit details
    Browse the repository at this point in the history