mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Further changes required by Servo
This commit is contained in:
parent
dff8f78c42
commit
98b49f8023
1 changed files with 2 additions and 1 deletions
|
@ -105,7 +105,8 @@ impl CSSRule {
|
|||
},
|
||||
StyleCssRule::Page(_) => unreachable!(),
|
||||
StyleCssRule::Document(_) => unimplemented!(), // TODO
|
||||
StyleCssRule::Layer(_) => unimplemented!(), // TODO
|
||||
StyleCssRule::LayerBlock(_) => unimplemented!(), // TODO
|
||||
StyleCssRule::LayerStatement(_) => unimplemented!(), // TODO
|
||||
StyleCssRule::ScrollTimeline(_) => unimplemented!(), // TODO
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue