Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<title>text-box-trim: trim-end works even in the presence of initial-letter</title>
<link rel="match" href="text-box-trim-initial-letter-end-001-ref.html">
<link rel="stylesheet" href="/fonts/baseline-diagnostic/baseline-diagnostic-font.css">
<meta charset="utf-8">
<style>
.spacer {
height: 50px;
background: lightgray;
position: relative;
}
.target {
font: 40px/1 BaselineDiagnosticAlphabeticZero;
text-box-trim: trim-end;
text-box-edge: text alphabetic;
}
.target::first-letter {
initial-letter: 3;
}
</style>
<div class="spacer"></div>
<div class="target">█BxIF</div>
<div class="spacer"></div>