Skip to content

[css-inline] Initial letter, sizing, and overflow #2703

Closed
@frivoal

Description

@frivoal

(this is a follow up from #947)

  1. 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.
  2. 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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions