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

Define the <selectedoption> element #10633

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

Commits on Sep 18, 2024

  1. Define the <selectedoption> element

    The `<selectedoption>` element is part of the customizable `<select>`
    proposal: whatwg#9799
    
    It allows authors to declaratively clone the contents of the currently
    selected `<option>` of a `<select>` and style it independently for use
    in a base appearance `<select>`'s button.
    
    The timing of cloning has been discussed here:
    whatwg#10520
    
    The selectedoption element has been discussed generally here:
    w3c/csswg-drafts#10242
    josepharhar committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    21b8a2c View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. add dl

    josepharhar committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    1aece11 View commit details
    Browse the repository at this point in the history
  2. index

    josepharhar committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    a1bd1e8 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. inline replacechildren

    josepharhar committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    c04ca18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09777e2 View commit details
    Browse the repository at this point in the history