Skip to content

[css-inline] initial-letter should be clearer about how it makes its block taller #719

Closed
@dbaron

Description

@dbaron

The section on Raised and Sunken Caps specifies that the initial letter's margin box contributes to the size of the containing block. However, it's not clear on the mechanism that's used for this.

In particular, it should be clear about whether this works by:

  • increasing the size of the first line box (on its block-start side), or
  • adding space between the content box of the block and its first line box, or
  • something else.

It should also presumably be clear that it increases the size of the block only if the margin-box of the initial letter would (based on its alignment) protrude above the top of the first line box.

The difference is detectable, at a minimum, by testing vertical-align: top elements in the first line.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions