Bug 1925947 - Fix wrong documentation saying that MaxSize is for min-height. r=emilio

Differential Revision: https://phabricator.services.mozilla.com/D226292
This commit is contained in:
Oriol Brufau 2024-10-21 10:11:03 +00:00
parent 4aaa0cb1fe
commit 8c6ea88121

View File

@ -562,7 +562,7 @@ pub type NonNegativeLengthOrNumber = GenericLengthOrNumber<NonNegativeLength, No
/// A computed value for `min-width`, `min-height`, `width` or `height` property.
pub type Size = GenericSize<NonNegativeLengthPercentage>;
/// A computed value for `max-width` or `min-height` property.
/// A computed value for `max-width` or `max-height` property.
pub type MaxSize = GenericMaxSize<NonNegativeLengthPercentage>;
/// A computed value for `anchor-size` runction.