Implement Range::createContextualFragment

This commit is contained in:
Guillaume Gomez 2016-05-29 03:28:37 +02:00
parent 2ef1437457
commit 5ab7f54762
12 changed files with 52 additions and 38 deletions

View file

@ -130,7 +130,6 @@ impl Element {
create_element(name, prefix, document, creator)
}
pub fn new_inherited(local_name: Atom,
namespace: Namespace, prefix: Option<DOMString>,
document: &Document) -> Element {