mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-17 06:09:19 +00:00
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:
parent
4aaa0cb1fe
commit
8c6ea88121
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user