blob: 21ec61f5c77f2791c34b220b48ffd4b1f07e58f5 [file] [log] [blame]
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Reference</title>
<style>
.clamp {
font-size: 16px / 16px serif;
white-space: pre-wrap;
background-color: yellow;
padding-bottom: 1em;
}
ruby.under {
ruby-position: under;
}
</style>
<div class="clamp">Line 1
Line 2
<ruby class="under">Line 3<rt>ruby</ruby></div>