From 508ae1c02e1ebd41456540b399c004ede6f727ed Mon Sep 17 00:00:00 2001 From: fantasai Date: Tue, 14 Nov 2017 21:57:57 -0800 Subject: [PATCH] [css-sizing-3] Add a note about potential for textarea/iframe content-sizing in L4. #1771 --- css-sizing-3/Overview.bs | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/css-sizing-3/Overview.bs b/css-sizing-3/Overview.bs index e419523d208..4d2b2b6710c 100644 --- a/css-sizing-3/Overview.bs +++ b/css-sizing-3/Overview.bs @@ -480,6 +480,14 @@ Intrinsic Sizes replacing the CSS2 “definition”, such as it is. + Note: The intrinsic sizing keywords might be re-used + in a future level of this module + to specify content-based sizes for replaced elements + such as <{textarea}> and <{iframe}> + whose ''height/auto'' size and intrinsic size contributions + are currently arbitrarily fixed. + See discussion. +

Intrinsic Contributions