html.global_attributes.autocomplete - the attribute should not regard as a global html attribute #21790
Labels
data:html 📄
Compat data for HTML elements. https://developer.mozilla.org/docs/Web/HTML
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-autocompleteFor api, the
HTMLElement
does not has aautocomplete
memberWhat 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
The text was updated successfully, but these errors were encountered: