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

Allow <button> and <datalist> in <select> #43640

Merged
merged 1 commit into from
Jan 18, 2024

Commits on Jan 18, 2024

  1. Allow <button> and <datalist> in <select>

    As per the spec discussion, we are going to allow <button>s in <select>
    to replace the opener button and <datalist>s in <select> to replace the
    listbox instead of creating a <selectlist> element.
    whatwg/html#9799
    
    Bug: 1511354
    Change-Id: If2ee766c57faf655ab31c6714be7fd682efcc177
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5118452
    Reviewed-by: David Baron <dbaron@chromium.org>
    Commit-Queue: Joey Arhar <jarhar@chromium.org>
    Cr-Commit-Position: refs/heads/main@{#1248491}
    josepharhar authored and chromium-wpt-export-bot committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    de3b6fd View commit details
    Browse the repository at this point in the history