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:
Philipp Klein 2018-07-10 19:05:17 +02:00 committed by Emilio Cobos Álvarez
parent 6b1dec4b78
commit 0d439e200e

View File

@ -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,