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

api.HTMLTextAreaElement.autocapitalize - Duplicate BCD data for autocapitalize property #21732

Closed
skyclouds2001 opened this issue Dec 24, 2023 · 1 comment · Fixed by #21856
Closed
Labels
data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API duplicate Duplicate issues or pull requests. This one is closed in favor of the other issue or pull request.

Comments

@skyclouds2001
Copy link
Contributor

What type of issue is this?

Incorrect support data (example: BrowserX says "86" but support was added in "40")

What information was incorrect, unhelpful, or incomplete?

In api part, the autocapitalize property are under two interfaces - HTMLElement & HTMLTextAreaElement, it is dumplite because HTMLTextAreaElement inherits from HTMLElement, so only keep it under HTMLElement is enough

Also, as a reference, in html part, the autocapitalize attribute is regarded as a global attribute

What browsers does this problem apply to, if applicable?

No response

What did you expect to see?

remove the HTMLTextAreaElement.autocapitalize but keep the one under HTMLElement.autocapitalize

Did you test this? If so, how?

.

Can you link to any release notes, bugs, pull requests, or MDN pages related to this?

https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement
https://developer.mozilla.org/en-US/docs/Web/API/HTMLTextAreaElement

Do you have anything more you want to share?

note like the two properties has different support, so maybe like autofocus proeprty, the previous might be a partical support

MDN URL

No response

MDN metadata

No response

@skyclouds2001 skyclouds2001 changed the title api.HTMLTextAreaElement.autocapitalize - Duplicate documentation for autocapitalize property api.HTMLTextAreaElement.autocapitalize - Duplicate BCD data for autocapitalize property Dec 24, 2023
@queengooborg queengooborg added the data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label Dec 25, 2023
@queengooborg
Copy link
Contributor

Duplicate of #7519.

@queengooborg queengooborg closed this as not planned Won't fix, can't repro, duplicate, stale Jan 12, 2024
@queengooborg queengooborg added the duplicate Duplicate issues or pull requests. This one is closed in favor of the other issue or pull request. label Jan 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API duplicate Duplicate issues or pull requests. This one is closed in favor of the other issue or pull request.
Projects
None yet
2 participants