mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
parent
41e105733c
commit
c7871811c8
5 changed files with 81 additions and 55 deletions
|
@ -828,3 +828,16 @@ impl TransitionProperty {
|
|||
})
|
||||
}
|
||||
}
|
||||
|
||||
#[allow(missing_docs)]
|
||||
#[cfg_attr(feature = "servo", derive(Deserialize, Serialize))]
|
||||
#[derive(Clone, Copy, Debug, Eq, Hash, MallocSizeOf, Parse, PartialEq,
|
||||
SpecifiedValueInfo, ToCss)]
|
||||
pub enum Float {
|
||||
Left,
|
||||
Right,
|
||||
None,
|
||||
// https://drafts.csswg.org/css-logical-props/#float-clear
|
||||
InlineStart,
|
||||
InlineEnd
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue