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

Customizable select element #1007

Closed
1 task done
josepharhar opened this issue Oct 17, 2024 · 1 comment
Closed
1 task done

Customizable select element #1007

josepharhar opened this issue Oct 17, 2024 · 1 comment

Comments

@josepharhar
Copy link

こんにちは TAG-さん!

I'm requesting a TAG review of customizable select element.

Customizable select is an HTML parser change and a CSS property to make the select element render additional content and be fully stylable. Here is a basic example:

<select>
  <button>
    <selectedoption></selectedoption>
  </button>
  <option><img src="...">Orange</option>
  <option><img src="...">Banana</option>
</select>
<style>
select, ::picker(select) {
  appearance: base-select;
}
</style>

Further details:

  • I have reviewed the TAG's Web Platform Design Principles
  • Relevant time constraints or deadlines:
  • The group where the work on this specification is currently being done: WHATWG, CSSWG, and OpenUI CG
  • The group where standardization of this work is intended to be done (if different from the current group): WHATWG and CSSWG
  • Major unresolved issues with or opposition to this specification:
  • This work is being funded by: Google
@LeaVerou LeaVerou self-assigned this Oct 20, 2024
@torgo torgo added this to the 2024-11-18-week milestone Nov 14, 2024
@jyasskin jyasskin added Progress: propose closing we think it should be closed but are waiting on some feedback or consensus and removed Progress: untriaged labels Nov 20, 2024
@jyasskin
Copy link
Contributor

We're excited to see <select> become customizable. We were slightly concerned about the prospect of nested interactive content, but we see that you're paying attention to the problem in whatwg/html#10317. It seems like this is being discussed among all the right people, so we have no further concerns. Good luck rolling this out!

@jyasskin jyasskin added Venue: WHATWG Progress: review complete Resolution: satisfied The TAG is satisfied with this design Venue: Open UI and removed Progress: propose closing we think it should be closed but are waiting on some feedback or consensus labels Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants