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

Open
1 task done
josepharhar opened this issue Oct 17, 2024 · 0 comments
Open
1 task done

Customizable select element #1007

josepharhar opened this issue Oct 17, 2024 · 0 comments
Assignees

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
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

2 participants