mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 15:23:51 +00:00
Bug 1473804: Add doc comments to specified float
and clear
CSS property. r=emilio
DONTBUILD, because comment-only change. MozReview-Commit-ID: 1Ls9NKrDlES
This commit is contained in:
parent
6b1dec4b78
commit
0d439e200e
@ -833,6 +833,7 @@ impl TransitionProperty {
|
||||
#[cfg_attr(feature = "servo", derive(Deserialize, Serialize))]
|
||||
#[derive(Clone, Copy, Debug, Eq, Hash, MallocSizeOf, Parse, PartialEq,
|
||||
SpecifiedValueInfo, ToCss)]
|
||||
/// https://drafts.csswg.org/css-box/#propdef-float
|
||||
pub enum Float {
|
||||
Left,
|
||||
Right,
|
||||
@ -846,6 +847,7 @@ pub enum Float {
|
||||
#[cfg_attr(feature = "servo", derive(Deserialize, Serialize))]
|
||||
#[derive(Clone, Copy, Debug, Eq, Hash, MallocSizeOf, Parse, PartialEq,
|
||||
SpecifiedValueInfo, ToCss)]
|
||||
/// https://drafts.csswg.org/css-box/#propdef-clear
|
||||
pub enum Clear {
|
||||
None,
|
||||
Left,
|
||||
|
Loading…
Reference in New Issue
Block a user