Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<title>Test that text-box-trim works on button</title>
<link rel="match" href="text-box-trim-on-button-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 {
font: 100px/2 BaselineDiagnosticAlphabeticZero;
text-box-trim: trim-both;
text-box-edge: ex alphabetic;
appearance: none;
border: none;
padding: 0px;
margin: 0px;
background-color: transparent;
color: black;
}
</style>
<div class="spacer"></div>
<div class="target">
<button class=target>█BxIF</button>
</div>
<div class="spacer"></div>