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
Thank you for good project!
import {DOMParser} from "linkedom" console.log((new DOMParser).parseFromString(`<test hidden=""></test>`,"text/xml").toString()); console.log((new DOMParser).parseFromString(`<test hidden=""></test>`,"text/html").toString()); /* outputs <?xml version="1.0" encoding="utf-8"?><test hidden /> <test hidden></test> */
the hidden is not hidden="", hidden and it's error on xml node v20.11.0 linkedom v0.16.6
hidden=""
hidden
The text was updated successfully, but these errors were encountered:
nope ... I see, pretty weird ... on it
Sorry, something went wrong.
4eb92b6
I have no idea what happened to the previous commit but it was broken anyway so glad I've re-fixed this now.
Thanks!!
No branches or pull requests
Thank you for good project!
the hidden is not
hidden=""
,hidden
and it's error on xmlnode v20.11.0
linkedom v0.16.6
The text was updated successfully, but these errors were encountered: