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">
<link rel="stylesheet" href="/fonts/baseline-diagnostic/baseline-diagnostic-font.css">
<meta charset="utf-8">
<style>
.spacer {
background: lightgray;
block-size: 100px;
}
.target, .float {
font: 100px/1 BaselineDiagnosticAlphabeticZero;
}
.target {
text-box-trim: trim-end;
text-box-edge: text alphabetic;
}
.float {
float: left;
color: yellow;
}
.clear { clear: both; }
</style>
<div class="float">█</div>
<div class="target">
█BxIF
<br class="clear">
</div>
<div class="spacer"></div>