mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Add 'additive-symbols' descriptor for @counter-style
This commit is contained in:
parent
f93a9a4b10
commit
62d261add4
2 changed files with 41 additions and 4 deletions
|
@ -234,3 +234,10 @@ impl ToNsCssValue for counter_style::Symbols {
|
|||
// FIXME: add bindings for nsCSSValueList
|
||||
}
|
||||
}
|
||||
|
||||
impl ToNsCssValue for Vec<counter_style::AdditiveSymbol> {
|
||||
fn convert(&self, _nscssvalue: &mut nsCSSValue) {
|
||||
debug_assert!(!self.is_empty());
|
||||
// FIXME: add bindings for nsCSSValuePairList
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue