mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Impl Basic support for object element
This commit is contained in:
parent
ec4c31c214
commit
13f9a66632
6 changed files with 83 additions and 18 deletions
|
@ -248,6 +248,11 @@ impl Element {
|
|||
iframe.AfterSetAttr(local_name.clone(), value.clone());
|
||||
});
|
||||
}
|
||||
ElementNodeTypeId(HTMLObjectElementTypeId) => {
|
||||
abstract_self.with_mut_object_element(|object| {
|
||||
object.AfterSetAttr(local_name.clone(), value.clone());
|
||||
});
|
||||
}
|
||||
_ => ()
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue