From c62b2c2dd1f15245e0145a75315cd832249bc88d Mon Sep 17 00:00:00 2001 From: juner Date: Tue, 2 Mar 2021 16:10:59 +0900 Subject: 誤字の修正 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ❌利用可能な空白をして死された引数で置き換えた ⭕利用可能な空白を指定された引数で置き換えた --- files/ja/web/css/max-height/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files') diff --git a/files/ja/web/css/max-height/index.html b/files/ja/web/css/max-height/index.html index 4d333dd365..0435b9a45a 100644 --- a/files/ja/web/css/max-height/index.html +++ b/files/ja/web/css/max-height/index.html @@ -54,7 +54,7 @@ max-height: unset;
min-content
内容物の最小の max-height です。
fit-content({{cssxref("<length-percentage>")}})
-
利用可能な空白をして死された引数で置き換えた fit-content 式を使用します。すなわち、 min(max-content, max(min-content, 引数)) です。
+
利用可能な空白を指定された引数で置き換えた fit-content 式を使用します。すなわち、 min(max-content, max(min-content, 引数)) です。

形式文法

-- cgit v1.2.3-54-g00ecf