Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<title>Test of text-box-trim on fragmented inline boxes</title>
<link rel="match" href="text-box-trim-inline-box-003-ref.html">
<meta charset="utf-8">
<link rel="stylesheet" href="/fonts/baseline-diagnostic/baseline-diagnostic-font.css">
<style>
.spacer {
block-size: 100px;
background: lightgray;
}
.container {
font: 100px/1 BaselineDiagnosticAlphabeticZero;
width: 5em;
}
.target {
background: green;
text-box: trim-both cap alphabetic;
}
</style>
<div class="spacer"></div>
<div class="container">
<span class="target">█BxIF █BxIF █BxIF</span>
</div>
<div class="spacer"></div>