browser-compat-data icon indicating copy to clipboard operation
browser-compat-data copied to clipboard

Remove duplicate api.HTMLTextAreaElement.autocapitalize; update api.HTMLElement.autocapitalize

Open skyclouds2001 opened this issue 2 years ago • 0 comments

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

skyclouds2001 avatar Jan 07 '24 07:01 skyclouds2001