mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
MutationObserver api: Implement takeRecords() and characterData mutations
This commit is contained in:
parent
c5f7c9ccf3
commit
75434e6fce
9 changed files with 98 additions and 112 deletions
|
@ -185,7 +185,7 @@ impl Attr {
|
|||
let mutation = Mutation::Attribute {
|
||||
name: name.clone(),
|
||||
namespace: namespace.clone(),
|
||||
old_value: old_value.clone(),
|
||||
old_value: Some(old_value.clone()),
|
||||
};
|
||||
|
||||
MutationObserver::queue_a_mutation_record(owner.upcast::<Node>(), mutation);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue