microsoft / microsoft/vscode-custom-data
Update list of HTML elements (`<search>` element is missing)
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 240
- Forks
- 95
- PR merge metrics
- No merged PRs in 30d
Description
Hey,
I was trying to use the new HTML <search> element in VSCode and noticed that it's being highlighted in red. I believe I've tracked down the definition of HTML elements to this repo.
This tag is now supported across all browsers in the MDN compat data: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/search. Can this repo be updated with the latest supported HTML elements, including <search>?
I would open a PR myself, but I don't understand how to properly do the job. If I'm in the wrong place please also let me know
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in the vscode-custom-data repository and compare its HTML-element definition with the linked MDN compatibility page. The issue names no file, test, or entry point, so locate the existing element list first. Done means the list includes
and VS Code no longer highlights it as invalid.Written by the indexing model from the issue text.
Assessment
- Tech stack
- html, vscode
- Domain
- developer-experience, tooling
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100