Add spec link for 'converting nodes into a node'

This commit is contained in:
Corey Farwell 2015-11-08 00:49:33 -05:00
parent abf2dfea05
commit fe4a5890d1

View file

@ -930,6 +930,7 @@ impl Document {
ReflowReason::KeyEvent);
}
// https://dom.spec.whatwg.org/#converting-nodes-into-a-node
pub fn node_from_nodes_and_strings(&self, nodes: Vec<NodeOrString>)
-> Fallible<Root<Node>> {
if nodes.len() == 1 {