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

WAT extractor: add attributes of the <html> element as metadata, #41

Merged
merged 2 commits into from
Dec 10, 2024

Conversation

sebastian-nagel
Copy link

(fixes #35)

Add the lang attributes of the <html> root element as metadata: { "name": "HTML@/lang", "content": "es-MX" }. Name can also be HTML@/xml:lang.

fixes #35
- add lang attributes from <html> root element as metadata
  { "name": "HTML@/lang", "content": "es-MX" }
@sebastian-nagel sebastian-nagel merged commit 1d94164 into master Dec 10, 2024
5 checks passed
@sebastian-nagel sebastian-nagel deleted the 35-wat-html-lang-attributes branch December 10, 2024 08:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

WAT extractor: add attributes of the <html> element as metadata
1 participant