[csswg-drafts] [css-sizing-3]? Implicit minimum block-size for editable elements (#8800)

tabatkins has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-sizing-3]? Implicit minimum block-size for editable elements ==
Context: <https://github.com/w3c/csswg-drafts/issues/7542#issuecomment-1535543361>

When an element is editable (via `contenteditable`, currently), browsers apply an implicit minimum height (`1lh` of content-box height) to ensure that the element can have a line of text inserted when you click into it. It seems that this is interoperable for `display:block` and other inline-containing display types; Chrome and WebKit additionally apply this for `flex` and `grid`.

We should document this, and establish exactly what conditions cause it to apply.

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8800 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Friday, 5 May 2023 17:16:16 UTC