We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug <script type=application/ld+json> transform to <script type="application/ld" json="">
<script type=application/ld+json>
<script type="application/ld" json="">
https://html.spec.whatwg.org/multipage/syntax.html#attributes-2
To Reproduce Parse below string
` <html><head> <script type='application/ld+json'>{ "@context": "https://schema.org", "@type": "NewsArticle", "headline": "headline", "@graph": [{ "headline": "Nested headline" }] }</script></head></html>`
Expected behavior Parsable the standard
Screenshots
Device:
The text was updated successfully, but these errors were encountered:
Replace happy-dom with jsdom.
a3027a9
Due to parsing issues, see: - capricorn86/happy-dom#1126 - capricorn86/happy-dom#1039 - capricorn86/happy-dom#1237 - capricorn86/happy-dom#954
No branches or pull requests
Describe the bug
<script type=application/ld+json>
transform to<script type="application/ld" json="">
https://html.spec.whatwg.org/multipage/syntax.html#attributes-2
To Reproduce
Parse below string
Expected behavior
Parsable the standard
Screenshots
Device:
The text was updated successfully, but these errors were encountered: