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

[css-forms-1] Add new pseudo-elements for customizable select #10986

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Commits on Oct 1, 2024

  1. Add new pseudo-elements for customizable select

    This PR adds the ::check and ::select-icon pseudo-elements so that
    select elements can have a standardized and customizable dropdown icon
    on the button and checkmarks next to options.
    
    Fixes w3c#10908
    josepharhar committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    b6bf511 View commit details
    Browse the repository at this point in the history
  2. add box placement

    josepharhar committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    f9d079e View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    e056ba8 View commit details
    Browse the repository at this point in the history
  2. fix before/after

    josepharhar committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    8599e90 View commit details
    Browse the repository at this point in the history
  3. remove immediate

    josepharhar committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    649c35f View commit details
    Browse the repository at this point in the history
  4. matches -> generated

    josepharhar committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    ed13323 View commit details
    Browse the repository at this point in the history
  5. require base appearance

    josepharhar committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    665e052 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    ee87eb9 View commit details
    Browse the repository at this point in the history
  2. move to css-forms-1

    josepharhar committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    44d2a40 View commit details
    Browse the repository at this point in the history