-
Notifications
You must be signed in to change notification settings - Fork 74
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 the <input>
element
#1441
Add the <input>
element
#1441
Conversation
Using compute_from the way you did seems like the right thing to do. A majority of the BCD keys are baseline high anyway, so might as well stick to the earliest of them that makes the feature be supported since the first versions of browsers.
|
So, perhaps the right thing to do here is to rename this to something like Text input, and then create other features for Color inputs and Date and time inputs. What do you think? |
I took it a step further and created features for the special input types where its a completely different input type or something other than text, using |
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 feature name part I think should be fixed - if not made consistent, at least to specify that it's the type
attribute in the multiple-types cases.
Pete, we landed your work as part of #2044 (after some revisions). Thank you for doing the foundational work here! |
Used
compute_from: html.elements.input
since there are a number of attributes that are recent, or very recent.