You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
data:apiCompat data for Web APIs. https://developer.mozilla.org/docs/Web/APIduplicateDuplicate issues or pull requests. This one is closed in favor of the other issue or pull request.
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?
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
The text was updated successfully, but these errors were encountered:
skyclouds2001
changed the title
api.HTMLTextAreaElement.autocapitalize - Duplicate documentation for autocapitalize property
api.HTMLTextAreaElement.autocapitalize - Duplicate BCD data for autocapitalize property
Dec 24, 2023
data:apiCompat data for Web APIs. https://developer.mozilla.org/docs/Web/APIduplicateDuplicate issues or pull requests. This one is closed in favor of the other issue or pull request.
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 becauseHTMLTextAreaElement
inherits fromHTMLElement
, so only keep it underHTMLElement
is enoughAlso, as a reference, in html part, the
autocapitalize
attribute is regarded as a global attributeWhat browsers does this problem apply to, if applicable?
No response
What did you expect to see?
remove the
HTMLTextAreaElement.autocapitalize
but keep the one underHTMLElement.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?
MDN URL
No response
MDN metadata
No response
The text was updated successfully, but these errors were encountered: