mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
implement Document#createAttribute
This commit is contained in:
parent
b4c3aec383
commit
4b754bd457
8 changed files with 43 additions and 66 deletions
|
@ -1558,7 +1558,7 @@ impl Node {
|
|||
&Attr::new(*window,
|
||||
attr.local_name().clone(), attr.value().clone(),
|
||||
attr.name().clone(), attr.namespace().clone(),
|
||||
attr.prefix().clone(), copy_elem));
|
||||
attr.prefix().clone(), Some(copy_elem)));
|
||||
}
|
||||
},
|
||||
_ => ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue