Closed
Description
(this is a follow up from #947)
-
How does an initial letter contribute to the min-content intrinsic size?
Suggestion:
- The exclusion area's enlargement caused by
initial-letter-wrap: grid
doesn't count - We should count from the start edge of the containing block content area to the end border edge of the initial letter. both in the inline and block directions. we could go to the end margin edge, but on the end side it is a mean to separate from the surrounding content, and if there's no content, there's nothing to separate from.
- The exclusion area's enlargement caused by
-
If the containing block is not tall / wide enough, does the initial letter cause scrollable overflow?
My suggestion, linked to the answer to the previous question:
Only to the extend that the (end side) border edge of the initial letter overflows. Overflow of the end side margin or
initial-letter-wrap: grid
-induced exclusion area is not useful to scroll to.