Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<title>text-box-trim does not interfere with zero clearance</title>
<link rel="match" href="text-box-trim-float-clear-br-002-ref.html">
<style>
@import "support/MetricsTestFont.css";
.spacer {
background: lightgray;
block-size: 100px;
}
.target, .float {
font: 100px/1 MetricsTestFont;
}
.target {
text-box-trim: trim-end;
text-box-edge: text alphabetic;
}
.float {
float: left;
color: yellow;
}
.clear { clear: both; }
</style>
<div class="float">F</div>
<div class="target">
ApÉx
<br class="clear">
</div>
<div class="spacer"></div>