mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Add the 'symbols' descriptor for @counter-style
This commit is contained in:
parent
0ba5cae707
commit
fe15663423
2 changed files with 46 additions and 1 deletions
|
@ -227,3 +227,11 @@ impl ToNsCssValue for counter_style::Fallback {
|
|||
nscssvalue.set_ident_from_atom(&self.0 .0)
|
||||
}
|
||||
}
|
||||
|
||||
impl ToNsCssValue for counter_style::Symbols {
|
||||
fn convert(&self, _nscssvalue: &mut nsCSSValue) {
|
||||
if !self.0.is_empty() {
|
||||
// FIXME: add bindings for nsCSSValueList
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue