Skip to content

Commit

Permalink
autocorrect property
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishwillee committed Sep 20, 2024
1 parent 801de99 commit f30d14a
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 0 deletions.
33 changes: 33 additions & 0 deletions api/HTMLElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,39 @@
}
}
},
"autocorrect": {
"__compat": {
"spec_url": "https://html.spec.whatwg.org/multipage/interaction.html#dom-autocorrect",
"support": {
"chrome": {
"version_added": false
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": true
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"autofocus": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLElement/autofocus",
Expand Down
34 changes: 34 additions & 0 deletions html/global_attributes.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,40 @@
}
}
},
"autocorrect": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/HTML/Global_attributes/autocorrect",
"spec_url": "https://html.spec.whatwg.org/multipage/interaction.html#attr-autocorrect",
"support": {
"chrome": {
"version_added": false
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": true
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"autofocus": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/HTML/Global_attributes/autofocus",
Expand Down

0 comments on commit f30d14a

Please sign in to comment.