Skip to content

Commit

Permalink
Add compat data for input-tel (#2226)
Browse files Browse the repository at this point in the history
  • Loading branch information
maboa authored and Elchi3 committed Jun 27, 2018
1 parent 2b4f3a1 commit 61c1304
Showing 1 changed file with 57 additions and 0 deletions.
57 changes: 57 additions & 0 deletions html/elements/input/tel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
{
"html": {
"elements": {
"input": {
"input-tel": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/html/Element/input/tel",
"description": "<code>type=\"tel\"</code>",
"support": {
"chrome": {
"version_added": true
},
"chrome_android": {
"version_added": true
},
"edge": {
"version_added": true
},
"edge_mobile": {
"version_added": null
},
"firefox": {
"version_added": true
},
"firefox_android": {
"version_added": true
},
"ie": {
"version_added": "10"
},
"opera": {
"version_added": "11"
},
"opera_android": {
"version_added": true
},
"safari": {
"version_added": true
},
"safari_ios": {
"version_added": true
},
"webview_android": {
"version_added": true
}
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
}
}
}
}
}

0 comments on commit 61c1304

Please sign in to comment.