-
-
Notifications
You must be signed in to change notification settings - Fork 29
Add automated job to update data #15
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
Conversation
Yes... When I first made this package, the HTML spec website was too unreliable to parse. I guess it's easier now: https://html.spec.whatwg.org/multipage/indices.html#elements-3 |
Added a buid script, but I found current data contains obsolete tags https://html.spec.whatwg.org/multipage/obsolete.html#non-conforming-features , should I remove them or add them all? |
Don't forget enable |
I think we should exclude obsolete elements. There's really no reason people should need them. But we should document clearly that obsolete elements are excluded. |
Didn't notice it's already documented. |
Co-authored-by: Sindre Sorhus <sindresorhus@gmail.com>
Done. |
Thanks for doing this 🙏 |
The script seems to be failing: https://github.com/sindresorhus/html-tags/actions/runs/15368733663/job/43428889907 |
After I wrote this file, I found there is no update script...
Is it manually maintained?