browser-compat-data
browser-compat-data copied to clipboard
Remove duplicate api.HTMLTextAreaElement.autocapitalize; update api.HTMLElement.autocapitalize
Summary
For chromium, previously autocapitalize is only supported for <input> and <textarea>
For firefox
For webkit, previously autocapitalize is additional supported for <form>
these details comes from browser source commits
see content and links in #7519 for more details
also reference to https://github.com/mdn/browser-compat-data/issues?q=autocapitalize
Test results and supporting details
Related issues
Fixes #21732
Fixes #7519
Part of #21810
also, the BCD test in for api.HTMLFormElement.autocapitalize api.HTMLInputElement.autocapitalize api.HTMLTextAreaElement.autocapitalize can be removed