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

Remove html.global_attributes.autocomplete

Open skyclouds2001 opened this issue 2 years ago • 0 comments

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

skyclouds2001 avatar Jan 14 '24 10:01 skyclouds2001