Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<title>text-box-trim: trim-start is propagated to the last formatted line,
even if it's within a block-in-inline</title>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
.spacer {
background: lightgray;
block-size: 50px;
}
.target {
font: 50px/2 Ahem;
position: relative;
top: -25px;
}
.target::before {
content: "X";
color: blue;
}
.target::after {
content: "X";
color: red;
}
</style>
<div class="spacer"></div>
<div class="target">
A
<div class="spacer"></div>