-
Notifications
You must be signed in to change notification settings - Fork 108
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
Add <selectlist> draft feature #581
Conversation
@ddbeck this is an interesting case. https://caniuse.com/selectlist already exists and there's excitement around this feature, but it doesn't have a spec yet, and I don't think we can be 100% sure the eventually shipping feature will even be a |
Correct, there's been discussions about changing this to extend the |
@@ -0,0 +1,3 @@ | |||
name: "<selectlist>" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The explainer has now been changed to <select>
instead of <selectlist>
: https://open-ui.org/components/selectlist/
I can see that we might want to include not-yet implemented features, but I worry about maintenance and data quality issues. BCD's policy is to not include features without implementations. One benefit of that approach is that proposals that go nowhere (or implementations that are removed) don't live on as zombie features. Instead, lack of compat data is a clear signal to either add it (in the case of real features) or dispense with content (in the case of unimplemented features). If we're going to do something different, then I'd like to see an obvious mechanism to dispense with unmaintained features (e.g., an editorial field with an expiration date could allow us to automatically generate removal PRs, if there's no change in the support status). I'd also like to ensure that we have some kind of there there. I'd prefer specs, but we might have an allowlist for issue trackers to qualify such primordial features (e.g., WHATWG, tc39/proposals, etc.) |
I have turned this into a draft feature (and no longer a draft PR, yeah, that might get confusing). |
No description provided.