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 to input-week #2230

Merged
merged 3 commits into from Jun 27, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
58 changes: 58 additions & 0 deletions html/elements/input/week.json
@@ -0,0 +1,58 @@
{
"html": {
"elements": {
"input": {
"input-week": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/html/Element/input/week",
Copy link
Collaborator

Choose a reason for hiding this comment

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

Needs "description": "<code>type=\"week\"</code>"

"description": "<code>type=\"week\"</code>",
"support": {
"chrome": {
"version_added": "20"
},
"chrome_android": {
"version_added": true
},
"edge": {
"version_added": "12"
},
"edge_mobile": {
"version_added": true
},
"firefox": {
"version_added": false,
"notes": "See <a href='https://bugzil.la/888320'>bug 888320</a>."
},
"firefox_android": {
"version_added": true
},
"ie": {
"version_added": false
},
"opera": {
"version_added": "11"
},
"opera_android": {
"version_added": true
},
"safari": {
"version_added": false
},
"safari_ios": {
"version_added": true
},
"webview_android": {
"version_added": true
}
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
}
}
}
}
}