Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove html.elements.button.autocomplete #21876

Merged
merged 1 commit into from
Jan 22, 2024

Conversation

skyclouds2001
Copy link
Contributor

@skyclouds2001 skyclouds2001 commented Jan 9, 2024

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 bugs

content 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> element

image

it 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> element

so I guess this attribute is added incorrectly

Test results and supporting details

Related issues

@github-actions github-actions bot added the data:html 📄 Compat data for HTML elements. https://developer.mozilla.org/docs/Web/HTML label Jan 9, 2024
@skyclouds2001 skyclouds2001 marked this pull request as ready for review January 9, 2024 08:12
@skyclouds2001 skyclouds2001 changed the title remove html.elements.button.autocomplete Remove html.elements.button.autocomplete Jan 9, 2024
Copy link
Member

@Elchi3 Elchi3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense to me, thank you! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:html 📄 Compat data for HTML elements. https://developer.mozilla.org/docs/Web/HTML
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants