From 5f343093a3d1193ae217a6d140cb99cba16dc81d Mon Sep 17 00:00:00 2001 From: Oriol Brufau Date: Wed, 22 Jul 2020 16:30:34 +0200 Subject: [PATCH] [css-flexbox-1] Typo: s/specified size/specified size suggestion/ The spec refers to https://drafts.csswg.org/css-flexbox/#specified-size-suggestion But currently it's linking to https://drafts.csswg.org/css-images-3/#specified-size --- css-flexbox-1/Overview.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css-flexbox-1/Overview.bs b/css-flexbox-1/Overview.bs index c3fb6f6869f1..c9e59bc36765 100644 --- a/css-flexbox-1/Overview.bs +++ b/css-flexbox-1/Overview.bs @@ -973,7 +973,7 @@ Automatic Minimum Size of Flex Items In general, the content-based minimum size of a flex item is the smaller of its content size suggestion and its specified size suggestion. - However, if the box has an aspect ratio and no specified size, + However, if the box has an aspect ratio and no specified size suggestion, its content-based minimum size is the smaller of its content size suggestion and its transferred size suggestion. If the box has neither a specified size suggestion nor an aspect ratio,