mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Implement RemoveProperty, SetProperty, and supported property indices.
This commit is contained in:
parent
acf86a65e4
commit
9d82e06e64
6 changed files with 173 additions and 70 deletions
|
@ -40,7 +40,7 @@ macro_rules! css_setter(
|
|||
impl CSS2Properties {
|
||||
fn new_inherited(owner: JSRef<HTMLElement>) -> CSS2Properties {
|
||||
CSS2Properties {
|
||||
cssstyledeclaration: CSSStyleDeclaration::new_inherited(Some(owner)),
|
||||
cssstyledeclaration: CSSStyleDeclaration::new_inherited(owner),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue