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 <selectedcontent> element #10633

Open
wants to merge 13 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

Commits on Nov 4, 2024

  1. Configuration menu
    Copy the full SHA
    c846c3e View commit details
    Browse the repository at this point in the history
  2. nits

    josepharhar committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    bef82d0 View commit details
    Browse the repository at this point in the history
  3. allow no selectedoption

    josepharhar committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    daabd98 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf2b5c5 View commit details
    Browse the repository at this point in the history
  5. dont track mutations

    josepharhar committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    8863966 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    17ac232 View commit details
    Browse the repository at this point in the history
  7. add parser cloning

    josepharhar committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    4960a77 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. improve things

    josepharhar committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    10d1a14 View commit details
    Browse the repository at this point in the history