Remove html.elements.button.autocomplete #21876
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
as the data added in #19949 , this attribute is not supported in Firefox 121 as I test; also no info that
<button>
html element has ever supported this attribute searched in Firefox release or bugscontent update mdn/content#31605
autocomplete attribute spec https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fe-autocomplete
form spec https://html.spec.whatwg.org/multipage/forms.html#the-form-element
input spec https://html.spec.whatwg.org/multipage/input.html#the-input-element
select spec https://html.spec.whatwg.org/multipage/form-elements.html#the-select-element
textarea spec https://html.spec.whatwg.org/multipage/form-elements.html#the-textarea-element
this also relates with #21790
update later when doing content update:
in mdn docs for
<button>
elementit suggest two links - https://stackoverflow.com/questions/5985839/bug-with-firefox-disabled-attribute-of-input-not-resetting-when-refreshing and https://bugzilla.mozilla.org/show_bug.cgi?id=654072, but they are discussing about
<input type="button" />
, not<button>
elementso I guess this attribute is added incorrectly
Test results and supporting details
Related issues