mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Return an error when animating column-count: auto
This changes the behaviour of animations of `column-count` (hello Captain Obvious) but this is a bugfix.
This commit is contained in:
parent
761689f32d
commit
0a3f30fb12
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ pub enum ColumnCount<PositiveInteger> {
|
|||
/// A positive integer.
|
||||
Integer(PositiveInteger),
|
||||
/// The keyword `auto`.
|
||||
#[animation(error)]
|
||||
Auto,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue