Skip to content

Commit

Permalink
Remove duplicate api.HTMLTextAreaElement.autocapitalize; update api.H…
Browse files Browse the repository at this point in the history
…TMLElement.autocapitalize (mdn#21856)

* update autocapitalize data

* fix notes

* Apply suggestions from code review

---------

Co-authored-by: Florian Scholz <fs@florianscholz.com>
  • Loading branch information
skyclouds2001 and Elchi3 committed Jun 14, 2024
1 parent 6e0ebe9 commit 3fa1f76
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 43 deletions.
28 changes: 22 additions & 6 deletions api/HTMLElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,17 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLElement/autocapitalize",
"spec_url": "https://html.spec.whatwg.org/multipage/interaction.html#dom-autocapitalize-dev",
"support": {
"chrome": {
"version_added": "66"
},
"chrome": [
{
"version_added": "66"
},
{
"version_added": "43",
"version_removed": "66",
"partial_implementation": true,
"notes": "Supported on <code>HTMLInputElement</code> and <code>HTMLTextAreaElement</code> only."
}
],
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
Expand All @@ -252,9 +260,17 @@
"safari": {
"version_added": false
},
"safari_ios": {
"version_added": "10.3"
},
"safari_ios": [
{
"version_added": "10.3"
},
{
"version_added": "≤3",
"version_removed": "10.3",
"partial_implementation": true,
"notes": "Supported on <code>HTMLFormElement</code>, <code>HTMLInputElement</code>, and <code>HTMLTextAreaElement</code> only."
}
],
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
Expand Down
37 changes: 0 additions & 37 deletions api/HTMLTextAreaElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,43 +41,6 @@
"deprecated": false
}
},
"autocapitalize": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLTextAreaElement/autocapitalize",
"support": {
"chrome": {
"version_added": "43"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "111"
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": {
"version_added": "≤3"
},
"samsunginternet_android": "mirror",
"webview_android": {
"version_added": false
}
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"autocomplete": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLTextAreaElement/autocomplete",
Expand Down

0 comments on commit 3fa1f76

Please sign in to comment.