browser-compat-data
browser-compat-data copied to clipboard
html.global_attributes.autocomplete - the attribute should not regard as a global html attribute
What type of issue is this?
Other
What information was incorrect, unhelpful, or incomplete?
the autocomplete attribute should not regard as a global html attribute, as it can only applied to <input> <select> <textarea> elements, see spec https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fe-autocomplete
For api, the HTMLElement does not has a autocomplete member
What browsers does this problem apply to, if applicable?
No response
What did you expect to see?
remove the one in global attributes
Did you test this? If so, how?
no
Can you link to any release notes, bugs, pull requests, or MDN pages related to this?
some relates issues:
#18186 #17628 #20812 #22792
Do you have anything more you want to share?
remove for html.elements.button.autocomplete - #21876 add for html.elements.{input,select}.autocomplete - #21895 remove for html.global_attributes.autocomplete - #21929
MDN URL
No response
MDN metadata
No response