You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
I think for intrinsic sizing, we consider the margin box of the initial letter.
For overflow, we consider its border box.
This is what typically happens for boxes, anyway.
I don't think we need to make any edits to css-inline-3, unless css-overflow-3 later adds some kind of exceptional behavior for inline boxes, in which case we might need clarifications here.
The Working Group just discussed Initial letter, sizing, and overflow.
The full IRC log of that discussion
<dael> Topic: Initial letter, sizing, and overflow
<dael> github: https://github.com//issues/2703
<dael> fantasai: florian do we need to do anything on this?
<dael> florian: I don't think need to discuss now. Prob fine, I'll re-read
<dael> Rossen: Resolve no change?
<dael> florian: Yeah and I'll re-open if I find something
<dael> resolved: no change is needed
It's not exactly what I had in mind, but it's close enough, and consistency with the rest of the box model outweighs any possibly nitpick I might have had.
(this is a follow up from #947)
How does an initial letter contribute to the min-content intrinsic size?
Suggestion:
initial-letter-wrap: grid
doesn't countIf 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.The text was updated successfully, but these errors were encountered: