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

jindw/xmldom should pass the W3C DOM conformance test suites. #15

Open
bigeasy opened this issue Jul 1, 2012 · 1 comment
Open

jindw/xmldom should pass the W3C DOM conformance test suites. #15

bigeasy opened this issue Jul 1, 2012 · 1 comment
Assignees

Comments

@bigeasy
Copy link
Collaborator

bigeasy commented Jul 1, 2012

The W3C provides a conformance test suite. http://www.w3.org/DOM/Test/

There is a full Java implementation from which to crib. The tests themselves are specified in XML, so one would only have to write a Node.js interpreter to read through the tests and apply them.

I'd propose building a test harness that reads through the tests. Then, creating an issue for each failed test, or more likely, picking a test to tackle, creating an issue so there's an opportunity for discussion, then submitting a pull request.

@karfau
Copy link

karfau commented Jun 21, 2020

emmkimme pushed a commit to emmkimme/xmldom that referenced this issue Jul 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants