blob: ed61468aabdcbce64fc68d7a0dd5f2b4953660e7 [file] [log] [blame]
<!DOCTYPE HTML>
<html>
<head>
<style>
.alphabetic {
-webkit-text-decoration-style: solid;
-webkit-text-decoration-line: underline;
-webkit-text-underline-position: alphabetic;
}
.under {
-webkit-text-decoration-style: solid;
-webkit-text-decoration-line: underline;
-webkit-text-underline-position: under;
}
</style>
</head>
<body>
<span class="under">
Under
</span>
<span class="alphabetic">
Alphabetic
</span>
</body>
</html>