Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<title>text-box-trim trims the last line when ::first-line is present and the last line follows a forced break</title>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
.spacer {
background: lightgray;
block-size: 60px;
}
.target {
font: 20px/2 Ahem;
text-box: trim-end text;
}
</style>
<div class="spacer"></div>
<div class="target"><span style="color: blue">AAAA</span><br>BBBB</div>
<div class="spacer"></div>