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">
<style>
@import "support/MetricsTestFont.css";
.spacer {
block-size: 100px;
background: lightgray;
}
.container {
font: 100px/1 MetricsTestFont;
width: 4ch;
}
.target {
background: green;
text-box: trim-both cap alphabetic;
}
</style>
<div class="spacer"></div>
<div class="container">
<span class="target">ApÉx ApÉx ApÉx</span>
</div>
<div class="spacer"></div>