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 upImplement DOMImplementation::createDocumentType #1489
Closed
Comments
This was referenced Jan 13, 2014
bors-servo
pushed a commit
that referenced
this issue
Jan 15, 2014
…e, r=Ms2ger Implementation according to spec: http://dom.spec.whatwg.org/#dom-domimplementation-createdocumenttype Closes #1489.
therealglazou
added a commit
to therealglazou/servo
that referenced
this issue
Feb 20, 2014
Implementation according to spec: http://dom.spec.whatwg.org/#dom-domimplementation-createdocumenttype Closes servo#1489.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Spec:
http://dom.spec.whatwg.org/#dom-domimplementation-createdocumenttype
This is a subtask for #1485.