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 upSplit dom out of script crate #925
Closed
Labels
Comments
ChrisParis
pushed a commit
to ChrisParis/servo
that referenced
this issue
Sep 7, 2014
Use setup() more in DOM tests
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It looks like we should be able to move the DOM implementation and bindings into their own crate. I'm not sure if this is really worthwhile, since the remaining code is pretty scant outside of the hubbub parser and script_task.