Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
It would be nice if
html5parser.parse()
andparseFragment()
allowed passing thestrict
argument. The argument would just need to be passed to theHTMLParser
constructor like it's currently being done with thenamespaceHTMLElements
argument.