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

Add compat data for input-datetime-local #2200

Merged
merged 2 commits into from
Jun 24, 2018

Conversation

maboa
Copy link
Contributor

@maboa maboa commented Jun 5, 2018

@Elchi3 Elchi3 added the data:html 📄 Compat data for HTML elements. https://developer.mozilla.org/docs/Web/HTML label Jun 6, 2018
Copy link
Collaborator

@wbamberg wbamberg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good @maboa , just a couple of comments.

"elements": {
"input": {
"input-datetime-local": {
"__compat": {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As before, I think this needs:

"description": "<code>type=\"datetime-local\"</code>"

},
"firefox": {
"version_added": false,
"notes": "This feature is not implemented yet. See <a href='https://bugzil.la/888320'>bug 888320</a> and <a href='https://wiki.mozilla.org/TPE_DOM/Date_time_input_types'>TPE DOM/Date time input types</a>."
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would omit "This feature is not implemented yet." as it is redundant. Also the project page link doesn't seem very active, it's probably better to just link to the bug:

"See <a href='https://bugzil.la/888320'>bug 888320</a>."

},
"safari": {
"version_added": false,
"notes": "It is recognized but there is no UI."
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, and I agree with Daniel's comment on this.

Copy link
Collaborator

@wbamberg wbamberg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, this comment was on the wrong PR and GitHub won't let me delete it...

@maboa
Copy link
Contributor Author

maboa commented Jun 24, 2018

Made the changes as requested. Thanks!

Copy link
Collaborator

@wbamberg wbamberg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @maboa !

@wbamberg wbamberg merged commit 0f30606 into mdn:master Jun 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:html 📄 Compat data for HTML elements. https://developer.mozilla.org/docs/Web/HTML
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants