browser-compat-data icon indicating copy to clipboard operation
browser-compat-data copied to clipboard

html.textarea.spellcheck - Remove duplicated global attributes

Open skyclouds2001 opened this issue 2 years ago • 0 comments

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?

many global attributes are dumplite in its elements' data

the list are as follows:

- [x] `autocapitalize` with api.HTMLTextAreaElement.autocapitalize, in #21856
- [ ] `spellcheck` with html.elements.textarea.spellcheck
- [x] `tabindex` with html.elements.area.tabindex & html.elements.object.tabindex, in #24430
- [x] `title` with html.elements.link.title & html.elements.style.title, in #22113

What browsers does this problem apply to, if applicable?

No response

What did you expect to see?

.

Did you test this? If so, how?

.

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

No response

Do you have anything more you want to share?

No response

MDN URL

No response

MDN metadata

No response

skyclouds2001 avatar Jan 02 '24 09:01 skyclouds2001