browser-compat-data
browser-compat-data copied to clipboard
Remove html.global_attributes.autocomplete
Summary
the autocomplete attibute should not treated as html global attribute
removed in favor of #21895 , which add the autocomplete attibute to the <input> and <select>
element
also, the autocomplete attibute is already added to <form> and <textarea> element yet
for dom, the autocomplete has existed in HTMLFormElement HTMLInputElement HTMLSelectElement HTMLTextAreaElement yet
the BCD of the three new value will added to those BCD under html elements
Test results and supporting details
Related issues
Depends on #21895
Fixes #21790