Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<title>text-box-trim trims the last line when it consists of a fragmented inline (due to forced line break)</title>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<link rel="match" href="text-box-trim-fragmented-last-inline-box-001-ref.html">
<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">
AAAA<br><span>BBBB<br>CCCC</span>
</div>
<div class="spacer"></div>